rpms/yum-utils/devel sources,1.6,1.7 yum-utils.spec,1.13,1.14

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Tue Oct 31 14:39:47 UTC 2006


Author: skvidal

Update of /cvs/extras/rpms/yum-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26765

Modified Files:
	sources yum-utils.spec 
Log Message:

update devel branch



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yum-utils/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	5 Oct 2006 03:32:28 -0000	1.6
+++ sources	31 Oct 2006 14:39:17 -0000	1.7
@@ -1 +1,2 @@
 e9af7d38f47e5d2cd945790061fa5f8b  yum-utils-1.0.tar.gz
+53ba387a337b605c5490eac8229da32d  yum-utils-1.0.1.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- yum-utils.spec	5 Oct 2006 11:47:29 -0000	1.13
+++ yum-utils.spec	31 Oct 2006 14:39:17 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.0
-Release: 2%{?dist}
+Version: 1.0.1
+Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
@@ -120,6 +120,16 @@
 This plugin adds a --ignore-broken to yum to make it possible to
 check packages for dependency problems and skip the one with problems.
 
+%package -n yum-priorities
+Summary: plugin to give priorities to packages from different repos 
+Group: System Environment/Base
+Requires: yum >= 3.0
+
+%description -n yum-priorities
+This plugin allows repositories to have different priorities. 
+Packages in a repository with a lower priority can't be overridden by packages
+from a repository with a higher priority even if repo has a later version.
+
 %prep
 %setup -q
 
@@ -129,7 +139,7 @@
 make -C updateonboot DESTDIR=$RPM_BUILD_ROOT install
 
 # Plugins to install
-plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module downloadonly allowdowngrade skip-broken"
+plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module downloadonly allowdowngrade skip-broken priorities"
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
 
 cd plugins
@@ -223,7 +233,19 @@
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/skip-broken.conf
 /usr/lib/yum-plugins/skip-broken.*
 
+%files -n yum-priorities
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/priorities.conf
+/usr/lib/yum-plugins/priorities.*
+
+
 %changelog
+* Tue Oct 31 2006 Tim Lauridsen <tla at rasmil.dk>
+- mark it as 1.0.1
+
+* Fri Oct 27 2006 Tim Lauridsen <tla at rasmil.dk>
+- Added priorities plugin written by Daniel de Kok <danieldk at pobox.com> 
+
 * Wed Oct  4 2006 Seth Vidal <skvidal at linux.duke.edu>
 - mark it as 1.0
 - change requires for the packages to yum 3.0




More information about the fedora-extras-commits mailing list