rpms/yum-utils/F-8 sources,1.21,1.22 yum-utils.spec,1.31,1.32

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Wed May 21 12:37:55 UTC 2008


Author: timlau

Update of /cvs/pkgs/rpms/yum-utils/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4867

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-8/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	21 Mar 2008 07:51:20 -0000	1.21
+++ sources	21 May 2008 12:37:04 -0000	1.22
@@ -1 +1 @@
-29eedb17fd40b158c129c84dc865d889  yum-utils-1.1.13.tar.gz
+e1d0bba0249bf294488cbaac41dbeaee  yum-utils-1.1.14.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-8/yum-utils.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- yum-utils.spec	21 Mar 2008 07:51:20 -0000	1.31
+++ yum-utils.spec	21 May 2008 12:37:04 -0000	1.32
@@ -1,6 +1,6 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.13
+Version: 1.1.14
 Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
@@ -12,10 +12,10 @@
 
 %description
 yum-utils is a collection of utilities and examples for the yum package
-manager. It includes utilities by different authors that make yum easier and 
+manager. It includes utilities by different authors that make yum easier and
 more powerful to use. These tools include: debuginfo-install, package-cleanup,
 repoclosure, repodiff, repo-graph, repomanage, repoquery, repo-rss, reposync,
-repotrack, yum-builddep, yum-complete-transaction, yumdownloader.
+repotrack, yum-builddep, yum-complete-transaction, yumdownloader, yum-debug-dump
 
 %package -n yum-updateonboot
 Summary: Run yum update on system boot
@@ -33,9 +33,10 @@
 Summary: Yum plugin for viewing package changelogs before/after updating
 Group: System Environment/Base
 Requires: yum >= 3.0
+Requires: python-dateutil
 
 %description -n yum-changelog
-This plugin adds a command line option to allow viewing package changelog 
+This plugin adds a command line option to allow viewing package changelog
 deltas before or after updating packages.
 
 %package -n yum-fastestmirror
@@ -53,7 +54,7 @@
 Requires: yum >= 3.0
 
 %description -n yum-fedorakmod
-Plugin for Yum to handle installation of kmod-foo type of kernel modules, when new kernel versions 
+Plugin for Yum to handle installation of kmod-foo type of kernel modules, when new kernel versions
 are installed.
 kmod-foo kernel modules is described by the Fedora Extras packaging standards.
 
@@ -73,7 +74,7 @@
 Requires: yum >= 3.0
 
 %description -n yum-versionlock
-This plugin allows certain packages specified in a file to be protected from being updated by 
+This plugin allows certain packages specified in a file to be protected from being updated by
 newer versions.
 
 %package -n yum-tsflags
@@ -91,7 +92,7 @@
 Requires: yum >= 3.0
 
 %description -n yum-kernel-module
-This plugin handle installation of kernel-module-foo type of kernel modules when new version of 
+This plugin handle installation of kernel-module-foo type of kernel modules when new version of
 kernels are installed.
 
 
@@ -123,12 +124,12 @@
 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 
+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. 
+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.
 
@@ -165,14 +166,14 @@
 security relevant ones. The commands give you the security information.
 
 %package -n yum-protect-packages
-Summary: Yum plugin to prevents Yum from removing itself and other protected packages 
+Summary: Yum plugin to prevents Yum from removing itself and other protected packages
 Group: System Environment/Base
 Requires: yum >= 3.0
 
 %description -n yum-protect-packages
 this plugin prevents Yum from removing itself and other protected packages.
 By default, yum is the only package protected, but by extension this
-automatically protects everything on which yum depends (rpm, python, glibc, 
+automatically protects everything on which yum depends (rpm, python, glibc,
 and so on).Therefore, the plugin functions well even without
 compiling careful lists of all important packages.
 
@@ -247,6 +248,15 @@
 also a couple of options. This command works like rpm -V, to verify your
 installation.
 
+%package -n yum-keys
+Summary: Yum plugin to deal with signing keys
+Group: System Environment/Base
+Requires: yum >= 3.2.8
+
+%description -n yum-keys
+This plugin adds the commands keys, keys-info, keys-data and keys-remove. They
+allow you to query and remove signing keys.
+
 %prep
 %setup -q
 
@@ -258,7 +268,7 @@
 # Plugins to install
 plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module \
          downloadonly allowdowngrade skip-broken priorities refresh-updatesd merge-conf \
-         security protect-packages basearchonly upgrade-helper aliases list-data filter-data tmprepo verify"
+         security protect-packages basearchonly upgrade-helper aliases list-data filter-data tmprepo verify keys"
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
 
@@ -299,6 +309,7 @@
 %{_bindir}/repo-rss
 %{_bindir}/yumdownloader
 %{_bindir}/yum-builddep
+%{_bindir}/yum-debug-dump
 %{_sbindir}/yum-complete-transaction
 %{_mandir}/man1/yum-utils.1.*
 %{_mandir}/man1/package-cleanup.1.*
@@ -306,6 +317,7 @@
 %{_mandir}/man1/repoquery.1.*
 %{_mandir}/man1/reposync.1.*
 %{_mandir}/man1/yum-builddep.1.*
+%{_mandir}/man1/yum-debug-dump.1.*
 %{_mandir}/man8/yum-complete-transaction.8.*
 %{_mandir}/man1/yumdownloader.1.*
 
@@ -325,7 +337,7 @@
 %files -n yum-fastestmirror
 %defattr(-, root, root)
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/fastestmirror.conf
-/usr/lib/yum-plugins/fastestmirror.*
+/usr/lib/yum-plugins/fastestmirror*.*
 
 %files -n yum-fedorakmod
 %defattr(-, root, root)
@@ -410,6 +422,7 @@
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/aliases.conf
 %config(noreplace) %{_sysconfdir}/yum/aliases.conf
 /usr/lib/yum-plugins/aliases.*
+%{_mandir}/man1/yum-aliases.1.*
 
 %files -n yum-list-data
 %defattr(-, root, root)
@@ -434,7 +447,22 @@
 /usr/lib/yum-plugins/verify.*
 %{_mandir}/man1/yum-verify.1.*
 
+%files -n yum-keys
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/keys.conf
+/usr/lib/yum-plugins/keys.*
+
 %changelog
+* Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
+  Make yum-fastestmirror %%files handle the fastestmirror-asyncore.py file 
+* Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.14
+* Fri Apr 10 2008 James Antill <james at fedoraproject.org>
+- Add keys plugin
+
+* Fri Mar 31 2008 James Antill <james at fedoraproject.org>
+- Add yum-aliases man page
+
 * Fri Mar 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.13
 * Fri Mar 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
@@ -466,7 +494,7 @@
 - Add yum-aliases plugin
 
 * Fri Dec 7 2007 Tim Lauridsen <timlau at fedoraproject.org>
-- mark as 1.1.9 
+- mark as 1.1.9
 * Fri Oct 26 2007 Seth Vidal <skvidal at fedoraproject.org>
 - add upgrade-helper plugin
 * Wed Oct 17 2007 Tim Lauridsen <tla at rasmil.dk>
@@ -542,7 +570,7 @@
 - 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> 
+- 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




More information about the scm-commits mailing list