rpms/yum-utils/devel .cvsignore, 1.25, 1.26 sources, 1.27, 1.28 yum-utils.spec, 1.51, 1.52

Tim Lauridsen timlau at fedoraproject.org
Thu Dec 18 12:21:47 UTC 2008


Author: timlau

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	29 Oct 2008 12:39:19 -0000	1.25
+++ .cvsignore	18 Dec 2008 12:21:16 -0000	1.26
@@ -1 +1 @@
-yum-utils-1.1.18.tar.gz
+yum-utils-1.1.19.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/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:21:16 -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/devel/yum-utils.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- yum-utils.spec	25 Nov 2008 16:18:35 -0000	1.51
+++ yum-utils.spec	18 Dec 2008 12:21:16 -0000	1.52
@@ -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: yum-aliases-rawhide.patch
 URL: http://yum.baseurl.org/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -304,8 +303,6 @@
 %prep
 %setup -q
 
-%patch0 -p1
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -341,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
@@ -368,6 +366,7 @@
 %doc COPYING
 %doc plugins/README
 %{_bindir}/debuginfo-install
+%{_bindir}/find-repos-of-install
 %{_bindir}/package-cleanup
 %{_bindir}/repoclosure
 %{_bindir}/repodiff
@@ -538,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)
@@ -546,8 +547,11 @@
 
 
 %changelog
-* Tue Nov 25 2008 James Antill <james at fedoraproject.org>
-- Fix the development/rawhide difference.
+* 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




More information about the fedora-extras-commits mailing list