rpms/sysstat/devel sysstat-7.0.3-debuginfo.patch, NONE, 1.1 sysstat.spec, 1.47, 1.48

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 30 13:30:23 UTC 2007


Author: varekova

Update of /cvs/dist/rpms/sysstat/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19223

Modified Files:
	sysstat.spec 
Added Files:
	sysstat-7.0.3-debuginfo.patch 
Log Message:
remove -s flag


sysstat-7.0.3-debuginfo.patch:
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE sysstat-7.0.3-debuginfo.patch ---
--- 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)\"
 


Index: sysstat.spec
===================================================================
RCS file: /cvs/dist/rpms/sysstat/devel/sysstat.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- sysstat.spec	30 Jan 2007 12:54:44 -0000	1.47
+++ sysstat.spec	30 Jan 2007 13:30:21 -0000	1.48
@@ -1,6 +1,6 @@
 Name: sysstat
 Version: 7.0.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: The sar and iostat system monitoring commands.
 License: GPL
 Group: Applications/System
@@ -13,6 +13,7 @@
 Patch3: sysstat-5.0.5-statreset.patch
 Patch6: sysstat-5.0.5-append-msg.patch
 Patch9: sysstat-7.0.0-tmp.patch
+Patch10: sysstat-7.0.3-debuginfo.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -21,8 +22,6 @@
 BuildRequires: perl %{_includedir}/linux/if.h gettext
 Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
 
-%define debug_package %{nil} 
-
 %description
 This package provides the sar and iostat commands for Linux. Sar and
 iostat enable system monitoring of disk, network, and other IO
@@ -34,6 +33,7 @@
 %patch3 -p1 -b .statreset
 %patch6 -p1 -b .append-msg
 %patch9 -p1 -b .tmp
+%patch10 -p1 -b .db
 
 %build
 # FIXME: I need to fix the upstream Makefile to use LIBDIR et al. properly and
@@ -113,8 +113,8 @@
 /var/log/sa
 
 %changelog
-* Tue Jan 30 2007 Ivana Varekova <varekova at redhat.com> - 7.0.3-2
-- remove debuginfo
+* Tue Jan 30 2007 Ivana Varekova <varekova at redhat.com> - 7.0.3-3
+- remove -s flag
 
 * Mon Dec 18 2006 Ivana Varekova <varekova at redhat.com> - 7.0.3-1
 - update to 7.0.3




More information about the fedora-cvs-commits mailing list