rpms/yum-utils/F-9 sources,1.22,1.23 yum-utils.spec,1.38,1.39

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


Author: timlau

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

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-9/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	21 Mar 2008 07:43:30 -0000	1.22
+++ sources	21 May 2008 12:14:32 -0000	1.23
@@ -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-9/yum-utils.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- yum-utils.spec	24 Mar 2008 14:12:47 -0000	1.38
+++ yum-utils.spec	21 May 2008 12:14:32 -0000	1.39
@@ -1,7 +1,7 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.13
-Release: 2%{?dist}
+Version: 1.1.14
+Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
@@ -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
@@ -36,7 +36,7 @@
 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
@@ -54,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.
 
@@ -74,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
@@ -92,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.
 
 
@@ -124,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.
 
@@ -166,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.
 
@@ -248,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
 
@@ -259,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/
 
@@ -300,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.*
@@ -307,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.*
 
@@ -326,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)
@@ -411,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)
@@ -435,9 +447,21 @@
 /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
-* Fri Mar 21 2008 Seth Vidal <skvidal at fedoraproject.org>
-- add python-dateutil requires to yum-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
@@ -470,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>
@@ -546,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 fedora-extras-commits mailing list