rpms/yum-utils/F-7 sources,1.19,1.20 yum-utils.spec,1.28,1.29

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Wed Jan 30 06:35:08 UTC 2008


Author: timlau

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

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-7/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	4 Jan 2008 07:21:40 -0000	1.19
+++ sources	30 Jan 2008 06:34:26 -0000	1.20
@@ -1 +1 @@
-958aca92bacff1e5c56fe6e20c4e376e  yum-utils-1.1.10.tar.gz
+fc23c6635e6dcec3cbbcf30e064f522b  yum-utils-1.1.11.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-7/yum-utils.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- yum-utils.spec	4 Jan 2008 07:21:40 -0000	1.28
+++ yum-utils.spec	30 Jan 2008 06:34:26 -0000	1.29
@@ -1,6 +1,6 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.10
+Version: 1.1.11
 Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
@@ -203,6 +203,25 @@
 This plugin adds the command alias, and parses the aliases config. file to
 enable aliases.
 
+%package -n yum-list-data
+Summary: Yum plugin to list aggregate package data
+Group: System Environment/Base
+Requires: yum >= 3.0.5
+
+%description -n yum-list-data
+This plugin adds the commands list-vendors, groups, baseurls, packagers,
+buildhosts, licenses and arches.
+
+%package -n yum-tmprepo
+Summary: Yum plugin to add temporary repositories
+Group: System Environment/Base
+Requires: yum >= 3.0.5
+
+%description -n yum-tmprepo
+This plugin adds the option --tmprepo which takes a url to a .repo file
+downloads it and enables it for a single run. This plugin tries to ensure
+that temporary repositories are safe to use, by default, by not allowing
+gpg checking to be disabled.
 
 %prep
 %setup -q
@@ -215,7 +234,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"
+         security protect-packages basearchonly upgrade-helper aliases list-data tmprepo"
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
 
@@ -247,6 +266,7 @@
 %{_bindir}/debuginfo-install
 %{_bindir}/package-cleanup
 %{_bindir}/repoclosure
+%{_bindir}/repodiff
 %{_bindir}/repomanage
 %{_bindir}/repoquery
 %{_bindir}/repotrack
@@ -365,10 +385,26 @@
 %config(noreplace) %{_sysconfdir}/yum/aliases.conf
 /usr/lib/yum-plugins/aliases.*
 
+%files -n yum-list-data
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/list-data.conf
+/usr/lib/yum-plugins/list-data.*
+
+%files -n yum-tmprepo
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/tmprepo.conf
+/usr/lib/yum-plugins/tmprepo.*
+
 
 %changelog
+* Wed Jan 30 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.11
+* Sun Jan 13 2008 Seth Vidal <skvidal at fedoraproject.org>
+- add repodiff
+
 * Thu Jan 3 2008 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.10
+
 * Thu Dec 12 2007 James Antill <james at fedoraproject.org>
 - Add yum-aliases plugin
 




More information about the fedora-extras-commits mailing list