From 1aaf1b9b5d3777a36f9cfff600912a7f468dc732 Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 22 Apr 2001 08:58:22 +0000 Subject: [PATCH] - cpanflute perl dependency needs explicit epoch (#37034). CVS patchset: 4702 CVS date: 2001/04/22 08:58:22 --- CHANGES | 1 + scripts/cpanflute | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 74902fe..aa05dbe 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,7 @@ - state machines for packages (psm.c) and payloads (fsm.c) - add --repackage option to put erased bits back into a package. - fix: (ppc) copy va_list in loop (#36845). + - cpanflute perl dependency needs explicit epoch (#37034). 4.0 -> 4.0.[12] - add doxygen and lclint annotations most everywhere. diff --git a/scripts/cpanflute b/scripts/cpanflute index fa23c3f..a95f597 100755 --- a/scripts/cpanflute +++ b/scripts/cpanflute @@ -52,14 +52,14 @@ open (FILE, "> $MainDir/$filename"); print FILE "Summary: $clm_name module for perl $class Name: perl-$clm_name Version: $clm_version -Release: 6 +Release: 7 Copyright: distributable Group: Applications/CPAN Source0: $clm_name-$clm_version.tar.gz Url: http://www.cpan.org -BuildRoot: /var/tmp/perl-$clm_name-buildroot/ -BuildRequires: perl >= 5.00503 -Requires: perl >= 5.00503 +BuildRoot: %{_tmppath}/perl-$clm_name-buildroot/ +BuildRequires: perl >= 0:5.00503 +Requires: perl >= 0:5.00503 %description $clm_name module for perl -- 2.7.4