rpms/yum-utils/F-9 sources,1.24,1.25 yum-utils.spec,1.42,1.43

Tim Lauridsen timlau at fedoraproject.org
Thu Aug 28 04:45:13 UTC 2008


Author: timlau

Update of /cvs/pkgs/rpms/yum-utils/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10324

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-9/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	7 Aug 2008 13:52:44 -0000	1.24
+++ sources	28 Aug 2008 04:44:42 -0000	1.25
@@ -1 +1 @@
-2063a77d0b865ece3c34f95372632fd2  yum-utils-1.1.15.tar.gz
+1c1d9df0914f7f945ab2a561d16e62de  yum-utils-1.1.16.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-9/yum-utils.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- yum-utils.spec	7 Aug 2008 13:52:44 -0000	1.42
+++ yum-utils.spec	28 Aug 2008 04:44:42 -0000	1.43
@@ -1,14 +1,14 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.15
+Version: 1.1.16
 Release: 1%{?dist}
-License: GPL
+License: GPLv2+
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
 URL: http://linux.duke.edu/yum/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: python >= 2.4 , yum >= 3.1.1
+Requires: python >= 2.4 , yum >= 3.2.19
 
 %description
 yum-utils is a collection of utilities and examples for the yum package
@@ -16,7 +16,7 @@
 more powerful to use. These tools include: debuginfo-install, package-cleanup,
 repoclosure, repodiff, repo-graph, repomanage, repoquery, repo-rss, reposync,
 repotrack, verifytree, yum-builddep, yum-complete-transaction, yumdownloader,
-yum-debug-dump
+yum-debug-dump and yum-groups-manager.
 
 %package -n yum-updateonboot
 Summary: Run yum update on system boot
@@ -222,7 +222,7 @@
 %package -n yum-filter-data
 Summary: Yum plugin to list filter based on package data
 Group: System Environment/Base
-Requires: yum >= 3.0.5
+Requires: yum >= 3.2.17
 
 %description -n yum-filter-data
 This plugin adds the options --filter- vendors, groups, packagers, licenses,
@@ -255,12 +255,23 @@
 %package -n yum-keys
 Summary: Yum plugin to deal with signing keys
 Group: System Environment/Base
-Requires: yum >= 3.2.8
+Requires: yum >= 3.2.19
 
 %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.
 
+%package -n yum-NetworkManager-dispatcher
+Summary: Yum plugin to deal with changing networks with NetworkManager
+Group: System Environment/Base
+Requires: yum >= 3.2.17
+
+%description -n yum-NetworkManager-dispatcher
+This plugin forces yum to check it's cache if/when a new network connection
+happens in NetworkManager. Note that currently there is no checking of
+previous data, so if your WiFi keeps going up and down (or you suspend/resume
+a lot) yum will recheck it's cached data a lot.
+
 %prep
 %setup -q
 
@@ -337,6 +348,7 @@
 %{_bindir}/yumdownloader
 %{_bindir}/yum-builddep
 %{_bindir}/yum-debug-dump
+%{_bindir}/yum-groups-manager
 %{_sbindir}/yum-complete-transaction
 %{_mandir}/man1/yum-utils.1.*
 %{_mandir}/man1/package-cleanup.1.*
@@ -346,6 +358,7 @@
 %{_mandir}/man1/yum-builddep.1.*
 %{_mandir}/man1/yum-debug-dump.1.*
 %{_mandir}/man8/yum-complete-transaction.8.*
+%{_mandir}/man1/yum-groups-manager.1.*
 %{_mandir}/man1/yumdownloader.1.*
 
 %files -n yum-updateonboot
@@ -481,7 +494,16 @@
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/keys.conf
 /usr/lib/yum-plugins/keys.*
 
+%files -n yum-NetworkManager-dispatcher
+%defattr(-, root, root)
+/etc/NetworkManager/dispatcher.d/*
+
 %changelog
+* Wed Aug 27 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.16
+* Wed Aug 20 2008 James Antill <james at fedoraproject.org>
+- add yum-groups-manager
+
 * Thu Aug 7 2008 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.15
 * Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>




More information about the fedora-extras-commits mailing list