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 - 3.3.2-3 +- Second usrmove hack - providing /bin/ps + * Tue Mar 06 2012 Jaromir Capik - 3.3.2-2 - Fixing requires in the devel subpackage (missing %{?_isa} macro) - License statement clarification (upstream patch referrenced in the spec header)