rpms/yum-utils/F-10 sources, 1.27, 1.28 yum-utils.spec, 1.50, 1.51 os-import-yum-complete-transaction.patch, 1.1, NONE repodiff-unicode-fix.patch, 1.1, NONE

Tim Lauridsen timlau at fedoraproject.org
Thu Dec 18 12:31:04 UTC 2008


Author: timlau

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

Modified Files:
	sources yum-utils.spec 
Removed Files:
	os-import-yum-complete-transaction.patch 
	repodiff-unicode-fix.patch 
Log Message:
Release 1.1.19-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-10/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	29 Oct 2008 12:39:19 -0000	1.27
+++ sources	18 Dec 2008 12:30:34 -0000	1.28
@@ -1 +1 @@
-9f45ce2ed2c58f10fae4240ad6fe6143  yum-utils-1.1.18.tar.gz
+ebd74b37c9d87ebcce43670f94ceedf4  yum-utils-1.1.19.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-10/yum-utils.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- yum-utils.spec	12 Nov 2008 14:58:15 -0000	1.50
+++ yum-utils.spec	18 Dec 2008 12:30:34 -0000	1.51
@@ -1,11 +1,10 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.18
-Release: 2%{?dist}
+Version: 1.1.19
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: http://yum.baseurl.org/download/yum-utils/%{name}-%{version}.tar.gz
-Patch0: os-import-yum-complete-transaction.patch
 URL: http://yum.baseurl.org/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -303,7 +302,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -340,6 +338,7 @@
 "
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
+mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/post-actions
 
 cd plugins
 for plug in $plugins; do
@@ -367,6 +366,7 @@
 %doc COPYING
 %doc plugins/README
 %{_bindir}/debuginfo-install
+%{_bindir}/find-repos-of-install
 %{_bindir}/package-cleanup
 %{_bindir}/repoclosure
 %{_bindir}/repodiff
@@ -537,6 +537,8 @@
 /usr/lib/yum-plugins/post-transaction-actions.*
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/post-transaction-actions.conf
 %doc plugins/post-transaction-actions/sample.action
+# Default *.action file dropping dir.
+%dir %{_sysconfdir}/yum/post-actions
 
 %files -n yum-rpm-warm-cache
 %defattr(-, root, root)
@@ -545,8 +547,11 @@
 
 
 %changelog
-* Wed Nov 12 2008 Seth Vidal <skvidal at fedoraproject.org>
-- patch to fix traceback in yum-complete-transaction
+* Wed Dec 17 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.19
+
+* Wed Dec 10 2008 Seth Vidal <skvidal at fedoraproject.org>
+- add find-repos-of-install from James' stash of misc stuff
 
 * Wed Oct 29 2008 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.18


--- os-import-yum-complete-transaction.patch DELETED ---


--- repodiff-unicode-fix.patch DELETED ---




More information about the fedora-extras-commits mailing list