rpms/chkrootkit/F-8 chkrootkit.spec,1.29,1.30

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Apr 9 10:54:11 UTC 2008


Author: mschwendt

Update of /cvs/extras/rpms/chkrootkit/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17522/F-8

Modified Files:
	chkrootkit.spec 
Log Message:
* Wed Apr  9 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-7
- Build with large file API (#441638).



Index: chkrootkit.spec
===================================================================
RCS file: /cvs/extras/rpms/chkrootkit/F-8/chkrootkit.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- chkrootkit.spec	18 Mar 2008 20:21:31 -0000	1.29
+++ chkrootkit.spec	9 Apr 2008 10:53:22 -0000	1.30
@@ -1,6 +1,6 @@
 Name:           chkrootkit
 Version:        0.48
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Tool to locally check for signs of a rootkit
 Group:          Applications/System
 License:        BSD-like
@@ -53,7 +53,7 @@
 
 
 %build
-make sense CC="%{__cc} $RPM_OPT_FLAGS"
+make sense CC="%{__cc} $RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
 
 
 %install
@@ -117,6 +117,9 @@
 
 
 %changelog
+* Wed Apr  9 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-7
+- Build with large file API (#441638).
+
 * Tue Mar 18 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-6
 - Delete the "suspect PHP files" check. Not only does it trigger
   SIGPIPE for file names which contain special unescaped characters,




More information about the scm-commits mailing list