OBS User unknown 2008-06-26 15:53:28 +00:00 committed by Git OBS Bridge
parent c48adab9ba
commit 483b62c49e
4 changed files with 10 additions and 16 deletions

View File

@ -1,11 +0,0 @@
--- SUSE/etc/init.d/sysstat
+++ SUSE/etc/init.d/sysstat
@@ -5,7 +5,7 @@
#
### BEGIN INIT INFO
# Provides:
-# Required-Start: boot.rootfsck boot.cleanup
+# Required-Start: boot.rootfsck boot.cleanup boot.clock
# Should-Start: $local_fs
# Required-Stop:
# Default-Start: B

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c069a2686bbcedc76ac8924988c1e8981599abb98839e5695be50c5ab6881cd5
size 1340
oid sha256:50f505443a1373deb788dfb3460fcf62605d18173b5af6dd8ecb89488a1feeb4
size 1347

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 26 15:58:11 CEST 2008 - werner@suse.de
- No patch for SuSE stuff
-------------------------------------------------------------------
Thu Jun 19 12:47:26 CEST 2008 - werner@suse.de

View File

@ -13,7 +13,7 @@
Name: sysstat
Version: 8.0.4
Release: 33
Release: 34
PreReq: %insserv_prereq %fillup_prereq
BuildRequires: findutils sed
Requires: procmail
@ -29,7 +29,6 @@ Patch0: %{name}-%{version}-sa1sa2lock.diff
Patch1: %{name}-%{version}-msg.diff
Patch2: %{name}-%{version}-pagesize.diff
Patch3: %{name}-%{version}-sysconfdir.diff
Patch4: %{name}-%{version}-clock.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -71,7 +70,6 @@ Authors:
%patch1
%patch2
%patch3
%patch4
%build
export conf_dir=%{_sysconfdir}/sysstat
@ -141,6 +139,8 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{_mandir}/man1/isag*
%changelog
* Thu Jun 26 2008 werner@suse.de
- No patch for SuSE stuff
* Thu Jun 19 2008 werner@suse.de
- Add missing Provides to the init script
* Wed Apr 02 2008 prusnak@suse.cz