[open-vm-tools/el5: 3/3] Added workaround for RHEL bug #950748.

Simone Caronni slaanesh at fedoraproject.org
Fri Apr 26 09:42:38 UTC 2013


commit eac0ec728c29806b22ce081ee69170f8ad372051
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Fri Apr 26 11:40:25 2013 +0200

    Added workaround for RHEL bug #950748.

 open-vm-tools.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/open-vm-tools.spec b/open-vm-tools.spec
index 5b473c1..d3112a0 100644
--- a/open-vm-tools.spec
+++ b/open-vm-tools.spec
@@ -34,7 +34,12 @@ BuildRequires:          libXrandr-devel
 BuildRequires:          libXrender-devel
 BuildRequires:          libXtst-devel
 BuildRequires:          pam-devel
+
+%if 0%{?rhel} == 6
+BuildRequires:          procps
+%else
 BuildRequires:          procps-devel
+%if
 
 %if 0%{?fedora} || 0%{?rhel} >= 7
 BuildRequires:          systemd-units
@@ -244,6 +249,7 @@ fi
 - Removed configure options CUSTOM_PROCPS_NAME (for libproc) and
   -Wno-deprecated-declarations as these have been addressed in
   open-vm-tools-9.2.3-1031360.
+- Added workaround for RHEL bug #950748.
 
 * Wed Apr 24 2013 Simone Caronni <negativo17 at gmail.com> - 9.2.2-1
 - First build.


More information about the scm-commits mailing list