From c398b3695b939612fb87802093aabe46ba3041a0 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 25 Dec 2023 14:46:09 -0800 Subject: [PATCH] Tweak RPM spec file Update Perl dependencies for the history package and fix the license metadata. --- krb5-strength.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/krb5-strength.spec b/krb5-strength.spec index eb86740..de9d164 100644 --- a/krb5-strength.spec +++ b/krb5-strength.spec @@ -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 3.3-1 +- Update license +- Update Perl dependencies for history package + * Wed Nov 15 2023 Daria Phoebe Brashear 3.2-1 - Heimdal spec file -- 2.39.2