rpms/chkrootkit/devel chkrootkit.spec,1.31,1.32

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


Author: mschwendt

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

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/devel/chkrootkit.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- chkrootkit.spec	18 Mar 2008 20:12:54 -0000	1.31
+++ chkrootkit.spec	9 Apr 2008 10:53:11 -0000	1.32
@@ -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 fedora-extras-commits mailing list