Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory 
checked in at 2014-09-10 07:28:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysvinit (Old)
 and      /work/SRC/openSUSE:Factory/.sysvinit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysvinit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysvinit/sysvinit.changes        2014-08-25 
11:03:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sysvinit.new/sysvinit.changes   2014-09-10 
07:28:15.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep  8 10:31:48 UTC 2014 - [email protected]
+
+- For systemd distributions and products do not build the package
+  sysvinit anymore 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sysvinit.spec ++++++
--- /var/tmp/diff_new_pack.DKYNg0/_old  2014-09-10 07:28:16.000000000 +0200
+++ /var/tmp/diff_new_pack.DKYNg0/_new  2014-09-10 07:28:16.000000000 +0200
@@ -21,9 +21,10 @@
 %endif
 %bcond_with    util_linux
 %if %{undefined systemd_requires}
-%global         with_sysvinit 1
-%endif
+%bcond_without  sysvinit
+%else
 %bcond_with     sysvinit
+%endif
 
 %if 0%{?suse_version} > 1310
 %define have_mkinitrd 0
@@ -242,7 +243,30 @@
   rm -vf %{buildroot}%{_mandir}/man1/utmpdump.1*
   rm -vf %{buildroot}%{_mandir}/man8/sulogin.8*
 %endif
+%if !%{with sysvinit}
+  rm -vf  %{buildroot}/sbin/sysvinit
+  rm -vfr %{buildroot}/lib/sysvinit
+  rm -vf  %{buildroot}/sbin/halt
+  rm -vf  %{buildroot}/sbin/init
+  rm -vf  %{buildroot}/sbin/poweroff
+  rm -vf  %{buildroot}/sbin/reboot
+  rm -vf  %{buildroot}/sbin/runlevel
+  rm -vf  %{buildroot}/sbin/shutdown
+  rm -vf  %{buildroot}/sbin/telinit
+  rm -vf  %{buildroot}%{_mandir}/man8/halt.8
+  rm -vf  %{buildroot}%{_mandir}/man5/initscript.5
+  rm -vf  %{buildroot}%{_mandir}/man5/inittab.5
+  rm -vf  %{buildroot}%{_mandir}/man8/init.8
+  rm -vf  %{buildroot}%{_mandir}/man8/sysvinit.8
+  rm -vf  %{buildroot}%{_mandir}/man8/poweroff.8
+  rm -vf  %{buildroot}%{_mandir}/man8/reboot.8
+  rm -vf  %{buildroot}%{_mandir}/man8/runlevel.8
+  rm -vf  %{buildroot}%{_mandir}/man8/shutdown.8
+  rm -vf  %{buildroot}%{_mandir}/man8/telinit.8
+  rm -vfr %{buildroot}/lib/mkinitrd
+%endif
 
+%if %{with sysvinit}
 %post
 ret=0
 if test -x /sbin/telinit -a -p /dev/initctl -a -f /proc/1/exe -a -d 
/proc/1/root -a ! -d /.build -a -x /sbin/init; then
@@ -302,6 +326,7 @@
 /lib/mkinitrd/scripts/boot-killblogd.sh
 /lib/mkinitrd/scripts/boot-killblogd2.sh
 %endif
+%endif
 
 %files tools
 %defattr (-,root,root,755)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to