Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory 
checked in at 2013-06-07 13:16:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-05-02 
12:02:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sysvinit.new/sysvinit.changes   2013-06-07 
13:16:09.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun  7 10:30:04 UTC 2013 - wer...@suse.de
+
+- Skip binaries now part of util-linux
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sysvinit.spec ++++++
--- /var/tmp/diff_new_pack.9EFR8V/_old  2013-06-07 13:16:10.000000000 +0200
+++ /var/tmp/diff_new_pack.9EFR8V/_new  2013-06-07 13:16:10.000000000 +0200
@@ -16,6 +16,11 @@
 #
 
 
+%bcond_with    util_linux
+%if 0%{suse_version} < 1300
+%global with_util_linux 1
+%endif
+
 Name:           sysvinit
 %define PDVER  2.0.2
 %define KPVER  2.21
@@ -32,6 +37,7 @@
 BuildRequires:  libselinux-devel
 BuildRequires:  libsepol-devel
 BuildRequires:  pam-devel
+#!BuildIgnore:  sysvinit-tools
 Requires(post): coreutils grep mkinitrd
 Requires(postun): mkinitrd
 Url:            http://savannah.nongnu.org/projects/sysvinit/
@@ -231,6 +237,14 @@
   rm -f ${RPM_BUILD_ROOT}/sbin/detectups
 %endif
   chmod 444 ${RPM_BUILD_ROOT}%{_mandir}/man?/*
+%if ! %{with util_linux}
+  rm -vf ${RPM_BUILD_ROOT}/bin/mountpoint
+  rm -vf ${RPM_BUILD_ROOT}/usr/bin/utmpdump
+  rm -vf ${RPM_BUILD_ROOT}/sbin/sulogin
+  rm -vf ${RPM_BUILD_ROOT}%{_mandir}/man1/mountpoint.1*
+  rm -vf ${RPM_BUILD_ROOT}%{_mandir}/man1/utmpdump.1*
+  rm -vf ${RPM_BUILD_ROOT}%{_mandir}/man8/sulogin.8*
+%endif
 
 %preun tools
 %stop_on_removal powerd
@@ -303,13 +317,16 @@
 %doc   doc/powerd
 %endif
 %config /etc/pam.d/init
+%if %{with util_linux}
+/sbin/sulogin
 /bin/mountpoint
+/usr/bin/utmpdump
+%endif
 /bin/pidof
 /bin/usleep
 /bin/fsync
 /usr/bin/last
 /usr/bin/lastb
-/usr/bin/utmpdump
 /sbin/blogger
 /sbin/blogd
 /sbin/fstab-decode
@@ -332,15 +349,17 @@
 /sbin/mkill
 /sbin/startproc
 /sbin/start_daemon
-/sbin/sulogin
+%if %{with util_linux}
+%doc %{_mandir}/man1/mountpoint.1.gz
+%doc %{_mandir}/man1/utmpdump.1.gz
+%doc %{_mandir}/man8/sulogin.8.gz
+%endif
 %doc %{_mandir}/man1/last.1.gz
 %doc %{_mandir}/man1/lastb.1.gz
 %doc %{_mandir}/man1/usleep.1.gz
 %doc %{_mandir}/man1/fsync.1.gz
 # /usr/include/libblogger.h
 # /usr/lib/libblogger.a
-%doc %{_mandir}/man1/mountpoint.1.gz
-%doc %{_mandir}/man1/utmpdump.1.gz
 %doc %{_mandir}/man8/blogger.8.gz
 %doc %{_mandir}/man8/blogd.8.gz
 %doc %{_mandir}/man8/fstab-decode.8.gz
@@ -359,7 +378,6 @@
 %doc %{_mandir}/man8/startproc.8.gz
 %doc %{_mandir}/man8/start_daemon.8.gz
 %doc %{_mandir}/man8/startpar.8.gz
-%doc %{_mandir}/man8/sulogin.8.gz
 %doc %{_mandir}/man8/rvmtab.8.gz
 %doc %{_mandir}/man8/vhangup.8.gz
 %doc %{_mandir}/man8/mkill.8.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to