Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package element-desktop for openSUSE:Factory
checked in at 2022-03-21 20:12:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/element-desktop (Old)
and /work/SRC/openSUSE:Factory/.element-desktop.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "element-desktop"
Mon Mar 21 20:12:29 2022 rev:12 rq:963653 version:1.10.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/element-desktop/element-desktop.changes
2022-03-18 16:42:53.537213798 +0100
+++
/work/SRC/openSUSE:Factory/.element-desktop.new.25692/element-desktop.changes
2022-03-21 20:12:37.552476241 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 10:11:21 UTC 2022 - Dominik Heidler <[email protected]>
+
+- Use right build dir for aarch64 (boo#1197278)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ element-desktop.spec ++++++
--- /var/tmp/diff_new_pack.RrLtre/_old 2022-03-21 20:12:38.712477400 +0100
+++ /var/tmp/diff_new_pack.RrLtre/_new 2022-03-21 20:12:38.732477420 +0100
@@ -77,7 +77,11 @@
install -d %{buildroot}{%{_datadir}/element/,%{_sysconfdir}/webapps/element}
# Install the app content, replace the webapp with a symlink to the system
package
-cp -r dist/linux-unpacked/resources/* "%{buildroot}%{_datadir}/element/"
+if [ "$(arch)" == "aarch64" ] ; then
+ cp -r dist/linux-arm64-unpacked/resources/*
"%{buildroot}%{_datadir}/element/"
+else
+ cp -r dist/linux-unpacked/resources/* "%{buildroot}%{_datadir}/element/"
+fi
ln -s %{_datadir}/webapps/element "%{buildroot}%{_datadir}/element/webapp"
# Config file