rpms/yum-utils/devel .cvsignore, 1.21, 1.22 sources, 1.23, 1.24 yum-utils.spec, 1.42, 1.43

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Thu Aug 7 13:46:10 UTC 2008


Author: timlau

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	21 May 2008 12:10:45 -0000	1.21
+++ .cvsignore	7 Aug 2008 13:45:40 -0000	1.22
@@ -1 +1 @@
-yum-utils-1.1.14.tar.gz
+yum-utils-1.1.15.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	21 May 2008 12:10:45 -0000	1.23
+++ sources	7 Aug 2008 13:45:40 -0000	1.24
@@ -1 +1 @@
-e1d0bba0249bf294488cbaac41dbeaee  yum-utils-1.1.14.tar.gz
+2063a77d0b865ece3c34f95372632fd2  yum-utils-1.1.15.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- yum-utils.spec	29 May 2008 10:15:34 -0000	1.42
+++ yum-utils.spec	7 Aug 2008 13:45:40 -0000	1.43
@@ -1,11 +1,10 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.14
-Release: 4%{?dist}
+Version: 1.1.15
+Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
-Patch: fastestmirror.patch
 URL: http://linux.duke.edu/yum/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -16,7 +15,8 @@
 manager. It includes utilities by different authors that make yum easier and
 more powerful to use. These tools include: debuginfo-install, package-cleanup,
 repoclosure, repodiff, repo-graph, repomanage, repoquery, repo-rss, reposync,
-repotrack, yum-builddep, yum-complete-transaction, yumdownloader, yum-debug-dump
+repotrack, verifytree, yum-builddep, yum-complete-transaction, yumdownloader,
+yum-debug-dump
 
 %package -n yum-updateonboot
 Summary: Run yum update on system boot
@@ -55,8 +55,8 @@
 Requires: yum >= 3.0
 
 %description -n yum-fedorakmod
-Plugin for Yum to handle installation of kmod-foo type of kernel modules, when new kernel versions
-are installed.
+Plugin for Yum to handle installation of kmod-foo type of kernel modules,
+when new kernel versions are installed.
 kmod-foo kernel modules is described by the Fedora Extras packaging standards.
 
 %package -n yum-protectbase
@@ -75,8 +75,10 @@
 Requires: yum >= 3.0
 
 %description -n yum-versionlock
-This plugin allows certain packages specified in a file to be protected from being updated by
-newer versions.
+This plugin takes a set of name/versions for packages and excludes all other
+versions of those packages (including optionally following obsoletes). This
+allows you to protect packages from being updated by newer versions,
+for example.
 
 %package -n yum-tsflags
 Summary: Yum plugin to add tsflags by a commandline option
@@ -158,7 +160,7 @@
 %package -n yum-security
 Summary: Yum plugin to enable security filters
 Group: System Environment/Base
-Requires: yum >= 3.0.5
+Requires: yum >= 3.2.18
 
 %description -n yum-security
 This plugin adds the options --security, --cve, --bz and --advisory flags
@@ -232,6 +234,7 @@
 Summary: Yum plugin to add temporary repositories
 Group: System Environment/Base
 Requires: yum >= 3.2.11
+Requires: createrepo
 
 %description -n yum-tmprepo
 This plugin adds the option --tmprepo which takes a url to a .repo file
@@ -260,18 +263,38 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 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 protect-packages basearchonly upgrade-helper aliases list-data filter-data tmprepo verify keys"
+plugins="\
+ changelog \
+ fastestmirror \
+ fedorakmod \
+ protectbase \
+ versionlock \
+ tsflags \
+ kernel-module \
+ downloadonly \
+ allowdowngrade \
+ skip-broken \
+ priorities \
+ refresh-updatesd \
+ merge-conf \
+ security \
+ protect-packages \
+ basearchonly \
+ upgrade-helper \
+ aliases \
+ list-data \
+ filter-data \
+ tmprepo \
+ verify \
+ keys \
+"
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
 
@@ -282,8 +305,6 @@
 done
 install -m 644 aliases/aliases $RPM_BUILD_ROOT/%{_sysconfdir}/yum/aliases.conf
 install -m 644 versionlock/versionlock.list $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/
-# temporary fix: we don't want fastestmirror-asyncore.py
-rm -f $RPM_BUILD_ROOT/usr/lib/yum-plugins/fastestmirror-asyncore.*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -312,6 +333,7 @@
 %{_bindir}/reposync
 %{_bindir}/repo-graph
 %{_bindir}/repo-rss
+%{_bindir}/verifytree
 %{_bindir}/yumdownloader
 %{_bindir}/yum-builddep
 %{_bindir}/yum-debug-dump
@@ -360,6 +382,8 @@
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/versionlock.conf
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/versionlock.list
 /usr/lib/yum-plugins/versionlock.*
+%{_mandir}/man1/yum-versionlock.1.*
+%{_mandir}/man5/yum-versionlock.conf.5.*
 
 %files -n yum-tsflags
 %defattr(-, root, root)
@@ -458,13 +482,11 @@
 /usr/lib/yum-plugins/keys.*
 
 %changelog
-* Thu May 29 2008 Tim Lauridsen <timlau at fedoraproject.org>
-- remove the fastestmirror-asyncore.py 
-- And do it right this time 
-* Mon May 26 2008 Tim Lauridsen <timlau at fedoraproject.org>
-- remove the fastestmirror-asyncore.py, we dont want it in this release
-* Sat May 24 2008 Tim Lauridsen <timlau at fedoraproject.org>
-- Added fastestmirror.patch from upstream to fix issues with the fastestmirror plugin.
+* Thu Aug 7 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.15
+* Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- add verifytree
+
 * Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
   Make yum-fastestmirror %%files handle the fastestmirror-asyncore.py file 
 * Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>




More information about the fedora-extras-commits mailing list