[yum-utils/f13/master] release 1.1.28-1

Tim Lauridsen timlau at fedoraproject.org
Tue Aug 3 16:17:20 UTC 2010


commit 83b7eb56e7463fda910c58de5c7f52eab03e5d16
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Tue Aug 3 18:17:16 2010 +0200

    release 1.1.28-1

 sources        |    2 +-
 yum-utils.spec |   27 ++++++++++++++++++++-------
 2 files changed, 21 insertions(+), 8 deletions(-)
---
diff --git a/sources b/sources
index 4695520..7e2a9c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5bf013b43cd898ef5483798e64317f9  yum-utils-1.1.27.tar.gz
+beac7f26fe6f2f5f5faf81dd4adb3c69  yum-utils-1.1.28.tar.gz
diff --git a/yum-utils.spec b/yum-utils.spec
index b7ebf23..bf58c7d 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -1,11 +1,10 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.27
-Release: 2%{?dist}
+Version: 1.1.28
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: http://yum.baseurl.org/download/yum-utils/%{name}-%{version}.tar.gz
-Patch0: repoquery-not-installed.patch
 URL: http://yum.baseurl.org/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -349,11 +348,19 @@ Requires: yum >= 3.2.22
 When this plugin is installed it will automatically snapshot any
 filesystem that is touched by the packages in a yum update or yum remove.
 
+%package -n yum-plugin-ps
+Summary: Yum plugin to look at processes, with respect to packages
+Group: System Environment/Base
+Requires: yum >= 3.2.27
+
+%description -n yum-plugin-ps
+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.)
+
 %prep
 %setup -q
 
-%patch0 -p1
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -385,6 +392,7 @@ plugins="\
  show-leaves \
  local \
  fs-snapshot \
+ ps \
 "
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
@@ -603,9 +611,14 @@ fi
 %{_mandir}/man1/yum-fs-snapshot.1.*
 %{_mandir}/man5/yum-fs-snapshot.conf.5.*
 
+%files -n yum-plugin-ps
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/ps.conf
+/usr/lib/yum-plugins/ps.*
+
 %changelog
-* Sun Jun 6 2010 James Antill <james at fedoraproject.org>
-- Fix repoquery in 1.1.27  
+* Tue Aug 3 2010 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.28 
 
 * Sun Jun 6 2010 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.27  


More information about the scm-commits mailing list