auto-import changelog data from sysstat-5.0.1-2.src.rpm
Wed Mar 24 2004 Justin Forbes <64bit_fedora@comcast.net> 5.0.1-2 - fix lib64 init
This commit is contained in:
parent
b02e01c1ec
commit
a1b7733f9d
12
sysstat.spec
12
sysstat.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 5.0.1
|
Version: 5.0.1
|
||||||
Release: 1.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
|
||||||
@ -17,6 +17,7 @@ Patch4: sysstat-4.0.7-lib64.patch
|
|||||||
Patch5: sysstat-5.0.0-ifnamsiz.patch
|
Patch5: sysstat-5.0.0-ifnamsiz.patch
|
||||||
Patch6: sysstat-5.0.0-history.patch
|
Patch6: sysstat-5.0.0-history.patch
|
||||||
Patch7: sysstat-5.0.1-statreset.patch
|
Patch7: sysstat-5.0.1-statreset.patch
|
||||||
|
Patch8: sysstat-5.0.1-lib64init.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
Requires: kernel >= 2.2.16-21 /sbin/chkconfig
|
Requires: kernel >= 2.2.16-21 /sbin/chkconfig
|
||||||
@ -40,6 +41,12 @@ activity.
|
|||||||
%patch6 -p1 -b .history
|
%patch6 -p1 -b .history
|
||||||
%patch7 -p1 -b .statreset
|
%patch7 -p1 -b .statreset
|
||||||
|
|
||||||
|
# Fix initscript for lib64 systems
|
||||||
|
|
||||||
|
%if %_lib == "lib64"
|
||||||
|
%patch8 -p1 -b .lib64init
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME: I need to fix the upstream Makefile to use LIBDIR et al. properly and
|
# FIXME: I need to fix the upstream Makefile to use LIBDIR et al. properly and
|
||||||
# send the upstream maintainer a patch.
|
# send the upstream maintainer a patch.
|
||||||
@ -117,6 +124,9 @@ rm -rf %{buildroot}
|
|||||||
/var/log/sa
|
/var/log/sa
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 24 2004 Justin Forbes <64bit_fedora@comcast.net> 5.0.1-2
|
||||||
|
- fix lib64 init
|
||||||
|
|
||||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user