[yum-utils] Release 1.1.31-1

Tim Lauridsen timlau at fedoraproject.org
Wed Aug 10 16:21:09 UTC 2011


commit daf4e7eed3a535f34cf575d170e55c4544df1694
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Aug 10 18:20:47 2011 +0200

    Release 1.1.31-1

 .gitignore     |    1 +
 sources        |    2 +-
 yum-utils.spec |   37 ++++++++++++++++++++++++++++++-------
 3 files changed, 32 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc7df06..137fcee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ yum-utils-1.1.27.tar.gz
 yum-utils-1.1.28.tar.gz
 /yum-utils-1.1.29.tar.gz
 /yum-utils-1.1.30.tar.gz
+/yum-utils-1.1.31.tar.gz
diff --git a/sources b/sources
index d32dce8..09a2534 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b085c0fe375c3d306dbb44f6d7fa28a  yum-utils-1.1.30.tar.gz
+b2859b89321b98f2581243536e1b4993  yum-utils-1.1.31.tar.gz
diff --git a/yum-utils.spec b/yum-utils.spec
index 5c72848..4524bbe 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -2,13 +2,12 @@
 
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.30
-Release: 3%{?dist}
+Version: 1.1.31
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: http://yum.baseurl.org/download/yum-utils/%{name}-%{version}.tar.gz
 URL: http://yum.baseurl.org/download/yum-utils/
-Patch0: BZ-716267-BuildTrans-ret-check.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires: yum >= 3.2.29
@@ -25,8 +24,9 @@ manager. It includes utilities by different authors that make yum easier and
 more powerful to use. These tools include: debuginfo-install, 
 find-repos-of-install, needs-restarting, package-cleanup, repoclosure, 
 repodiff, repo-graph, repomanage, repoquery, repo-rss, reposync,
-repotrack, verifytree, yumdownloader, yum-builddep, yum-complete-transaction, 
-yum-config-manager, yum-debug-dump, yum-debug-restore and yum-groups-manager.
+repotrack, show-installed, show-changed-rco, verifytree, yumdownloader,
+yum-builddep, yum-complete-transaction, yum-config-manager, yum-debug-dump,
+yum-debug-restore and yum-groups-manager.
 
 %package -n yum-updateonboot
 Summary: Run yum update on system boot
@@ -367,11 +367,20 @@ When this plugin is installed it adds the yum command "ps", which allows you
 to see which running processes are accociated with which packages (and if they
 need rebooting, or have updates, etc.)
 
+%package -n yum-plugin-puppetverify
+Summary: Yum plugin to add puppet checksums to verify data
+Group: System Environment/Base
+Provides: yum-puppetverify = %{version}-%{release}
+Requires: yum >= 3.2.12
+Requires: PyYAML >= 3.09
+Requires: puppet
+
+%description -n yum-plugin-puppetverify
+Supplies checksums for files in packages from puppet's state file. 
+
 %prep
 %setup -q
 
-%patch0 -p1
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -406,6 +415,7 @@ plugins="\
  local \
  fs-snapshot \
  ps \
+ puppetverify \
 "
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
@@ -462,6 +472,7 @@ fi
 %{_bindir}/yum-groups-manager
 %{_bindir}/yum-debug-restore
 %{_bindir}/show-installed
+%{_bindir}/show-changed-rco
 %{_sbindir}/yum-complete-transaction
 %{_sbindir}/yumdb
 %{python_sitelib}/yumutils/
@@ -472,6 +483,8 @@ fi
 %{_mandir}/man1/repoquery.1.*
 %{_mandir}/man1/repodiff.1.*
 %{_mandir}/man1/reposync.1.*
+%{_mandir}/man1/show-changed-rco.1.*
+%{_mandir}/man1/show-installed.1.*
 %{_mandir}/man1/yum-builddep.1.*
 %{_mandir}/man1/yum-debug-dump.1.*
 %{_mandir}/man8/yum-complete-transaction.8.*
@@ -657,7 +670,17 @@ fi
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/ps.conf
 /usr/lib/yum-plugins/ps.*
 
+%files -n yum-plugin-puppetverify
+%defattr(-, root, root)
+%doc COPYING
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/puppetverify.conf
+/usr/lib/yum-plugins/puppetverify.*
+
 %changelog
+* Thu Aug 10 2011 Tim Lauridsen <timlau at fedoraproject.org> 
+- mark as 1.1.31
+- remove patches
+
 * Thu Jul 28 2011 James Antill <james at fedoraproject.org>
 - Fix for BuildTrans no return value checking, needed for mock.
 - Resolves: bug#716267


More information about the scm-commits mailing list