rpms/yum-utils/devel .cvsignore, 1.27, 1.28 sources, 1.29, 1.30 yum-utils.spec, 1.59, 1.60

Tim Lauridsen timlau at fedoraproject.org
Wed Mar 25 12:42:09 UTC 2009


Author: timlau

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	1 Mar 2009 12:38:52 -0000	1.27
+++ .cvsignore	25 Mar 2009 12:41:38 -0000	1.28
@@ -1 +1 @@
-yum-utils-1.1.20.tar.gz
+yum-utils-1.1.21.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources	1 Mar 2009 12:38:52 -0000	1.29
+++ sources	25 Mar 2009 12:41:38 -0000	1.30
@@ -1 +1 @@
-cb98191c2545b72edecf26ba46ded94a  yum-utils-1.1.20.tar.gz
+3d19fd09adf74780b08fe0f5b0f77efe  yum-utils-1.1.21.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- yum-utils.spec	4 Mar 2009 17:01:11 -0000	1.59
+++ yum-utils.spec	25 Mar 2009 12:41:38 -0000	1.60
@@ -1,16 +1,14 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.20
-Release: 5%{?dist}
+Version: 1.1.21
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: http://yum.baseurl.org/download/yum-utils/%{name}-%{version}.tar.gz
-Patch0: yumdownloader-import-os.patch
-Patch1: repoclosure-class-api.patch
 URL: http://yum.baseurl.org/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: python >= 2.4 , yum >= 3.2.21
+Requires: python >= 2.4 , yum >= 3.2.22
 
 %description
 yum-utils is a collection of utilities and examples for the yum package
@@ -342,12 +340,16 @@
 This plugin reads the rpmdb files into the system cache before accessing the
 rpmdb directly. In some cases this should speed up access to rpmdb information
 
-%package -n yum-plugin-auto-update-debuginfo
+%package -n yum-plugin-auto-update-debug-info
+# Works by searching for *-debuginfo ... so it shouldn't trigger on itself.
 Summary: Yum plugin to enable automatic updates to installed debuginfo packages
 Group: System Environment/Base
+Obsoletes: yum-plugin-auto-update-debuginfo < 1.1.20-2
+Conflicts: yum-plugin-auto-update-debuginfo < 1.1.20-2
+Provides: yum-plugin-auto-update-debuginfo = %{version}-%{release}
 Requires: yum >= 3.2.19
 
-%description -n yum-plugin-auto-update-debuginfo
+%description -n yum-plugin-auto-update-debug-info
 This plugin looks to see if any debuginfo packages are installed, and if there
 are it enables all debuginfo repositories that are "children" of enabled
 repositories.
@@ -355,9 +357,6 @@
 %prep
 %setup -q
 
-%patch0 -p1
-%patch1 -p1
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -589,22 +588,20 @@
 /usr/lib/yum-plugins/rpm-warm-cache.*
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/rpm-warm-cache.conf
 
-%files -n yum-plugin-auto-update-debuginfo
+%files -n yum-plugin-auto-update-debug-info
 %defattr(-, root, root)
 /usr/lib/yum-plugins/auto-update-debuginfo.*
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/auto-update-debuginfo.conf
 
 
 %changelog
-* Wed Mar  4 2009 Seth Vidal <skvidal at fedoraproject.org>
-- fix for repoclosure class api from upstream
-
-* Mon Mar 2 2009 James Antill <james at fedoraproject.org>
-- fix yumdownloader for koji
+* Wed Mar 25 2009 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.21 
 
 * Mon Mar 2 2009 Tim Lauridsen <timlau at fedoraproject.org>
 - set yum require to 3.2.21 (the 3.2.21 in rawhide is patched to yum head, so it matches the need yum 3.2.22 code)
-- Added versioned yum-<pluginname> to make rpm/yum happy.
+- Added versioned Provides: yum-<pluginname> to make rpm/yum happy.
+- yum-updateonboot is not renamed and dont need Obsoletes/Conflicts/Provides
 
 * Sun Mar 1 2009 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.20




More information about the fedora-extras-commits mailing list