From 3fba7e1e60db7375898aaa3e90f449ebc92f896e Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Fri, 23 Feb 2018 14:18:51 +0100 Subject: [PATCH] https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires --- perl-Crypt-DES.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Crypt-DES.spec b/perl-Crypt-DES.spec index 3ace709..d9c4f9b 100644 --- a/perl-Crypt-DES.spec +++ b/perl-Crypt-DES.spec @@ -1,6 +1,6 @@ Name: perl-Crypt-DES Version: 2.07 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Perl DES encryption module License: BSD Group: Development/Libraries @@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-%{version}. BuildRequires: perl-interpreter BuildRequires: perl-devel BuildRequires: perl-generators +BuildRequires: gcc BuildRequires: perl(ExtUtils::MakeMaker) # Run-time: BuildRequires: perl(Carp) @@ -52,6 +53,9 @@ make test %{_mandir}/man3/Crypt::DES.3pm* %changelog +* Fri Feb 23 2018 Jan Pazdziora - 2.07-14 +- https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires + * Thu Feb 08 2018 Fedora Release Engineering - 2.07-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild