[tog-pegasus] Add missing useradd/groupadd dependency to tog-pegasus-libs

vcrhonek vcrhonek at fedoraproject.org
Mon Feb 6 15:38:11 UTC 2012


commit b65023ecb3c0124595247bb969aafa30bc6167bc
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Mon Feb 6 16:38:03 2012 +0100

    Add missing useradd/groupadd dependency to tog-pegasus-libs

 tog-pegasus.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/tog-pegasus.spec b/tog-pegasus.spec
index 65755de..30f4ebd 100644
--- a/tog-pegasus.spec
+++ b/tog-pegasus.spec
@@ -8,7 +8,7 @@
 
 Name:           tog-pegasus
 Version:        %{major_ver}.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Epoch:          2
 Summary:        OpenPegasus WBEM Services for Linux
 
@@ -97,6 +97,8 @@ supports C provider developers via the CMPI interface.
 Summary:        The OpenPegasus Libraries
 Group:          System Environment/Libraries
 Conflicts:      libcmpiCppImpl0
+Requires(pre):  /usr/sbin/useradd
+Requires(pre):  /usr/sbin/groupadd
 
 %description libs
 The OpenPegasus libraries.
@@ -431,6 +433,10 @@ fi
 
 
 %changelog
+* Mon Feb 06 2012 Vitezslav Crhonek <vcrhonek at redhat.com> - 2:2.11.1-4
+- Add missing useradd/groupadd dependency to tog-pegasus-libs
+  Resolves: #786888
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:2.11.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list