remove -s flag
This commit is contained in:
parent
c1c90eb88d
commit
3a808413e3
11
sysstat-7.0.3-debuginfo.patch
Normal file
11
sysstat-7.0.3-debuginfo.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- sysstat-7.0.3/Makefile.pom 2006-10-22 18:27:26.000000000 +0200
|
||||||
|
+++ sysstat-7.0.3/Makefile 2007-01-30 14:25:01.000000000 +0100
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
|
||||||
|
# Compiler flags
|
||||||
|
CFLAGS = -Wall -Wstrict-prototypes -pipe -O2 -fno-strength-reduce
|
||||||
|
-LFLAGS = -s
|
||||||
|
+LFLAGS =
|
||||||
|
# SAS_DFLAGS may also contain SMP_RACE definition
|
||||||
|
SAS_DFLAGS += -DSA_DIR=\"$(SA_DIR)\" -DSADC_PATH=\"$(SADC_PATH)\"
|
||||||
|
|
10
sysstat.spec
10
sysstat.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 7.0.3
|
Version: 7.0.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
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
|
||||||
@ -13,6 +13,7 @@ Patch0: sysstat-4.0.1-config.patch
|
|||||||
Patch3: sysstat-5.0.5-statreset.patch
|
Patch3: sysstat-5.0.5-statreset.patch
|
||||||
Patch6: sysstat-5.0.5-append-msg.patch
|
Patch6: sysstat-5.0.5-append-msg.patch
|
||||||
Patch9: sysstat-7.0.0-tmp.patch
|
Patch9: sysstat-7.0.0-tmp.patch
|
||||||
|
Patch10: sysstat-7.0.3-debuginfo.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -21,8 +22,6 @@ Prereq: sh-utils textutils grep fileutils /etc/cron.d
|
|||||||
BuildRequires: perl %{_includedir}/linux/if.h gettext
|
BuildRequires: perl %{_includedir}/linux/if.h gettext
|
||||||
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
|
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
|
||||||
|
|
||||||
%define debug_package %{nil}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides the sar and iostat commands for Linux. Sar and
|
This package provides the sar and iostat commands for Linux. Sar and
|
||||||
iostat enable system monitoring of disk, network, and other IO
|
iostat enable system monitoring of disk, network, and other IO
|
||||||
@ -34,6 +33,7 @@ activity.
|
|||||||
%patch3 -p1 -b .statreset
|
%patch3 -p1 -b .statreset
|
||||||
%patch6 -p1 -b .append-msg
|
%patch6 -p1 -b .append-msg
|
||||||
%patch9 -p1 -b .tmp
|
%patch9 -p1 -b .tmp
|
||||||
|
%patch10 -p1 -b .db
|
||||||
|
|
||||||
%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
|
||||||
@ -113,8 +113,8 @@ rm -rf %{buildroot}
|
|||||||
/var/log/sa
|
/var/log/sa
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 30 2007 Ivana Varekova <varekova@redhat.com> - 7.0.3-2
|
* Tue Jan 30 2007 Ivana Varekova <varekova@redhat.com> - 7.0.3-3
|
||||||
- remove debuginfo
|
- remove -s flag
|
||||||
|
|
||||||
* Mon Dec 18 2006 Ivana Varekova <varekova@redhat.com> - 7.0.3-1
|
* Mon Dec 18 2006 Ivana Varekova <varekova@redhat.com> - 7.0.3-1
|
||||||
- update to 7.0.3
|
- update to 7.0.3
|
||||||
|
Loading…
Reference in New Issue
Block a user