rpms/yum-utils/devel .cvsignore, 1.16, 1.17 sources, 1.18, 1.19 yum-utils.spec, 1.26, 1.27

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Thu Jan 3 15:20:08 UTC 2008


Author: timlau

Update of /cvs/pkgs/rpms/yum-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13026

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	7 Dec 2007 09:08:33 -0000	1.16
+++ .cvsignore	3 Jan 2008 15:19:20 -0000	1.17
@@ -1 +1 @@
-yum-utils-1.1.9.tar.gz
+yum-utils-1.1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	7 Dec 2007 09:08:33 -0000	1.18
+++ sources	3 Jan 2008 15:19:20 -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/devel/yum-utils.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- yum-utils.spec	7 Dec 2007 09:08:33 -0000	1.26
+++ yum-utils.spec	3 Jan 2008 15:19:20 -0000	1.27
@@ -1,6 +1,6 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.9
+Version: 1.1.10
 Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
@@ -157,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.
@@ -194,6 +194,15 @@
 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
@@ -206,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/
 
@@ -215,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
@@ -244,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
@@ -346,8 +359,19 @@
 %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 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 
 * Fri Oct 26 2007 Seth Vidal <skvidal at fedoraproject.org>




More information about the fedora-extras-commits mailing list