rpms/yum-utils/F-8 sources, 1.24, 1.25 yum-utils.spec, 1.37, 1.38 fastestmirror.patch, 1.1, NONE repoquery-unbreak.patch, 1.1, NONE

Tim Lauridsen timlau at fedoraproject.org
Thu Sep 18 07:32:43 UTC 2008


Author: timlau

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

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-8/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	28 Aug 2008 04:55:12 -0000	1.24
+++ sources	18 Sep 2008 07:32:13 -0000	1.25
@@ -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-8/yum-utils.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- yum-utils.spec	10 Sep 2008 13:31:59 -0000	1.37
+++ yum-utils.spec	18 Sep 2008 07:32:13 -0000	1.38
@@ -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 ---




More information about the fedora-extras-commits mailing list