[procps-ng] Second usrmove hack - providing /bin/ps

Jaromír Cápík jcapik at fedoraproject.org
Thu Mar 8 18:41:57 UTC 2012


commit ddbbc7c12cf7d70ae0eff4dd5dfad9f45a0dce76
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Thu Mar 8 19:41:49 2012 +0100

    Second usrmove hack - providing /bin/ps

 procps-ng.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/procps-ng.spec b/procps-ng.spec
index 978625e..4b14c3b 100644
--- a/procps-ng.spec
+++ b/procps-ng.spec
@@ -4,7 +4,7 @@
 Summary: System and process monitoring utilities
 Name: procps-ng
 Version: 3.3.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Applications/System
 URL: http://gitorious.org/procps
@@ -38,6 +38,7 @@ Obsoletes: procps < 3.2.9-1
 
 # usrmove hack - will be removed once initscripts are fixed
 Provides: /sbin/sysctl
+Provides: /bin/ps
 
 %description
 The procps package contains a set of system utilities that provide
@@ -136,6 +137,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
 %{_includedir}/proc
 
 %changelog
+* Tue Mar 08 2012 Jaromir Capik <jcapik at redhat.com> - 3.3.2-3
+- Second usrmove hack - providing /bin/ps
+
 * Tue Mar 06 2012 Jaromir Capik <jcapik at redhat.com> - 3.3.2-2
 - Fixing requires in the devel subpackage (missing %{?_isa} macro)
 - License statement clarification (upstream patch referrenced in the spec header)


More information about the scm-commits mailing list