Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package live-net-installer for 
openSUSE:Factory checked in at 2021-09-29 20:19:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/live-net-installer (Old)
 and      /work/SRC/openSUSE:Factory/.live-net-installer.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "live-net-installer"

Wed Sep 29 20:19:09 2021 rev:20 rq:922139 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/live-net-installer/live-net-installer.changes    
2021-08-30 13:55:33.361849183 +0200
+++ 
/work/SRC/openSUSE:Factory/.live-net-installer.new.1899/live-net-installer.changes
  2021-09-29 20:20:39.799140634 +0200
@@ -1,0 +2,5 @@
+Tue Sep 28 14:52:36 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Install to /usr/bin/ on usrmerged systems
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ live-net-installer.spec ++++++
--- /var/tmp/diff_new_pack.F9gqKA/_old  2021-09-29 20:20:40.271141318 +0200
+++ /var/tmp/diff_new_pack.F9gqKA/_new  2021-09-29 20:20:40.271141318 +0200
@@ -97,11 +97,20 @@
 install -Dm 755 %{SOURCE1} %{buildroot}%{_sbindir}/start-install.sh
 install -Dm 644 %{SOURCE2} 
%{buildroot}%{_datadir}/applications/installation.desktop
 install -Dm 644 %{SOURCE5} %{buildroot}%{_datadir}/applications/upgrade.desktop
+# YaST hardcodes "/bin/extend". On usrmerged systems, we can install to 
/usr/bin/ anyway.
+%if 0%{?suse_version} > 1500
+install -Dm 755 %{SOURCE4} %{buildroot}%{_bindir}/extend
+%else
 install -Dm 755 %{SOURCE4} %{buildroot}/bin/extend
+%endif
 
 %files
 %license COPYING
+%if 0%{?suse_version} > 1500
+%{_bindir}/extend
+%else
 /bin/extend
+%endif
 %{_sbindir}/start-install.sh
 %{_datadir}/applications/installation.desktop
 %{_datadir}/applications/upgrade.desktop

Reply via email to