Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sysvinit for openSUSE:Factory checked in at 2021-04-10 15:26:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysvinit (Old) and /work/SRC/openSUSE:Factory/.sysvinit.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysvinit" Sat Apr 10 15:26:29 2021 rev:175 rq:883548 version:2.99 Changes: -------- --- /work/SRC/openSUSE:Factory/sysvinit/sysvinit.changes 2021-03-10 08:48:50.970368401 +0100 +++ /work/SRC/openSUSE:Factory/.sysvinit.new.2401/sysvinit.changes 2021-04-10 15:27:11.282365097 +0200 @@ -1,0 +2,5 @@ +Wed Mar 31 08:13:57 UTC 2021 - Dr. Werner Fink <wer...@suse.de> + +- (re)add also support for SLE-15-SP3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysvinit.spec ++++++ --- /var/tmp/diff_new_pack.BbtkpG/_old 2021-04-10 15:27:11.838365751 +0200 +++ /var/tmp/diff_new_pack.BbtkpG/_new 2021-04-10 15:27:11.842365755 +0200 @@ -111,8 +111,10 @@ # Remove files not packed: # rm -vf %{buildroot}/usr/include/initreq.h +%if 0%{?suse_version} && %suse_version > 1500 # pidof is part of procps-ng; let's remove the symlinks to killproc5 here rm -f %{buildroot}{/sbin,/bin,%{_mandir}/man8}/pidof{,.8} +%endif %if 0%{?usrmerged} # it's all hardcoded in Makefiles so move here mkdir -p %{buildroot}%{_bindir} @@ -138,18 +140,23 @@ %{sbindir}/mkill %{sbindir}/start_daemon %{_bindir}/startpar -%doc %{_mandir}/man1/usleep.1.gz -%doc %{_mandir}/man1/fsync.1.gz -%doc %{_mandir}/man1/startpar.1.gz -%doc %{_mandir}/man8/fstab-decode.8.gz -%doc %{_mandir}/man8/checkproc.8.gz -%doc %{_mandir}/man8/pidofproc.8.gz -%doc %{_mandir}/man8/killall5.8.gz -%doc %{_mandir}/man8/killproc.8.gz -%doc %{_mandir}/man8/startproc.8.gz -%doc %{_mandir}/man8/start_daemon.8.gz -%doc %{_mandir}/man8/rvmtab.8.gz -%doc %{_mandir}/man8/vhangup.8.gz -%doc %{_mandir}/man8/mkill.8.gz +%doc %{_mandir}/man1/usleep.1%{?ext_man} +%doc %{_mandir}/man1/fsync.1%{?ext_man} +%doc %{_mandir}/man1/startpar.1%{?ext_man} +%doc %{_mandir}/man8/fstab-decode.8%{?ext_man} +%doc %{_mandir}/man8/checkproc.8%{?ext_man} +%doc %{_mandir}/man8/pidofproc.8%{?ext_man} +%doc %{_mandir}/man8/killall5.8%{?ext_man} +%doc %{_mandir}/man8/killproc.8%{?ext_man} +%doc %{_mandir}/man8/startproc.8%{?ext_man} +%doc %{_mandir}/man8/start_daemon.8%{?ext_man} +%doc %{_mandir}/man8/rvmtab.8%{?ext_man} +%doc %{_mandir}/man8/vhangup.8%{?ext_man} +%doc %{_mandir}/man8/mkill.8%{?ext_man} +%if 0%{?suse_version} && %suse_version <= 1500 +%{bindir}/pidof +%{sbindir}/pidof +%doc %{_mandir}/man8/pidof.8%{?ext_man} +%endif %changelog