From 0b5d5543728e45b3771b8990f87ed447363dc1e4 Mon Sep 17 00:00:00 2001 From: Elio Maldonado Date: Wed, 4 Jun 2008 00:38:30 +0000 Subject: [PATCH] Updated for 2.4 (#346731) --- crypto-utils.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/crypto-utils.spec b/crypto-utils.spec index b0e2c43..323bb49 100644 --- a/crypto-utils.spec +++ b/crypto-utils.spec @@ -4,7 +4,7 @@ Summary: SSL certificate and key management utilities Name: crypto-utils Version: 2.4 -Release: 1 +Release: 2 Source: crypto-rand-%{crver}.tar.gz Source1: genkey.pl Source2: certwatch.c @@ -29,8 +29,12 @@ License: MIT and GPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: nss-devel, pkgconfig, newt-devel, xmlto BuildRequires: perl-devel, perl(Newt), perl(ExtUtils::MakeMaker) +# FIXME: Remove this line when done testing +BuildRequires: httpd, mod_ssl, mod_nss, nss, nss-tools Requires: perl(Newt), nss >= 3.11.99 Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)") +# FIXME: Remove this line when done testing +Requires: httpd, mod_ssl, mod_nss, nss, nss-tools Obsoletes: crypto-rand %description @@ -131,6 +135,13 @@ chmod -R u+w $RPM_BUILD_ROOT %{perl_vendorarch}/auto/Crypt %changelog +* Tue Jun 03 2008 Elio Maldonado - 2.4-2 +- removed unneeded declaration in pemutil + +* Tue Jun 03 2008 Elio Maldonado - 2.4-1 +- crypto-utils ported to use NSS for cryptography (#346731) +- updated documentation accordingly + * Mon Mar 3 2008 Tom "spot" Callaway - 2.3-10 - rebuild for new perl again