- add debug files to debug_package

This commit is contained in:
Ivana Varekova 2005-05-10 14:48:59 +00:00
parent 4eb1041786
commit b59957688c

View File

@ -1,6 +1,6 @@
Name: sysstat Name: sysstat
Version: 5.0.5 Version: 5.0.5
Release: 9.fc Release: 10.fc
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
@ -18,6 +18,7 @@ Patch5: sysstat-5.0.5-lib64init.patch
Patch6: sysstat-5.0.5-append-msg.patch Patch6: sysstat-5.0.5-append-msg.patch
Patch7: sysstat-5.0.5-filename.patch Patch7: sysstat-5.0.5-filename.patch
Patch8: sysstat-5.0.5-gcc4fix.patch Patch8: sysstat-5.0.5-gcc4fix.patch
Patch9: sysstat-5.0.5-debug.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -48,6 +49,7 @@ activity.
%if %_lib == "lib64" %if %_lib == "lib64"
%patch5 -p1 -b .lib64init %patch5 -p1 -b .lib64init
%endif %endif
%patch9 -p1 -b .debug
%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
@ -126,6 +128,9 @@ rm -rf %{buildroot}
/var/log/sa /var/log/sa
%changelog %changelog
* Tue May 10 2005 Ivana Varekova <varekova@redhat.com> 5.0.5-10.fc
- add debug files to debug_package
* Mon Mar 7 2005 Ivana Varekova <varekova@redhat.com> 5.0.5-9.fc * Mon Mar 7 2005 Ivana Varekova <varekova@redhat.com> 5.0.5-9.fc
- rebuilt (add gcc4fix, update lib64ini) - rebuilt (add gcc4fix, update lib64ini)