rpms/readahead/devel readahead.spec,1.51,1.52 sources,1.12,1.13

Harald Hoyer harald at fedoraproject.org
Thu Oct 16 13:29:24 UTC 2008


Author: harald

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

Modified Files:
	readahead.spec sources 
Log Message:
* Thu Oct 16 2008 Harald Hoyer <harald at redhat.com> 1.4.7-1
- fixed error message in cron script (rhbz#460795)



Index: readahead.spec
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/devel/readahead.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- readahead.spec	16 Oct 2008 13:21:03 -0000	1.51
+++ readahead.spec	16 Oct 2008 13:28:54 -0000	1.52
@@ -6,8 +6,6 @@
 Group:          System Environment/Base
 License:        GPLv2+
 Source0:        readahead-%{version}.tar.bz2
-Source1:        default.early
-Source2:        default.later
 
 URL:            https://hosted.fedoraproject.org/projects/readahead
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -26,9 +24,6 @@
 %prep
 %setup -q
 
-cp -f -t ./lists/ %{SOURCE1}
-cp -f -t ./lists/ %{SOURCE2}
-
 %build
 %configure --sbindir=/sbin
 make %{?_smp_mflags}
@@ -36,11 +31,9 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=${RPM_BUILD_ROOT}
+mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/readahead.d/
 %find_lang %{name}
 
-# remove default lists
-rm -f ${RPM_BUILD_ROOT}%{_sysconfdir}/readahead.d/default.*
-
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	16 Oct 2008 13:21:03 -0000	1.12
+++ sources	16 Oct 2008 13:28:54 -0000	1.13
@@ -1 +1 @@
-e576a4a81314693ab11c59fbce17a1fc  readahead-1.4.7.tar.bz2
+8bbd92a4fd0401cd5addad5f970bd71d  readahead-1.4.7.tar.bz2




More information about the scm-commits mailing list