]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Tweak RPM spec file
authorRuss Allbery <eagle@eyrie.org>
Mon, 25 Dec 2023 22:46:09 +0000 (14:46 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 25 Dec 2023 22:46:09 +0000 (14:46 -0800)
Update Perl dependencies for the history package and fix the
license metadata.

krb5-strength.spec

index eb8674041bbc271007714192d0e90bbe1cc51047..de9d164107838123f72637f92fd2f05f4c284a28 100644 (file)
@@ -4,11 +4,11 @@
 %bcond_with     history # build heimdal-history tool
 
 Name:          krb5-strength
-Version:       3.2
+Version:       3.3
 Release:       1%{?dist}
 Summary:       Kerberos password strength checking plugin
 Group:         System Environment/Daemons
-License:       GPLv2+
+License:       MIT
 Vendor:                Russ Allbery
 URL:            https://www.eyrie.org/~eagle/software/%{name}/
 Source0:       https://archives.eyrie.org/software/kerberos/%{name}-%{version}.tar.gz
@@ -38,12 +38,12 @@ Summary:    Kerberos password strength checking plugin history tool
 Group:         System Environment/Daemons
 Requires: %{name}
 Requires: perl(autodie)
+Requires: perl(Const::Fast)
 Requires: perl(Crypt::PBKDF2)
 Requires: perl(DB_File::Lock)
 Requires: perl(Getopt::Long::Descriptive)
 Requires: perl(IPC::Run)
-Requires: perl(JSON)
-Requires: perl(Readonly)
+Requires: perl(JSON::MaybeXS)
 %description -n %{name}-history
 Heimdal password history tool for Kerberos password strength checking plugin
 %endif
@@ -91,5 +91,9 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man1/heimdal-history.*
 %endif
 
 %changelog
+* Mon Dec 25 2023 Russ Allbery <eagle@eyrie.org> 3.3-1
+- Update license
+- Update Perl dependencies for history package
+
 * Wed Nov 15 2023 Daria Phoebe Brashear <dariaphoebe@auristor.com> 3.2-1
 - Heimdal spec file