diff --git a/sources b/sources index 499f522..9052ac3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -29eedb17fd40b158c129c84dc865d889 yum-utils-1.1.13.tar.gz +e1d0bba0249bf294488cbaac41dbeaee yum-utils-1.1.14.tar.gz diff --git a/yum-utils.spec b/yum-utils.spec index 461f6ff..1243866 100644 --- a/yum-utils.spec +++ b/yum-utils.spec @@ -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 @@ Requires: python >= 2.4 , yum >= 3.1.1 %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 @@ waiting until the next early morning cron job. 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 @@ Group: System Environment/Base 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 @@ Group: System Environment/Base 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 @@ Group: System Environment/Base 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 @@ This plugin adds a --skip-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 +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 @@ The options make it possible to limit list/upgrade of packages to specific 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 @@ This plugin adds the commands verify, verify-all and verify-rpm. There are 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 @@ make -C updateonboot DESTDIR=$RPM_BUILD_ROOT install # 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 @@ fi %{_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 @@ fi %{_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 @@ fi %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 @@ fi %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 @@ fi /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 + Make yum-fastestmirror %%files handle the fastestmirror-asyncore.py file +* Wed May 21 2008 Tim Lauridsen +- mark as 1.1.14 +* Fri Apr 10 2008 James Antill +- Add keys plugin + +* Fri Mar 31 2008 James Antill +- Add yum-aliases man page + * Fri Mar 21 2008 Tim Lauridsen - mark as 1.1.13 * Fri Mar 21 2008 Tim Lauridsen @@ -466,7 +494,7 @@ fi - Add yum-aliases plugin * Fri Dec 7 2007 Tim Lauridsen -- mark as 1.1.9 +- mark as 1.1.9 * Fri Oct 26 2007 Seth Vidal - add upgrade-helper plugin * Wed Oct 17 2007 Tim Lauridsen @@ -542,7 +570,7 @@ fi - mark it as 1.0.1 * Fri Oct 27 2006 Tim Lauridsen -- Added priorities plugin written by Daniel de Kok +- Added priorities plugin written by Daniel de Kok * Wed Oct 4 2006 Seth Vidal - mark it as 1.0