rpms/cronolog/F-7 cronolog.spec,1.1,1.2

Sean Reifschneider (jafo) fedora-extras-commits at redhat.com
Fri Jul 6 01:45:19 UTC 2007


Author: jafo

Update of /cvs/extras/rpms/cronolog/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22727

Modified Files:
	cronolog.spec 
Log Message:
Adding patch for LARGEFILE support.



Index: cronolog.spec
===================================================================
RCS file: /cvs/extras/rpms/cronolog/F-7/cronolog.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cronolog.spec	27 Jan 2007 20:34:32 -0000	1.1
+++ cronolog.spec	6 Jul 2007 01:44:38 -0000	1.2
@@ -1,6 +1,6 @@
 Name:            cronolog
 Version:         1.6.2
-Release:         4%{?dist}
+Release:         5%{?dist}
 Summary:         Web log rotation program for Apache
 
 Group:           Applications/System
@@ -10,6 +10,7 @@
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post):  /sbin/install-info
 Requires(preun): /sbin/install-info
+Patch1:          cronolog-largefile.patch
 
 %description
 cronolog is a simple filter program that reads log file entries from
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q
+%patch1
 
 %build
 %configure
@@ -54,6 +56,10 @@
 %{_infodir}/*
 
 %changelog
+* Thu Jul 05 2007 Sean Reifschneider <jafo at tummy.com> 1.6.2-5
+- Included patch for LARGEFILE support, fix provided by Arenas Belon, Carlo
+  Marcelo.
+
 * Sat Jan 27 2007 Sean Reifschneider <jafo at tummy.com> 1.6.2-4
 - Updating based on feedback from ville.skytta.
 - Moved cronosplit to /usr/bin




More information about the fedora-extras-commits mailing list