[yum-cvs] /yum-utils yum-utils.spec,1.19,1.20
Tim Lauridsen
timlau at linux.duke.edu
Wed Sep 27 13:36:38 UTC 2006
Update of /home/groups/yum/cvs//yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv2176
Modified Files:
yum-utils.spec
Log Message:
Added skip-broken plugin to yum-utils specfile.
Index: yum-utils.spec
===================================================================
RCS file: /home/groups/yum/cvs//yum-utils/yum-utils.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- yum-utils.spec 5 Sep 2006 19:05:27 -0000 1.19
+++ yum-utils.spec 27 Sep 2006 13:36:36 -0000 1.20
@@ -111,6 +111,15 @@
This plugin adds a --allow-downgrade flag to yum to make it possible to
manually downgrade packages to specific versions.
+%package -n yum-skip-broken
+Summary: Yum plugin to handle skiping packages with dependency problems
+Group: System Environment/Base
+Requires: yum > 2.6.0
+
+%description -n yum-skip-broken
+This plugin adds a --ignore-broken to yum to make it possible to
+check packages for dependency problems and skip the one with problems.
+
%prep
%setup -q
@@ -120,7 +129,7 @@
make -C updateonboot DESTDIR=$RPM_BUILD_ROOT install
# Plugins to install
-plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module downloadonly allowdowngrade"
+plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module downloadonly allowdowngrade skip-broken"
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
cd plugins
@@ -209,7 +218,15 @@
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/allowdowngrade.conf
/usr/lib/yum-plugins/allowdowngrade.*
+%files -n yum-skip-broken
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/skip-broken.conf
+/usr/lib/yum-plugins/skip-broken.*
+
%changelog
+* Wed Sep 27 2006 Tim Lauridsen <tla at rasmil.dk>
+- added skip-broken plugin
+
* Tue Sep 05 2006 Panu Matilainen <pmatilai at laiskianen.org>
- added allowdowngrade plugin
More information about the Yum-cvs-commits
mailing list