rpms/yum-utils/F-11 sources, 1.30, 1.31 yum-utils.spec, 1.61, 1.62 repoclosure-class-api.patch, 1.1, NONE yumdownloader-import-os.patch, 1.2, NONE yumdownloader-syntax-fix-2009-03-28.patch, 1.1, NONE

Tim Lauridsen timlau at fedoraproject.org
Tue May 19 07:07:27 UTC 2009


Author: timlau

Update of /cvs/pkgs/rpms/yum-utils/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21115

Modified Files:
	sources yum-utils.spec 
Removed Files:
	repoclosure-class-api.patch yumdownloader-import-os.patch 
	yumdownloader-syntax-fix-2009-03-28.patch 
Log Message:
Release 1.1.22


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-11/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- sources	25 Mar 2009 12:41:38 -0000	1.30
+++ sources	19 May 2009 07:06:56 -0000	1.31
@@ -1 +1 @@
-3d19fd09adf74780b08fe0f5b0f77efe  yum-utils-1.1.21.tar.gz
+91373d40b9703f04d12eb289932077a1  yum-utils-1.1.22.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-11/yum-utils.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- yum-utils.spec	28 Mar 2009 20:40:05 -0000	1.61
+++ yum-utils.spec	19 May 2009 07:06:56 -0000	1.62
@@ -1,11 +1,10 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.21
-Release: 2%{?dist}
+Version: 1.1.22
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: http://yum.baseurl.org/download/yum-utils/%{name}-%{version}.tar.gz
-Patch1: yumdownloader-syntax-fix-2009-03-28.patch
 URL: http://yum.baseurl.org/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -17,7 +16,7 @@ manager. It includes utilities by differ
 more powerful to use. These tools include: debuginfo-install, package-cleanup,
 repoclosure, repodiff, repo-graph, repomanage, repoquery, repo-rss, reposync,
 repotrack, verifytree, yum-builddep, yum-complete-transaction, yumdownloader,
-yum-debug-dump and yum-groups-manager.
+yum-debug-dump, yum-debug-restore and yum-groups-manager.
 
 %package -n yum-updateonboot
 Summary: Run yum update on system boot
@@ -37,7 +36,8 @@ Group: System Environment/Base
 Provides: yum-changelog = %{version}-%{release}
 Obsoletes: yum-changelog < 1.1.20-0
 Conflicts: yum-changelog < 1.1.20-0
-Requires: yum >= 3.2.19
+# changelog requires new update_md.UpdateMetadata() API in 3.2.23
+Requires: yum >= 3.2.22
 Requires: python-dateutil
 
 %description -n yum-plugin-changelog
@@ -107,18 +107,6 @@ Requires: yum >= 3.0
 This plugin adds a --downloadonly flag to yum so that yum will only download
 the packages and not install/update them.
 
-%package -n yum-plugin-allowdowngrade
-Summary: Yum plugin to enable manual downgrading of packages
-Group: System Environment/Base
-Provides: yum-allowdowngrade = %{version}-%{release}
-Obsoletes: yum-allowdowngrade < 1.1.20-0
-Conflicts: yum-allowdowngrade < 1.1.20-0
-Requires: yum >= 3.0
-
-%description -n yum-plugin-allowdowngrade
-This plugin adds a --allow-downgrade flag to yum to make it possible to
-manually downgrade packages to specific versions.
-
 %package -n yum-plugin-priorities
 Summary: plugin to give priorities to packages from different repos
 Group: System Environment/Base
@@ -220,7 +208,8 @@ Group: System Environment/Base
 Provides: yum-aliases = %{version}-%{release}
 Obsoletes: yum-aliases < 1.1.20-0
 Conflicts: yum-aliases < 1.1.20-0
-Requires: yum >= 3.0.5
+# Requires args_hook
+Requires: yum >= 3.2.22
 
 %description -n yum-plugin-aliases
 This plugin adds the command alias, and parses the aliases config. file to
@@ -355,11 +344,18 @@ This plugin looks to see if any debuginf
 are it enables all debuginfo repositories that are "children" of enabled
 repositories.
 
+%package -n yum-plugin-show-leaves
+Summary: Yum plugin which shows newly installed leaf packages
+Group: System Environment/Base
+Requires: yum >= 3.2.22
+
+%description -n yum-plugin-show-leaves
+Yum plugin which shows newly installed leaf packages
+and packages that became leaves after a transaction
+
 %prep
 %setup -q
 
-%patch1 -p1
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -373,7 +369,6 @@ plugins="\
  versionlock \
  tsflags \
  downloadonly \
- allowdowngrade \
  priorities \
  refresh-updatesd \
  merge-conf \
@@ -391,6 +386,7 @@ plugins="\
  post-transaction-actions \
  rpm-warm-cache \
  auto-update-debuginfo \
+ show-leaves \
 "
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
@@ -437,7 +433,9 @@ fi
 %{_bindir}/yum-builddep
 %{_bindir}/yum-debug-dump
 %{_bindir}/yum-groups-manager
+%{_bindir}/yum-debug-restore
 %{_sbindir}/yum-complete-transaction
+%{_sbindir}/yumdb
 %{_mandir}/man1/yum-utils.1.*
 %{_mandir}/man1/debuginfo-install.1.*
 %{_mandir}/man1/package-cleanup.1.*
@@ -493,11 +491,6 @@ fi
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/downloadonly.conf
 /usr/lib/yum-plugins/downloadonly.*
 
-%files -n yum-plugin-allowdowngrade
-%defattr(-, root, root)
-%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/allowdowngrade.conf
-/usr/lib/yum-plugins/allowdowngrade.*
-
 %files -n yum-plugin-priorities
 %defattr(-, root, root)
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/priorities.conf
@@ -596,11 +589,21 @@ fi
 /usr/lib/yum-plugins/auto-update-debuginfo.*
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/auto-update-debuginfo.conf
 
+%files -n yum-plugin-show-leaves
+%defattr(-, root, root)
+/usr/lib/yum-plugins/show-leaves.*
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/show-leaves.conf
+
 
 %changelog
-* Sat Mar 28 2009 James Antill <james at fedoraproject.org>
-- Fix yumdownloader syntax error.
-- Include newer rawhide versions of auto-debuginfo in obs.
+* Tue May 19 2009 Tim Lauridsen <timlau at fedoraproject.org>
+- decrease yum require to 3.2.22, because 3.2.22 in fedora is also 3.2.23
+
+* Tue May 19 2009 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.22 
+
+* Mon May 18 2009 Seth Vidal <skvidal at fedoraproject.org>
+- add show-leaves plugin from Ville Skyttä
 
 * Wed Mar 25 2009 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.21 


--- repoclosure-class-api.patch DELETED ---


--- yumdownloader-import-os.patch DELETED ---


--- yumdownloader-syntax-fix-2009-03-28.patch DELETED ---




More information about the fedora-extras-commits mailing list