[yum-cvs] yum-utils yum-utils.spec,1.17,1.18

Panu Matilainen pmatilai at linux.duke.edu
Tue Sep 5 18:53:31 UTC 2006


Update of /home/groups/yum/cvs/yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv32115

Modified Files:
	yum-utils.spec 
Log Message:
- add allowdowngrade plugin
- fix traceback in changelog plugin if package has no changelog


Index: yum-utils.spec
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/yum-utils.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- yum-utils.spec	13 Aug 2006 21:27:01 -0000	1.17
+++ yum-utils.spec	5 Sep 2006 18:53:29 -0000	1.18
@@ -102,6 +102,15 @@
 This plugin adds a --downloadonly flag to yum so that yum will only download
 the packages and not install/update them.
 
+%package -n yum-allowdowngrade
+Summary: Yum plugin to enable manual downgrading of packages
+Group: System Environment/Base
+Requires: yum > 2.9.5
+
+%description -n yum-allowdowngrade
+This plugin adds a --allow-downgrade flag to yum to make it possible to
+manually downgrade packages to specific versions.
+
 %prep
 %setup -q
 
@@ -195,7 +204,15 @@
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/downloadonly.conf
 /usr/lib/yum-plugins/downloadonly.*
 
+%files -n yum-allowdowngrade
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/allowdowngrade.conf
+/usr/lib/yum-plugins/allowdowngrade.*
+
 %changelog
+* Tue Sep 05 2006 Panu Matilainen <pmatilai at laiskianen.org>
+- added allowdowngrade plugin
+
 * Sun Aug 13 2006 Seth Vidal <skvidal at linux.duke.edu>
 - fix the plugins/ doc issue
 




More information about the Yum-cvs-commits mailing list