diff --git a/perl-Crypt-Blowfish.spec b/perl-Crypt-Blowfish.spec index 159c1ad777410d044f2d11bb4f521de4d554f3e1..3ba235fb20bfcb2e46849e0f9860e75889d3b7a8 100644 --- a/perl-Crypt-Blowfish.spec +++ b/perl-Crypt-Blowfish.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: perl-Crypt-Blowfish Version: 2.14 -Release: 1 +Release: 2 Summary: Perl Blowfish encryption module -License: CHECK(Distributable) +License: OpenSSL Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Blowfish/ Source0: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-Blowfish-%{version}.tar.gz BuildRequires: perl-generators +BuildRequires: perl-devel BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -71,5 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Tue Aug 9 2022 Shinwell_Hu - 2.14-2 +- Add BuildRequries on perl-devel +- License compliacne rectification + * Wed Jun 30 2021 Perl_Bot 2.14-1 - Specfile autogenerated by Perl_Bot