!2 delete useless buildrequire

Merge pull request !2 from daidai_is_here/dqw_test
This commit is contained in:
openeuler-ci-bot 2020-03-12 17:18:21 +08:00 committed by Gitee
commit e07bdd922a

View File

@ -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 <daiqianwen@huawei.com> - 2.33-22
- Delete useless buildrequire.
* Thu Mar 12 2020 daiqianwen <daiqianwen@huawei.com> - 2.33-21
- Package init