SPECS: yum.spec - fixed R and rel
patrys
patrys at pld-linux.org
Wed May 23 13:34:42 CEST 2007
Author: patrys Date: Wed May 23 11:34:42 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed R and rel
---- Files affected:
SPECS:
yum.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SPECS/yum.spec
diff -u SPECS/yum.spec:1.25 SPECS/yum.spec:1.26
--- SPECS/yum.spec:1.25 Wed May 23 13:26:55 2007
+++ SPECS/yum.spec Wed May 23 13:34:37 2007
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Narzędzie do instalowania/uaktualniania pakietów RPM
Name: yum
Version: 3.0.1
-Release: 2
+Release: 1
License: GPL
Group: Applications/System
Source0: http://linux.duke.edu/projects/yum/download/3.0/%{name}-%{version}.tar.gz
@@ -18,7 +18,7 @@
Requires: python-cElementTree >= 1.0.5
Requires: python-libxml2
Requires: python-rpm
-Requires: python-sqlite1
+Requires: python-sqlite
Requires: python-urlgrabber
Requires: rc-scripts
Requires: rpm
@@ -56,13 +56,13 @@
rm -rf $RPM_BUILD_ROOT
%post
-/sbin/chkconfig --add yum
-%service yum restart
+/sbin/chkconfig --add yum-updatesd
+%service yum-updatesd restart
%preun
if [ "$1" = "0" ]; then
- /sbin/chkconfig --del yum
- %service -q yum stop
+ /sbin/chkconfig --del yum-updatesd
+ %service -q yum-updatesd stop
fi
%files
@@ -90,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2007/05/23 11:34:37 patrys
+- fixed R and rel
+
Revision 1.25 2007/05/23 11:26:55 patrys
- 3.0.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/yum.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list