rpms/readahead/devel readahead-1.5.1-noconsole.patch, NONE, 1.1 readahead.spec, 1.60, 1.61

Harald Hoyer harald at fedoraproject.org
Tue Sep 15 10:27:07 UTC 2009


Author: harald

Update of /cvs/pkgs/rpms/readahead/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23227

Modified Files:
	readahead.spec 
Added Files:
	readahead-1.5.1-noconsole.patch 
Log Message:
* Tue Sep 15 2009 Harald Hoyer <harald at redhat.com> 1.5.1-2
- remove console owner from collector (gets killed by SIGHUP)


readahead-1.5.1-noconsole.patch:
 readahead-collector.event |    2 --
 1 file changed, 2 deletions(-)

--- NEW FILE readahead-1.5.1-noconsole.patch ---
diff -up readahead-1.5.1/scripts/readahead-collector.event.noconsole readahead-1.5.1/scripts/readahead-collector.event
--- readahead-1.5.1/scripts/readahead-collector.event.noconsole	2009-09-15 12:23:46.000000000 +0200
+++ readahead-1.5.1/scripts/readahead-collector.event	2009-09-15 12:25:17.000000000 +0200
@@ -8,8 +8,6 @@ stop on started prefdm
 stop on stopped rc[234]
 stop on runlevel [16]
 
-console owner
-
 kill timeout 60
 
 script


Index: readahead.spec
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/devel/readahead.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- readahead.spec	14 Sep 2009 15:17:49 -0000	1.60
+++ readahead.spec	15 Sep 2009 10:27:06 -0000	1.61
@@ -1,11 +1,12 @@
 Summary:        Read a preset list of files into memory
 Name:           readahead
 Version:        1.5.1
-Release:        1%{?dist}
+Release:        2%{?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)
@@ -26,6 +27,7 @@ needed. Its goal is to speed up the boot
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure --sbindir=/sbin
@@ -68,6 +70,9 @@ fi
 /sbin/readahead-collector
 
 %changelog
+* Tue Sep 15 2009 Harald Hoyer <harald at redhat.com> 1.5.1-2
+- remove console owner from collector (gets killed by SIGHUP)
+
 * Mon Sep 14 2009 Harald Hoyer <harald at redhat.com> 1.5.1-1
 - readahead-1.5.1
 - add syslog() to collector




More information about the fedora-extras-commits mailing list