From e73c17d3d102b2a3317af11884f70e9b105e71db Mon Sep 17 00:00:00 2001 From: jorton Date: Wed, 6 Oct 2004 15:00:18 +0000 Subject: [PATCH] - add BuildRequire newt-devel, xmlto (#134695) --- crypto-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crypto-utils.spec b/crypto-utils.spec index fe13010..ab8b37b 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.1 -Release: 1 +Release: 2 Source: crypto-rand-%{crver}.tar.gz Source1: genkey.pl Source2: certwatch.c @@ -13,7 +13,7 @@ Source4: certwatch.xml Group: Applications/System License: Various BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: openssl-devel, perl, pkgconfig +BuildRequires: openssl-devel, perl, pkgconfig, newt-devel, xmlto Requires: newt-perl, openssl Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)") Obsoletes: crypto-rand @@ -95,6 +95,9 @@ sed -e "s|^\$bindir.*$|\$bindir = \"/usr/bin\";|" \ %{_mandir}/man1/certwatch.1* %changelog +* Wed Oct 6 2004 Joe Orton 2.1-2 +- add BuildRequire newt-devel, xmlto (#134695) + * Fri Sep 10 2004 Joe Orton 2.1-1 - add /usr/bin/certwatch - support --days argument to genkey (#131045)