rpms/yum-utils/F-8 sources,1.18,1.19 yum-utils.spec,1.28,1.29

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Thu Jan 3 18:34:42 UTC 2008


Author: timlau

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

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-8/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	7 Dec 2007 09:12:40 -0000	1.18
+++ sources	3 Jan 2008 18:33:59 -0000	1.19
@@ -1 +1 @@
-4325e5aec2ae73e099d4ebe04238598c  yum-utils-1.1.9.tar.gz
+958aca92bacff1e5c56fe6e20c4e376e  yum-utils-1.1.10.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-8/yum-utils.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- yum-utils.spec	27 Dec 2007 22:36:18 -0000	1.28
+++ yum-utils.spec	3 Jan 2008 18:33:59 -0000	1.29
@@ -1,11 +1,10 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.9
-Release: 2%{?dist}
+Version: 1.1.10
+Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
-Patch0: yum-utils-1.1.9-prio-fix.patch
 URL: http://linux.duke.edu/yum/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -158,7 +157,7 @@
 Requires: yum >= 3.0.5
 
 %description -n yum-security
-This plugin adds ther options --security, --cve, --bz and --advisory flags
+This plugin adds the options --security, --cve, --bz and --advisory flags
 to yum and the list-security and info-security commands.
 The options make it possible to limit list/upgrade of packages to specific
 security relevant ones. The commands give you the security information.
@@ -195,10 +194,18 @@
 this plugin allows yum to erase specific packages on install/update based on an additional
 metadata file in repositories. It is used to simplify distribution upgrade hangups.
 
+%package -n yum-aliases
+Summary: Yum plugin to enable aliases filters
+Group: System Environment/Base
+Requires: yum >= 3.0.5
+
+%description -n yum-aliases
+This plugin adds the command alias, and parses the aliases config. file to
+enable aliases.
+
 
 %prep
 %setup -q
-%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -208,7 +215,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"
+         security protect-packages basearchonly upgrade-helper aliases"
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
 
@@ -217,6 +224,8 @@
     install -m 644 $plug/*.conf $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/
     install -m 644 $plug/*.py $RPM_BUILD_ROOT/usr/lib/yum-plugins/
 done
+install -m 644 aliases/aliases $RPM_BUILD_ROOT/%{_sysconfdir}/yum/aliases.conf
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -246,11 +255,13 @@
 %{_bindir}/repo-rss
 %{_bindir}/yumdownloader
 %{_bindir}/yum-builddep
+%{_bindir}/yum-complete-transaction
 %{_mandir}/man1/package-cleanup.1.*
 %{_mandir}/man1/repo-rss.1.*
 %{_mandir}/man1/repoquery.1.*
 %{_mandir}/man1/reposync.1.*
 %{_mandir}/man1/yum-builddep.1.*
+%{_mandir}/man1/yum-complete-transaction.1.*
 %{_mandir}/man1/yumdownloader.1.*
 
 %files -n yum-updateonboot
@@ -348,11 +359,18 @@
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/upgrade-helper.conf
 /usr/lib/yum-plugins/upgrade-helper.*
 
+%files -n yum-aliases
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/aliases.conf
+%config(noreplace) %{_sysconfdir}/yum/aliases.conf
+/usr/lib/yum-plugins/aliases.*
+
 
 %changelog
-* Thu Dec 27 2007 James Antill <james at fedoraproject.org> 1.1.9-2
-- Fix for yum-priorities killing pirut.
-- Resolves: rhbz#421961
+* 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
 
 * Fri Dec 7 2007 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.9 




More information about the fedora-extras-commits mailing list