Hello community,

here is the log from the commit of package sysstat for openSUSE:Factory checked 
in at 2013-10-30 15:54:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysstat (Old)
 and      /work/SRC/openSUSE:Factory/.sysstat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysstat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes  2012-11-14 
17:02:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sysstat.new/sysstat.changes     2013-10-30 
15:54:06.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Oct 23 15:56:10 UTC 2013 - [email protected]
+
+- Drop sysvinit support
+
+-------------------------------------------------------------------

Old:
----
  sysstat.init.suse

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

Other differences:
------------------
++++++ sysstat.spec ++++++
--- /var/tmp/diff_new_pack.FDW78k/_old  2013-10-30 15:54:20.000000000 +0100
+++ /var/tmp/diff_new_pack.FDW78k/_new  2013-10-30 15:54:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysstat
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,6 @@
 Source:         
http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.bz2
 Source1:        isag.desktop
 Source2:        sysstat.cron.suse
-Source3:        sysstat.init.suse
 Source4:        sysstat.service
 # PATCH-FIX-OPENSUSE should be upstreamed
 # add locking to scripts sa1 and sa2 (bnc#7861)
@@ -40,12 +39,9 @@
 Patch3:         sysstat-8.0.4-sysconfdir.diff
 # PATCH-FIX-OPENSUSE avoid build dates in generated files
 Patch4:         sysstat-9.0.4-no-build-date.patch
-PreReq:         %fillup_prereq
-PreReq:         %insserv_prereq
 Requires:       gettext
 Requires:       procmail
 %{?systemd_requires}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  findutils
 BuildRequires:  sed
@@ -82,7 +78,7 @@
 if [ "%{_libdir}" != "/usr/lib" ]; then
     sed -i 's:/usr/lib:%{_libdir}:' %{S:4}
 fi
-cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} .
+cp %{SOURCE1} %{SOURCE2} %{SOURCE4} .
 
 %build
 export conf_dir="%{_sysconfdir}/sysstat"
@@ -106,12 +102,11 @@
 cp contrib/isag/isag.1 %{buildroot}%{_mandir}/man1
 rm -rf %{buildroot}%{_datadir}/doc/sysstat*
 install -D -m 0755 sysstat.cron.suse 
%{buildroot}%{_sysconfdir}/sysstat/sysstat.cron
-install -D -m 0755 sysstat.init.suse 
%{buildroot}%{_sysconfdir}/init.d/boot.sysstat
 # change /usr/lib to /usr/lib64 or something else when needed
 if [ "%{_libdir}" != "/usr/lib" ]; then
-    sed -i 's:/usr/lib/:%{_libdir}/:g' 
%{buildroot}%{_sysconfdir}/init.d/boot.sysstat 
%{buildroot}%{_sysconfdir}/sysstat/sysstat.cron
+    sed -i 's:/usr/lib/:%{_libdir}/:g' 
%{buildroot}%{_sysconfdir}/sysstat/sysstat.cron
 fi
-ln -s %{_sysconfdir}/init.d/boot.sysstat %{buildroot}%{_sbindir}/rcsysstat
+ln -sf /sbin/service %{buildroot}%{_sbindir}/rcsysstat
 %find_lang %{name}
 install -d %{buildroot}%{_localstatedir}/lock/sa %{buildroot}%{_unitdir}
 install -D -m 0644 %{S:4} %{buildroot}%{_unitdir}/sysstat.service
@@ -120,21 +115,15 @@
 %service_add_pre sysstat.service
 
 %preun
-%{stop_on_removal boot.sysstat}
 %service_del_preun sysstat.service
 [ "$1" -gt 0 ] || rm -rf %{_localstatedir}/log/sa/*
 
 %post
-%{fillup_and_insserv boot.sysstat}
 %service_add_post sysstat.service
 
 %postun
-%{insserv_cleanup}
 %service_del_postun sysstat.service
 
-%clean
-rm -rf %{buildroot}
-
 %files -f "%{name}.lang"
 %defattr(-,root,root)
 %doc CHANGES COPYING CREDITS FAQ README TODO
@@ -146,7 +135,6 @@
 %config(noreplace) %{_sysconfdir}/sysstat/sysstat
 %attr(644,root,root) %config(noreplace) %{_sysconfdir}/sysstat/sysstat.cron
 %attr(644,root,root) %config(noreplace) %{_sysconfdir}/sysstat/sysstat.ioconf
-%attr(755,root,root) %{_sysconfdir}/init.d/boot.sysstat
 %{_bindir}/*
 %{_sbindir}/*
 %exclude %{_bindir}/isag

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

Reply via email to