- change requires: tog-pegasus to prereq: tog-pegasus so that the pegasus
user and group will exist when we go to lay down files for tog-pegasus-devel (#218305) - prereq the current version of openssl so that the right versions of libssl and libcrypto will be available in %%post (possible for #208949) Resolves: #218305 Related: #208949
This commit is contained in:
parent
2ea0cd970a
commit
c752cad54d
@ -41,7 +41,7 @@
|
||||
%endif
|
||||
|
||||
Version: 2.5.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 2
|
||||
#
|
||||
Summary: OpenPegasus WBEM Services for Linux
|
||||
@ -81,17 +81,17 @@ Provides: tog-pegasus-cimserver
|
||||
#
|
||||
BuildRequires: bash, sed, grep, coreutils, procps, gcc, gcc-c++
|
||||
BuildRequires: libstdc++, make, pam-devel
|
||||
BuildRequires: openssl-devel >= 0.9.6, e2fsprogs
|
||||
Requires: bash, sed, grep, coreutils, procps, openssl >= 0.9.6, pam
|
||||
BuildRequires: openssl-devel >= 0.9.8b, e2fsprogs
|
||||
Requires: bash, sed, grep, coreutils, procps, openssl >= 0.9.8b, pam
|
||||
Requires: redhat-lsb, chkconfig, SysVinit
|
||||
Requires: e2fsprogs, bind-utils, net-tools
|
||||
Requires(post): bash, sed, grep, coreutils, procps, openssl >= 0.9.6, pam
|
||||
Requires(post): bash, sed, grep, coreutils, procps, openssl >= 0.9.8b, pam
|
||||
Requires(post): redhat-lsb, chkconfig, SysVinit
|
||||
Requires(post): e2fsprogs, bind-utils, net-tools
|
||||
Requires(pre): bash, sed, grep, coreutils, procps, openssl >= 0.9.6, pam
|
||||
Requires(pre): bash, sed, grep, coreutils, procps, openssl >= 0.9.8b, pam
|
||||
Requires(pre): redhat-lsb, chkconfig, SysVinit
|
||||
Requires(pre): e2fsprogs, bind-utils, net-tools
|
||||
Requires(postun): bash, sed, grep, coreutils, procps, openssl >= 0.9.6, pam
|
||||
Requires(postun): bash, sed, grep, coreutils, procps, openssl >= 0.9.8b, pam
|
||||
Requires(postun): redhat-lsb, chkconfig, SysVinit
|
||||
Requires(postun): e2fsprogs, bind-utils, net-tools
|
||||
|
||||
@ -105,7 +105,7 @@ sources.
|
||||
%package devel
|
||||
Summary: The OpenPegasus Software Development Kit
|
||||
Group: Systems Management/Base
|
||||
Requires: tog-pegasus >= %{version}
|
||||
PreReq: tog-pegasus >= %{version}-%{release}
|
||||
Obsoletes: tog-pegasus-sdk
|
||||
Requires: make, gcc, gcc-c++
|
||||
Requires(preun): make
|
||||
@ -120,7 +120,7 @@ supports C provider developers via the CMPI interface.
|
||||
%package test
|
||||
Summary: The OpenPegasus Tests
|
||||
Group: Systems Management/Base
|
||||
Requires: tog-pegasus >= %{version}, make
|
||||
PreReq: tog-pegasus >= %{version}-%{release}, make
|
||||
|
||||
%description test
|
||||
The OpenPegasus WBEM tests for the OpenPegasus %{version} Linux rpm.
|
||||
@ -335,6 +335,13 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 4 2006 Nalin Dahyabhai <nalin@redhat.com> - 2:2.5.2-3
|
||||
- change requires: tog-pegasus to prereq: tog-pegasus so that the pegasus
|
||||
user and group will exist when we go to lay down files for tog-pegasus-devel
|
||||
(#218305)
|
||||
- prereq the current version of openssl so that the right versions of
|
||||
libssl and libcrypto will be available in %%post (possible for #208949)
|
||||
|
||||
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 2:2.5.2-2
|
||||
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
|
||||
(#203001)
|
||||
|
Loading…
Reference in New Issue
Block a user