Hello community,

here is the log from the commit of package live-net-installer for 
openSUSE:Factory checked in at 2018-05-07 14:54:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/live-net-installer (Old)
 and      /work/SRC/openSUSE:Factory/.live-net-installer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "live-net-installer"

Mon May  7 14:54:03 2018 rev:3 rq:605060 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/live-net-installer/live-net-installer.changes    
2018-01-16 09:43:20.606956786 +0100
+++ 
/work/SRC/openSUSE:Factory/.live-net-installer.new/live-net-installer.changes   
    2018-05-07 14:54:05.405268739 +0200
@@ -1,0 +2,6 @@
+Thu May  3 15:20:27 UTC 2018 - [email protected]
+
+- Move start-install.sh to /usr/sbin
+- Add extend script to fake extension rpm loading (boo#1013206)
+
+-------------------------------------------------------------------

New:
----
  extend

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

Other differences:
------------------
++++++ live-net-installer.spec ++++++
--- /var/tmp/diff_new_pack.N8QbM4/_old  2018-05-07 14:54:06.233242897 +0200
+++ /var/tmp/diff_new_pack.N8QbM4/_new  2018-05-07 14:54:06.241242647 +0200
@@ -26,6 +26,7 @@
 Source1:        start-install.sh
 Source2:        installation.desktop
 Source3:        COPYING
+Source4:        extend
 BuildRequires:  coreutils
 BuildRequires:  yast2-branding-openSUSE
 Requires:       util-linux
@@ -66,12 +67,14 @@
 %build
 
 %install
-install -Dm 755 %{SOURCE1} %{buildroot}%{_bindir}/start-install.sh
+install -Dm 755 %{SOURCE1} %{buildroot}%{_sbindir}/start-install.sh
 install -Dm 644 %{SOURCE2} 
%{buildroot}%{_datadir}/applications/installation.desktop
+install -Dm 755 %{SOURCE4} %{buildroot}%{_sbindir}/extend
 
 %files
 %doc COPYING
-%{_bindir}/start-install.sh
+%{_sbindir}/extend
+%{_sbindir}/start-install.sh
 %{_datadir}/applications/installation.desktop
 
 %changelog

++++++ extend ++++++
#!/bin/bash
# Called by YaST to query/install certain packages on request, like
# cracklib-dict-full. We can't install packages though as YaST keeps
# the lock alive
rpm -q ${1%%.rpm} >/dev/null >&1
++++++ installation.desktop ++++++
--- /var/tmp/diff_new_pack.N8QbM4/_old  2018-05-07 14:54:06.301240775 +0200
+++ /var/tmp/diff_new_pack.N8QbM4/_new  2018-05-07 14:54:06.301240775 +0200
@@ -5,5 +5,5 @@
 Comment=Install the system from online repositories
 Icon=yast-live-install
 Categories=System;X-SuSE-YaST;
-Exec=xdg-su -c "/usr/bin/start-install.sh"
+Exec=xdg-su -c "/usr/sbin/start-install.sh"
 StartupNotify=true


Reply via email to