rpms/yum-utils/F-9 sources, 1.25, 1.26 yum-utils.spec, 1.44, 1.45 fastestmirror.patch, 1.1, NONE repoquery-unbreak.patch, 1.1, NONE yum-downloader-archlist.patch, 1.4, NONE

Tim Lauridsen timlau at fedoraproject.org
Thu Sep 18 07:24:51 UTC 2008


Author: timlau

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

Modified Files:
	sources yum-utils.spec 
Removed Files:
	fastestmirror.patch repoquery-unbreak.patch 
	yum-downloader-archlist.patch 
Log Message:
Release 1.1.17-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-9/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	28 Aug 2008 04:44:42 -0000	1.25
+++ sources	18 Sep 2008 07:24:20 -0000	1.26
@@ -1 +1 @@
-1c1d9df0914f7f945ab2a561d16e62de  yum-utils-1.1.16.tar.gz
+c9bb92a87a01e39d2d928ac3ae12e10a  yum-utils-1.1.17.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-9/yum-utils.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- yum-utils.spec	10 Sep 2008 13:00:07 -0000	1.44
+++ yum-utils.spec	18 Sep 2008 07:24:20 -0000	1.45
@@ -1,11 +1,10 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.16
-Release: 2%{?dist}
+Version: 1.1.17
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
-Patch0: repoquery-unbreak.patch 
 URL: http://linux.duke.edu/yum/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -262,6 +261,16 @@
 This plugin adds the commands keys, keys-info, keys-data and keys-remove. They
 allow you to query and remove signing keys.
 
+%package -n yum-remove-with-leaves
+Summary: Yum plugin to remove dependencies which are no longer used because of a removal
+Group: System Environment/Base
+Requires: yum >= 3.2.19
+
+%description -n yum-remove-with-leaves
+This plugin removes any unused dependencies that were brought in by an install
+but would not normally be removed. It helps to keep a system clean of unused
+libraries and packages.
+
 %package -n yum-NetworkManager-dispatcher
 Summary: Yum plugin to deal with changing networks with NetworkManager
 Group: System Environment/Base
@@ -275,7 +284,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -307,6 +315,7 @@
  tmprepo \
  verify \
  keys \
+ remove-with-leaves \
 "
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
@@ -500,9 +509,18 @@
 %defattr(-, root, root)
 /etc/NetworkManager/dispatcher.d/*
 
+%files -n yum-remove-with-leaves
+%defattr(-, root, root)
+/usr/lib/yum-plugins/remove-with-leaves.*
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/remove-with-leaves.conf
+
 %changelog
-* Wed Sep 10 2008 Tim Lauridsen <timlau at fedoraproject.org>
-- Added patch to unbreak repoquery
+* Wed Sep 17 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.17
+
+* Mon Sep  8 2008 Seth Vidal <skvidal at fedoraproject.org>
+- add yum-remove-with-leaves plugin
+
 * Wed Aug 27 2008 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.16
 * Wed Aug 20 2008 James Antill <james at fedoraproject.org>


--- fastestmirror.patch DELETED ---


--- repoquery-unbreak.patch DELETED ---


--- yum-downloader-archlist.patch DELETED ---




More information about the fedora-extras-commits mailing list