From c81ff91242d8ca03407145b0058687238d2025c8 Mon Sep 17 00:00:00 2001 From: daidai_is_here Date: Thu, 12 Mar 2020 17:13:33 +0800 Subject: [PATCH] delete useless buildrequire --- perl-Crypt-CBC.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Crypt-CBC.spec b/perl-Crypt-CBC.spec index f92462a..b8c3574 100644 --- a/perl-Crypt-CBC.spec +++ b/perl-Crypt-CBC.spec @@ -1,6 +1,6 @@ Name: perl-Crypt-CBC Version: 2.33 -Release: 21 +Release: 22 Summary: Encrypt Data with Cipher Block Chaining Mode License: GPL+ or Artistic URL: https://metacpan.org/release/Crypt-CBC @@ -9,7 +9,6 @@ BuildArch: noarch BuildRequires: perl-generators perl(bytes) perl(constant) perl(Digest::MD5) >= 2.00 BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(Crypt::DES) %description This is Crypt::CBC, a Perl-only implementation of the cryptographic @@ -49,5 +48,8 @@ make test %{_mandir}/man3/* %changelog +* Thu Mar 12 2020 daiqianwen - 2.33-22 +- Delete useless buildrequire. + * Thu Mar 12 2020 daiqianwen - 2.33-21 - Package init