SPECS: yum.spec - adapterized

glen glen at pld-linux.org
Sat Oct 22 23:24:09 CEST 2005


Author: glen                         Date: Sat Oct 22 21:24:09 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapterized

---- Files affected:
SPECS:
   yum.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/yum.spec
diff -u SPECS/yum.spec:1.11 SPECS/yum.spec:1.12
--- SPECS/yum.spec:1.11	Sat Oct 22 23:23:04 2005
+++ SPECS/yum.spec	Sat Oct 22 23:24:04 2005
@@ -10,7 +10,7 @@
 # Source0-md5:	734cc68e26c2fd07629616ab597acac6
 #Source1:	yum.conf
 #Source2:	yum.cron
-Patch0:	%{name}-chroot.patch
+Patch0:		%{name}-chroot.patch
 URL:		http://www.linux.duke.edu/yum/
 BuildRequires:	gettext-devel
 BuildRequires:	python
@@ -18,7 +18,7 @@
 Requires:	python
 Requires:	python-libxml2
 Requires:	python-rpm
-Requires:	rpm 
+Requires:	rpm
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -41,7 +41,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/etc/rc.d
+install -d $RPM_BUILD_ROOT/etc/rc.d
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
@@ -71,10 +71,10 @@
 %doc README AUTHORS COPYING TODO INSTALL ChangeLog
 %attr(755,root,root) %{_bindir}/yum
 %attr(755,root,root) %{_bindir}/yum-arch
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/yum.conf
-%config(noreplace) %verify(not size mtime md5) /etc/cron.daily/yum.cron
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yum.conf
+%config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/yum.cron
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/%{name}
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
 %dir %{py_sitescriptdir}/yum
 %dir %{py_sitescriptdir}/repomd
 %dir %{py_sitescriptdir}/rpmUtils
@@ -90,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2005/10/22 21:24:04  glen
+- adapterized
+
 Revision 1.11  2005/10/22 21:23:04  glen
 - add md5, drop old changelog
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/yum.spec?r1=1.11&r2=1.12&f=u




More information about the pld-cvs-commit mailing list