[yum-cvs] yum-utils yum-utils.spec,1.14,1.15
Seth Vidal
skvidal at linux.duke.edu
Sun May 7 00:51:00 UTC 2006
Update of /home/groups/yum/cvs/yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv32312
Modified Files:
yum-utils.spec
Log Message:
add downloadonly subpkg
Index: yum-utils.spec
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/yum-utils.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- yum-utils.spec 30 Apr 2006 03:34:50 -0000 1.14
+++ yum-utils.spec 7 May 2006 00:50:58 -0000 1.15
@@ -1,6 +1,6 @@
Summary: Utilities based around the yum package manager
Name: yum-utils
-Version: 0.5
+Version: 0.6
Release: 1
License: GPL
Group: Development/Tools
@@ -80,7 +80,8 @@
Requires: yum >= 2.4.1
%description -n yum-tsflags
-This plugin
+This plugin allows you to specify optional transaction flags on the yum
+command line
%package -n yum-kernel-module
Summary: Yum plugin to handle kernel-module-foo type of kernel module
@@ -92,6 +93,15 @@
kernels are installed.
+%package -n yum-downloadonly
+Summary: Yum plugin to add downloadonly command option
+Group: System Environment/Base
+Requires: yum >= 2.4.1
+
+%description -n yum-downloadonly
+This plugin adds a --downloadonly flag to yum so that yum will only download
+the packages and not install/update them.
+
%prep
%setup -q
@@ -101,7 +111,7 @@
make -C updateonboot DESTDIR=$RPM_BUILD_ROOT install
# Plugins to install
-plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module"
+plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module downloadonly"
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
cd plugins
@@ -180,8 +190,17 @@
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/kernel-module.conf
/usr/lib/yum-plugins/kernel-module.*
+%files -n yum-downloadonly
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/downloadonly.conf
+/usr/lib/yum-plugins/downloadonly.*
%changelog
+* Sat May 6 2006 Seth Vidal <skvidal at linux.duke.edu>
+- bump version number
+- added yum-downloadonly plugin
+- fix minor item in tsflags description
+
* Fri Apr 28 2006 Tim Lauridsen <tla at rasmil.dk>
- added yum-fedorakmod plugin subpackage
- added yum-protectbase plugin subpackage.
More information about the Yum-cvs-commits
mailing list