rpms/yum-utils/devel .cvsignore, 1.24, 1.25 sources, 1.26, 1.27 yum-utils.spec, 1.48, 1.49

Tim Lauridsen timlau at fedoraproject.org
Wed Oct 29 12:39:49 UTC 2008


Author: timlau

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	18 Sep 2008 07:16:37 -0000	1.24
+++ .cvsignore	29 Oct 2008 12:39:19 -0000	1.25
@@ -1 +1 @@
-yum-utils-1.1.17.tar.gz
+yum-utils-1.1.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources	18 Sep 2008 07:16:37 -0000	1.26
+++ sources	29 Oct 2008 12:39:19 -0000	1.27
@@ -1 +1 @@
-c9bb92a87a01e39d2d928ac3ae12e10a  yum-utils-1.1.17.tar.gz
+9f45ce2ed2c58f10fae4240ad6fe6143  yum-utils-1.1.18.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- yum-utils.spec	23 Oct 2008 20:59:23 -0000	1.48
+++ yum-utils.spec	29 Oct 2008 12:39:19 -0000	1.49
@@ -1,15 +1,14 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.17
-Release: 2%{?dist}
+Version: 1.1.18
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
-Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
-Patch0: repodiff-unicode-fix.patch
-URL: http://linux.duke.edu/yum/download/yum-utils/
+Source: http://yum.baseurl.org/download/yum-utils/%{name}-%{version}.tar.gz
+URL: http://yum.baseurl.org/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: python >= 2.4 , yum >= 3.2.19
+Requires: python >= 2.4 , yum >= 3.2.20
 
 %description
 yum-utils is a collection of utilities and examples for the yum package
@@ -272,6 +271,15 @@
 but would not normally be removed. It helps to keep a system clean of unused
 libraries and packages.
 
+%package -n yum-post-transaction-actions
+Summary: Yum plugin to run arbitrary commands when certain pkgs are acted on
+Group: System Environment/Base
+Requires: yum >= 3.2.19
+
+%description -n yum-post-transaction-actions
+This plugin allows the user to run arbitrary actions immediately following a
+transaction when specified packages are changed.
+
 %package -n yum-NetworkManager-dispatcher
 Summary: Yum plugin to deal with changing networks with NetworkManager
 Group: System Environment/Base
@@ -283,9 +291,17 @@
 previous data, so if your WiFi keeps going up and down (or you suspend/resume
 a lot) yum will recheck it's cached data a lot.
 
+%package -n yum-rpm-warm-cache
+Summary: Yum plugin to access the rpmdb files early to warm up access to the db 
+Group: System Environment/Base
+Requires: yum >= 3.2.19
+
+%description -n yum-rpm-warm-cache
+This plugin reads the rpmdb files into the system cache before accessing the
+rpmdb directly. In some cases this should speed up access to rpmdb information
+
 %prep
 %setup -q
-%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -303,7 +319,6 @@
  kernel-module \
  downloadonly \
  allowdowngrade \
- skip-broken \
  priorities \
  refresh-updatesd \
  merge-conf \
@@ -318,6 +333,8 @@
  verify \
  keys \
  remove-with-leaves \
+ post-transaction-actions \
+ rpm-warm-cache \
 "
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
@@ -364,9 +381,11 @@
 %{_bindir}/yum-groups-manager
 %{_sbindir}/yum-complete-transaction
 %{_mandir}/man1/yum-utils.1.*
+%{_mandir}/man1/debuginfo-install.1.*
 %{_mandir}/man1/package-cleanup.1.*
 %{_mandir}/man1/repo-rss.1.*
 %{_mandir}/man1/repoquery.1.*
+%{_mandir}/man1/repodiff.1.*
 %{_mandir}/man1/reposync.1.*
 %{_mandir}/man1/yum-builddep.1.*
 %{_mandir}/man1/yum-debug-dump.1.*
@@ -431,11 +450,6 @@
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/allowdowngrade.conf
 /usr/lib/yum-plugins/allowdowngrade.*
 
-%files -n yum-skip-broken
-%defattr(-, root, root)
-%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/skip-broken.conf
-/usr/lib/yum-plugins/skip-broken.*
-
 %files -n yum-priorities
 %defattr(-, root, root)
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/priorities.conf
@@ -516,9 +530,27 @@
 /usr/lib/yum-plugins/remove-with-leaves.*
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/remove-with-leaves.conf
 
+%files -n yum-post-transaction-actions
+%defattr(-, root, root)
+/usr/lib/yum-plugins/post-transaction-actions.*
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/post-transaction-actions.conf
+%doc plugins/post-transaction-actions/sample.action
+
+%files -n yum-rpm-warm-cache
+%defattr(-, root, root)
+/usr/lib/yum-plugins/rpm-warm-cache.*
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/rpm-warm-cache.conf
+
+
 %changelog
-* Thu Oct 23 2008 Seth Vidal <skvidal at fedoraproject.org>
-- small patch to repodiff to keep rawhide builds from falling over until 1.1.18
+* Wed Oct 29 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.18
+
+* Mon Oct 27 2008 Seth Vidal <skvidal at fedoraproject.org>
+- add rpm-warm-cache plugin
+
+* Fri Sep 19 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- removed skip-broken plugin
 
 * Wed Sep 17 2008 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.17
@@ -537,7 +569,7 @@
 - add verifytree
 
 * Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
-  Make yum-fastestmirror %%files handle the fastestmirror-asyncore.py file 
+  Make yum-fastestmirror %%files handle the fastestmirror-asyncore.py file
 * Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.14
 * Fri Apr 10 2008 James Antill <james at fedoraproject.org>




More information about the scm-commits mailing list