rpms/yum-utils/devel .cvsignore, 1.22, 1.23 sources, 1.24, 1.25 yum-utils.spec, 1.44, 1.45

Tim Lauridsen timlau at fedoraproject.org
Wed Aug 27 18:54:16 UTC 2008


Author: timlau

Update of /cvs/pkgs/rpms/yum-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9160

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	7 Aug 2008 13:45:40 -0000	1.22
+++ .cvsignore	27 Aug 2008 18:53:45 -0000	1.23
@@ -1 +1 @@
-yum-utils-1.1.15.tar.gz
+yum-utils-1.1.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	7 Aug 2008 13:45:40 -0000	1.24
+++ sources	27 Aug 2008 18:53:45 -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/devel/yum-utils.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- yum-utils.spec	11 Aug 2008 23:54:06 -0000	1.44
+++ yum-utils.spec	27 Aug 2008 18:53:45 -0000	1.45
@@ -1,14 +1,14 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.15
-Release: 2%{?dist}
+Version: 1.1.16
+Release: 1%{?dist}
 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,9 +494,15 @@
 %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
-* Mon Aug 11 2008 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1.15-2
-- Fix license tag.
+* 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




More information about the scm-commits mailing list