From c752cad54d0b2de8e58399022ad621cd499a24ed Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 4 Dec 2006 22:50:15 +0000 Subject: [PATCH] - 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 --- tog-pegasus.spec | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/tog-pegasus.spec b/tog-pegasus.spec index 49bf5d5..0e6b297 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -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 - 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 - 2:2.5.2-2 - rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc* (#203001)