From 39947e6a4009f46594a3eecb3fad70db41cc7960 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Jun 12 2008 18:20:53 +0000 Subject: Require rpm-build. --- diff --git a/cpanspec.spec b/cpanspec.spec index b187ffa..8610f0d 100644 --- a/cpanspec.spec +++ b/cpanspec.spec @@ -1,6 +1,6 @@ Name: cpanspec Version: 1.75 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM spec file generation utility License: GPL+ or Artistic Group: Development/Tools @@ -12,6 +12,7 @@ BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: /usr/bin/curl Requires: /usr/bin/repoquery +Requires: rpm-build %description cpanspec generates spec files (and, optionally, source or even binary @@ -52,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Thu Jun 12 2008 Steven Pritchard 1.75-2 +- Require rpm-build. + * Mon May 05 2008 Steven Pritchard 1.75-1 - Update to 1.75 (which really fixes BZ#437804). - Require curl instead of wget (BZ#438245).