rpms/yum-utils/devel .cvsignore, 1.7, 1.8 sources, 1.8, 1.9 yum-utils.spec, 1.16, 1.17

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Mon Feb 19 10:07:49 UTC 2007


Author: timlau

Update of /cvs/extras/rpms/yum-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12206

Modified Files:
	.cvsignore sources yum-utils.spec 
Log Message:
yum-utils release 1.1.0 (yum >= 3.1.1 only)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	6 Feb 2007 11:06:53 -0000	1.7
+++ .cvsignore	19 Feb 2007 10:07:16 -0000	1.8
@@ -1 +1 @@
-yum-utils-1.0.2.tar.gz
+yum-utils-1.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yum-utils/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	6 Feb 2007 11:06:53 -0000	1.8
+++ sources	19 Feb 2007 10:07:16 -0000	1.9
@@ -1 +1 @@
-3d63ecea2d0472ca2e1d893e7b5bfb78  yum-utils-1.0.2.tar.gz
+e6f7ab679089936a598fa9730a6b6128  yum-utils-1.1.0.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- yum-utils.spec	6 Feb 2007 11:17:56 -0000	1.16
+++ yum-utils.spec	19 Feb 2007 10:07:16 -0000	1.17
@@ -1,14 +1,14 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.0.2
-Release: 2%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
 URL: http://linux.duke.edu/yum/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: python >= 2.4 , yum >= 3.0
+Requires: python >= 2.4 , yum >= 3.1.1
 
 %description
 yum-utils is a collection of utilities and examples for the yum package
@@ -117,7 +117,7 @@
 Requires: yum >= 3.0
 
 %description -n yum-skip-broken
-This plugin adds a --ignore-broken to yum to make it possible to
+This plugin adds a --skip-broken to yum to make it possible to
 check packages for dependency problems and skip the one with problems.
 
 %package -n yum-priorities
@@ -130,6 +130,17 @@
 Packages in a repository with a lower priority can't be overridden by packages
 from a repository with a higher priority even if repo has a later version.
 
+%package -n yum-refresh-updatesd
+Summary: Tell yum-updatesd to check for updates when yum exits
+Group: System Environment/Base
+Requires: yum >= 3.0
+
+%description -n yum-refresh-updatesd
+yum-refresh-updatesd tells yum-updatesd to check for updates when yum exits.
+This way, if you run 'yum list updates' and yum says there's a new version
+of (for example) zsh available, puplet will almost instantly update itself
+to reflect this.
+
 %prep
 %setup -q
 
@@ -139,7 +150,7 @@
 make -C updateonboot DESTDIR=$RPM_BUILD_ROOT install
 
 # Plugins to install
-plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module downloadonly allowdowngrade skip-broken priorities"
+plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module downloadonly allowdowngrade skip-broken priorities refresh-updatesd"
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
 
 cd plugins
@@ -187,6 +198,8 @@
 %defattr(-, root, root)
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/changelog.conf
 /usr/lib/yum-plugins/changelog.*
+%{_mandir}/man1/yum-changelog.1.*
+%{_mandir}/man5/yum-changelog.conf.5.*
 
 %files -n yum-fastestmirror
 %defattr(-, root, root)
@@ -238,11 +251,34 @@
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/priorities.conf
 /usr/lib/yum-plugins/priorities.*
 
+%files -n yum-refresh-updatesd
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-updatesd.conf
+/usr/lib/yum-plugins/refresh-updatesd.*
 
 %changelog
+* Mon Feb 19 2007 Tim Lauridsen <tla at rasmil.dk>
+- mark it as 1.1.0 (again)
+
+* Thu Feb 15 2007 Tim Lauridsen <tla at rasmil.dk>
+- removed versionlock.list installation.
+
+* Wed Feb 14 2007 Tim Lauridsen <tla at rasmil.dk>
+- Added versionlock.list installation.
+- fixed skip-broken description (--ignore-broken -> --skip-broken)
+
+* Tue Feb 13 2007 James Bowes <jbowes at redhat.com>
+- Add yum-refresh-updatesd plugin
+
+* Thu Feb 8 2007 Tim Lauridsen <tla at rasmil.dk>
+- Added man dirs to yum-changelog files section
+
+* Wed Feb 7 2007 Tim Lauridsen <tla at rasmil.dk>
+- mark it as 1.1.0
+- Requires: yum >= 3.1.1 for yum-utils.
 
 * Tue Feb 6 2007 Tim Lauridsen <tla at rasmil.dk>
-- bumped release and added %%{dist} tag
+- Added %%{?dist} tag
 
 * Sun Dec 31 2006 Tim Lauridsen <tla at rasmil.dk>
 - mark it as 1.0.2




More information about the scm-commits mailing list