diff --git a/sysstat.spec b/sysstat.spec index e1e50cb..5c73b82 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -1,6 +1,6 @@ Name: sysstat Version: 5.0.1 -Release: 1.1 +Release: 2 Summary: The sar and iostat system monitoring commands. License: GPL Group: Applications/System @@ -17,6 +17,7 @@ Patch4: sysstat-4.0.7-lib64.patch Patch5: sysstat-5.0.0-ifnamsiz.patch Patch6: sysstat-5.0.0-history.patch Patch7: sysstat-5.0.1-statreset.patch +Patch8: sysstat-5.0.1-lib64init.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: kernel >= 2.2.16-21 /sbin/chkconfig @@ -40,6 +41,12 @@ activity. %patch6 -p1 -b .history %patch7 -p1 -b .statreset +# Fix initscript for lib64 systems + +%if %_lib == "lib64" +%patch8 -p1 -b .lib64init +%endif + %build # FIXME: I need to fix the upstream Makefile to use LIBDIR et al. properly and # send the upstream maintainer a patch. @@ -117,6 +124,9 @@ rm -rf %{buildroot} /var/log/sa %changelog +* Wed Mar 24 2004 Justin Forbes <64bit_fedora@comcast.net> 5.0.1-2 +- fix lib64 init + * Tue Mar 02 2004 Elliot Lee - rebuilt