rpms/chkrootkit/devel chkrootkit.spec,1.9,1.10

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon May 9 21:37:24 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/chkrootkit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2658

Modified Files:
	chkrootkit.spec 
Log Message:
* Mon May  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.45-3
- Create debuginfo package, remove stripping from Makefile in %prep,
  build with optflags.




Index: chkrootkit.spec
===================================================================
RCS file: /cvs/extras/rpms/chkrootkit/devel/chkrootkit.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- chkrootkit.spec	17 Mar 2005 17:37:47 -0000	1.9
+++ chkrootkit.spec	9 May 2005 21:37:22 -0000	1.10
@@ -1,8 +1,7 @@
 Name:           chkrootkit
 Version:        0.45
-Release:        2
+Release:        3
 Summary:        Tool to locally check for signs of a rootkit
-
 Group:          Applications/System
 License:        BSD-like
 URL:            http://www.chkrootkit.org
@@ -41,10 +40,11 @@
 %patch1 -p1 -b .getCMD
 %patch2 -p1 -b .inetd
 %patch3 -p1 -b .includes
+sed -i -e 's!\s\+ at strip.*!!g' Makefile
 
 
 %build
-make sense
+make sense CC="%{__cc} $RPM_OPT_FLAGS"
 
 
 %install
@@ -106,6 +106,10 @@
 
 
 %changelog
+* Mon May  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.45-3
+- Create debuginfo package, remove stripping from Makefile in %%prep,
+  build with optflags.
+
 * Thu Mar 17 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.45-2
 - Make GCC4 shut up by including more C headers in chkproc.c/chkwtmp.c
 




More information about the fedora-extras-commits mailing list