rpms/readahead/devel .cvsignore, 1.9, 1.10 readahead.spec, 1.52, 1.53 sources, 1.13, 1.14

Harald Hoyer harald at fedoraproject.org
Fri Feb 20 09:46:03 UTC 2009


Author: harald

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

Modified Files:
	.cvsignore readahead.spec sources 
Log Message:
* Fri Feb 20 2009 Harald Hoyer <harald at redhat.com> 1.4.8-1
- version 1.4.8
- /etc/readahead.d moved to /var/lib/readahead



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	16 Oct 2008 13:21:03 -0000	1.9
+++ .cvsignore	20 Feb 2009 09:45:33 -0000	1.10
@@ -1 +1 @@
-readahead-1.4.7.tar.bz2
+readahead-1.4.8.tar.bz2


Index: readahead.spec
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/devel/readahead.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- readahead.spec	16 Oct 2008 13:28:54 -0000	1.52
+++ readahead.spec	20 Feb 2009 09:45:33 -0000	1.53
@@ -1,13 +1,13 @@
 Summary:        Read a preset list of files into memory
 Name:           readahead
-Version:        1.4.7
+Version:        1.4.8
 Release:        1%{?dist}
 Epoch:          1
 Group:          System Environment/Base
 License:        GPLv2+
 Source0:        readahead-%{version}.tar.bz2
 
-URL:            https://hosted.fedoraproject.org/projects/readahead
+URL: 		https://fedorahosted.org/readahead/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post): /sbin/chkconfig, /sbin/service
@@ -16,6 +16,9 @@
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  audit-libs-devel
 
+
+%define pkgvardatadir %{_localstatedir}/lib/%{name}
+
 %description
 readahead reads the contents of a list of files into memory,
 which causes them to be read from cache when they are actually
@@ -31,7 +34,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=${RPM_BUILD_ROOT}
-mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/readahead.d/
+mkdir -p ${RPM_BUILD_ROOT}%{pkgvardatadir}
 %find_lang %{name}
 
 %clean
@@ -52,11 +55,11 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,- )
-%doc COPYING README lists/README.lists
+%doc COPYING README lists/README.lists NEWS
 %{_sysconfdir}/cron.daily/readahead.cron
 %{_sysconfdir}/cron.monthly/readahead-monthly.cron
 %config %{_sysconfdir}/readahead.conf
-%dir %{_sysconfdir}/readahead.d
+%dir %{pkgvardatadir}
 %{_sysconfdir}/event.d/readahead-collector.event
 %{_sysconfdir}/event.d/readahead-disable-services.event
 %{_sysconfdir}/event.d/readahead.event
@@ -65,6 +68,10 @@
 /sbin/readahead-collector
 
 %changelog
+* Fri Feb 20 2009 Harald Hoyer <harald at redhat.com> 1.4.8-1
+- version 1.4.8
+- /etc/readahead.d moved to /var/lib/readahead
+
 * Thu Oct 16 2008 Harald Hoyer <harald at redhat.com> 1.4.7-1
 - fixed error message in cron script (rhbz#460795)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	16 Oct 2008 13:28:54 -0000	1.13
+++ sources	20 Feb 2009 09:45:33 -0000	1.14
@@ -1 +1 @@
-8bbd92a4fd0401cd5addad5f970bd71d  readahead-1.4.7.tar.bz2
+e249a7c6d4aebea77412ffa3e2b8a570  readahead-1.4.8.tar.bz2




More information about the fedora-extras-commits mailing list