[psmisc] Update to 22.14

Jaromír Cápík jcapik at fedoraproject.org
Tue Jul 19 14:32:01 UTC 2011


commit e9fb9aa808fb42f52fb1c0d95269de4abad727fe
Author: Jaromír Cápík <jcapik at redhat.com>
Date:   Tue Jul 19 16:31:33 2011 +0200

    Update to 22.14

 .gitignore                      |    1 +
 psmisc-22.13-killall-pgid.patch |   13 ---------
 psmisc-22.13-peekfd-segv.patch  |   13 ---------
 psmisc-22.13-ppc64.patch        |   53 ---------------------------------------
 psmisc.spec                     |   23 +++++-----------
 sources                         |    2 +-
 6 files changed, 9 insertions(+), 96 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 36dfe61..9047ab4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 psmisc-22.10.tar.gz
 /psmisc-22.13.tar.gz
+/psmisc-22.14.tar.gz
diff --git a/psmisc.spec b/psmisc.spec
index 375d7fb..ee79558 100644
--- a/psmisc.spec
+++ b/psmisc.spec
@@ -1,22 +1,19 @@
 Summary: Utilities for managing processes on your system
 Name: psmisc
-Version: 22.13
-Release: 8%{?dist}
+Version: 22.14
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 URL: http://sourceforge.net/projects/psmisc
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libselinux-devel
 BuildRequires: gettext
 BuildRequires: ncurses-devel
 BuildRequires: autoconf automake
 
-Patch1: psmisc-22.13-peekfd-segv.patch
-Patch2: psmisc-22.13-fuser-silent.patch
-Patch3: psmisc-22.13-killall-pgid.patch
-Patch4: psmisc-22.13-ppc64.patch
+#The following has been reworked by upstream in a different way ... we'll see
+#Patch1: psmisc-22.13-fuser-silent.patch
 
 %description
 The psmisc package contains utilities for managing processes on your
@@ -29,11 +26,6 @@ of processes that are using specified files or filesystems.
 %prep
 %setup -q
 
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-
 %build
 %configure --prefix=%{_prefix} --enable-selinux
 make %{?_smp_mflags}
@@ -46,11 +38,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT/sbin
 
 %find_lang %name
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 /sbin/fuser
 %{_bindir}/killall
 %{_bindir}/pstree
@@ -67,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog COPYING README
 
 %changelog
+* Tue Jul 19 2011 Jaromir Capik <jcapik at redhat.com> 22.14-1
+- Update to 22.14
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 22.13-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index d48bc14..6e6a645 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2c339e6b65b730042084023784a729e  psmisc-22.13.tar.gz
+ba3f4e971895c92bba7770d81c981503  psmisc-22.14.tar.gz


More information about the scm-commits mailing list