fix chkconfig problem
This commit is contained in:
parent
f7e7ef9167
commit
d99347f797
@ -1,6 +1,6 @@
|
|||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 6.0.1
|
Version: 6.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The sar and iostat system monitoring commands.
|
Summary: The sar and iostat system monitoring commands.
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -10,6 +10,7 @@ Source1: sysstat.crond
|
|||||||
Source2: sysstat.crondaily
|
Source2: sysstat.crondaily
|
||||||
Source3: sysstat.sysconfig
|
Source3: sysstat.sysconfig
|
||||||
Patch0: sysstat-4.0.1-config.patch
|
Patch0: sysstat-4.0.1-config.patch
|
||||||
|
Patch3: sysstat-5.0.5-statreset.patch
|
||||||
Patch6: sysstat-5.0.5-append-msg.patch
|
Patch6: sysstat-5.0.5-append-msg.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -27,6 +28,7 @@ activity.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .config
|
%patch0 -p1 -b .config
|
||||||
|
%patch3 -p1 -b .statreset
|
||||||
%patch6 -p1 -b .append-msg
|
%patch6 -p1 -b .append-msg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -107,6 +109,9 @@ rm -rf %{buildroot}
|
|||||||
/var/log/sa
|
/var/log/sa
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 10 2005 Ivana Varekova <varekova@redhat.com> 6.0.1-2
|
||||||
|
- fix chkconfig problem
|
||||||
|
|
||||||
* Fri Oct 7 2005 Ivana Varekova <varekova@redhat.com> 6.0.1-1
|
* Fri Oct 7 2005 Ivana Varekova <varekova@redhat.com> 6.0.1-1
|
||||||
- version 6.0.1
|
- version 6.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user