rpms/hdparm/devel hdparm-5.9-nostrip.patch, NONE, 1.1 hdparm.spec, 1.16, 1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 10 08:37:07 UTC 2005


Author: karsten

Update of /cvs/dist/rpms/hdparm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4590

Modified Files:
	hdparm.spec 
Added Files:
	hdparm-5.9-nostrip.patch 
Log Message:
- enable debuginfo

hdparm-5.9-nostrip.patch:
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE hdparm-5.9-nostrip.patch ---
--- hdparm-5.9/Makefile.rh1	2005-05-10 10:35:32.000000000 +0200
+++ hdparm-5.9/Makefile	2005-05-10 10:35:35.000000000 +0200
@@ -16,7 +16,7 @@
 CFLAGS := -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
 
 
-LDFLAGS = -s
+LDFLAGS =
 INSTALL = install
 INSTALL_DATA = $(INSTALL) -m 644
 INSTALL_PROGRAM = $(INSTALL)


Index: hdparm.spec
===================================================================
RCS file: /cvs/dist/rpms/hdparm/devel/hdparm.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hdparm.spec	10 May 2005 08:31:12 -0000	1.16
+++ hdparm.spec	10 May 2005 08:37:05 -0000	1.17
@@ -7,6 +7,7 @@
 Source: http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-%{version}.tar.gz
 Source1: hdparm-sysconfig
 Patch0:	hdparm-5.8-help.patch
+Patch1:	hdparm-5.9-nostrip.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 ExcludeArch: s390 s390x
 
@@ -18,6 +19,7 @@
 %prep
 %setup -q
 %patch0 -p1 
+%patch1 -p1 
 
 %build
 perl -pi -e "s/-O2/$RPM_OPT_FLAGS/g" Makefile




More information about the fedora-cvs-commits mailing list