Add missing useradd/groupadd dependency to tog-pegasus-libs
This commit is contained in:
parent
75617f2cd1
commit
b65023ecb3
@ -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@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@lists.fedoraproject.org> - 2:2.11.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user