rpms/readahead/F-12 .cvsignore, 1.13, 1.14 readahead.spec, 1.61, 1.62 sources, 1.17, 1.18 readahead-1.5.1-noconsole.patch, 1.1, NONE

Harald Hoyer harald at fedoraproject.org
Tue Oct 6 14:24:12 UTC 2009


Author: harald

Update of /cvs/pkgs/rpms/readahead/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25444

Modified Files:
	.cvsignore readahead.spec sources 
Removed Files:
	readahead-1.5.1-noconsole.patch 
Log Message:
* Tue Oct 06 2009 Harald Hoyer <harald at redhat.com> 1.5.3-1
- fix readhead for new libaudit (bug #523400)
- don't leak file descriptors (bug #525893)
- also collect openat() calls
- ignore files > 10MB



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/F-12/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	14 Sep 2009 15:17:48 -0000	1.13
+++ .cvsignore	6 Oct 2009 14:23:58 -0000	1.14
@@ -1 +1 @@
-readahead-1.5.1.tar.bz2
+readahead-1.5.3.tar.bz2


Index: readahead.spec
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/F-12/readahead.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- readahead.spec	15 Sep 2009 10:27:06 -0000	1.61
+++ readahead.spec	6 Oct 2009 14:23:58 -0000	1.62
@@ -1,12 +1,11 @@
 Summary:        Read a preset list of files into memory
 Name:           readahead
-Version:        1.5.1
-Release:        2%{?dist}
+Version:        1.5.3
+Release:        1%{?dist}
 Epoch:          1
 Group:          System Environment/Base
 License:        GPLv2+
 Source0:        readahead-%{version}.tar.bz2
-Patch1: 	readahead-1.5.1-noconsole.patch
 
 URL: 		https://fedorahosted.org/readahead/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,7 +26,6 @@ needed. Its goal is to speed up the boot
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure --sbindir=/sbin
@@ -70,6 +68,12 @@ fi
 /sbin/readahead-collector
 
 %changelog
+* Tue Oct 06 2009 Harald Hoyer <harald at redhat.com> 1.5.3-1
+- fix readhead for new libaudit (bug #523400)
+- don't leak file descriptors (bug #525893)
+- also collect openat() calls
+- ignore files > 10MB
+
 * Tue Sep 15 2009 Harald Hoyer <harald at redhat.com> 1.5.1-2
 - remove console owner from collector (gets killed by SIGHUP)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/F-12/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	14 Sep 2009 15:17:49 -0000	1.17
+++ sources	6 Oct 2009 14:23:59 -0000	1.18
@@ -1 +1 @@
-abb783e835272290722da9d9affc618b  readahead-1.5.1.tar.bz2
+b3354ba1d59dc270ada5f4a46e95e3bf  readahead-1.5.3.tar.bz2


--- readahead-1.5.1-noconsole.patch DELETED ---




More information about the fedora-extras-commits mailing list