rpms/yum-utils/devel .cvsignore, 1.12, 1.13 sources, 1.14, 1.15 yum-utils.spec, 1.22, 1.23

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Tue Jul 24 13:28:19 UTC 2007


Author: timlau

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	16 May 2007 07:57:52 -0000	1.12
+++ .cvsignore	24 Jul 2007 13:27:47 -0000	1.13
@@ -1 +1 @@
-yum-utils-1.1.4.tar.gz
+yum-utils-1.1.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	18 Jun 2007 08:13:57 -0000	1.14
+++ sources	24 Jul 2007 13:27:47 -0000	1.15
@@ -1 +1 @@
-4056a620b61ca269c9738acb8b233325  yum-utils-1.1.5.tar.gz
+e7ad94116fdb343da0153f8fe556afd6  yum-utils-1.1.6.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- yum-utils.spec	18 Jun 2007 08:13:57 -0000	1.22
+++ yum-utils.spec	24 Jul 2007 13:27:47 -0000	1.23
@@ -1,6 +1,6 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.5
+Version: 1.1.6
 Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
@@ -134,6 +134,7 @@
 Summary: Tell yum-updatesd to check for updates when yum exits
 Group: System Environment/Base
 Requires: yum >= 3.0
+Requires: yum-updatesd
 
 %description -n yum-refresh-updatesd
 yum-refresh-updatesd tells yum-updatesd to check for updates when yum exits.
@@ -162,6 +163,18 @@
 The options make it possible to limit list/upgrade of packages to specific
 security relevant ones. The commands give you the security information.
 
+%package -n yum-protect-packages
+Summary: Yum plugin to prevents Yum from removing itself and other protected packages 
+Group: System Environment/Base
+Requires: yum >= 3.0
+
+%description -n yum-protect-packages
+this plugin prevents Yum from removing itself and other protected packages.
+By default, yum is the only package protected, but by extension this
+automatically protects everything on which yum depends (rpm, python, glibc, 
+and so on).Therefore, the plugin functions well even without
+compiling careful lists of all important packages.
+
 
 %prep
 %setup -q
@@ -172,7 +185,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 refresh-updatesd merge-conf security"
+plugins="changelog fastestmirror fedorakmod protectbase versionlock tsflags kernel-module downloadonly allowdowngrade skip-broken priorities refresh-updatesd merge-conf security protect-packages"
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
 
 cd plugins
@@ -241,6 +254,7 @@
 
 %files -n yum-versionlock
 %defattr(-, root, root)
+%doc plugins/versionlock/README
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/versionlock.conf
 /usr/lib/yum-plugins/versionlock.*
 
@@ -290,7 +304,22 @@
 /usr/lib/yum-plugins/security.*
 %{_mandir}/man8/yum-security.8.*
 
+%files -n yum-protect-packages
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/protect-packages.conf
+/usr/lib/yum-plugins/protect-packages.*
+
 %changelog
+* Tue Jul 24 2007 Tim Lauridsen <tla at rasmil.dk>
+- mark as 1.1.6
+* Tue Jul 17 2007 Tim Lauridsen <tla at rasmil.dk>
+- Added Requires: yum-updatesd to yum-refresh-updatesd
+* Tue Jul 03 2007 Panu Matilainen <pmatilai at laiskiainen.org>
+- Add versionlock list format documentation
+
+* Mon Jun 18 2007 Tim Lauridsen <tla at rasmil.dk>
+- Added protect-packages plugin by Svetlana Anissimova and Matthew Miller
+
 * Mon Jun 18 2007 Tim Lauridsen <tla at rasmil.dk>
 - mark as 1.1.5
 




More information about the scm-commits mailing list