rpms/yum-utils/devel .cvsignore, 1.15, 1.16 sources, 1.17, 1.18 yum-utils.spec, 1.25, 1.26

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Fri Dec 7 09:09:19 UTC 2007


Author: timlau

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	17 Oct 2007 16:26:25 -0000	1.15
+++ .cvsignore	7 Dec 2007 09:08:33 -0000	1.16
@@ -1 +1 @@
-yum-utils-1.1.8.tar.gz
+yum-utils-1.1.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	17 Oct 2007 16:26:25 -0000	1.17
+++ sources	7 Dec 2007 09:08:33 -0000	1.18
@@ -1 +1 @@
-a20b13012bf999bf392c268aac77814d  yum-utils-1.1.8.tar.gz
+4325e5aec2ae73e099d4ebe04238598c  yum-utils-1.1.9.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- yum-utils.spec	17 Oct 2007 16:26:25 -0000	1.25
+++ yum-utils.spec	7 Dec 2007 09:08:33 -0000	1.26
@@ -1,6 +1,6 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.8
+Version: 1.1.9
 Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
@@ -185,6 +185,15 @@
 If you want to install the foo-x.y.i386.rpm, you have to type 'yum install foo.i386'.
 The plugin only works with 'yum install'.
 
+%package -n yum-upgrade-helper
+Summary: Yum plugin to help upgrades to the next distribution version
+Group: System Environment/Base
+Requires: yum >= 3.0
+
+%description -n yum-upgrade-helper
+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.
+
 
 %prep
 %setup -q
@@ -197,7 +206,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"
+         security protect-packages basearchonly upgrade-helper"
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
 
@@ -332,8 +341,17 @@
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/basearchonly.conf
 /usr/lib/yum-plugins/basearchonly.*
 
+%files -n yum-upgrade-helper
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/upgrade-helper.conf
+/usr/lib/yum-plugins/upgrade-helper.*
+
 
 %changelog
+* 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>
+- add upgrade-helper plugin
 * Wed Oct 17 2007 Tim Lauridsen <tla at rasmil.dk>
 - mark as 1.1.8
 * Sun Sep 30 2007 James Bowes <jbowes at redhat.com>




More information about the fedora-extras-commits mailing list