From 4c9957c90f992d7fd2b687e9d759e1fa739fb382 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Fri, 4 Aug 2023 14:26:24 +0200 Subject: [PATCH] migrated to SPDX license --- cracklib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cracklib.spec b/cracklib.spec index 72959e6..d17c17d 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -5,9 +5,9 @@ Summary: A password-checking library Name: cracklib Version: 2.9.11 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://github.com/cracklib/cracklib -License: LGPLv2+ +License: LGPL-2.1-or-later Source0: https://github.com/cracklib/cracklib/releases/download/v%{version}/cracklib-%{version}.tar.gz Source1: https://github.com/cracklib/cracklib/releases/download/v%{version}/cracklib-words-%{version}.gz @@ -154,6 +154,9 @@ make test DESTDIR=%{buildroot} %{_sbindir}/mkdict %changelog +* Fri Aug 04 2023 Dmitry Belyavskiy - 2.9.11-3 +- migrated to SPDX license + * Wed Jul 19 2023 Fedora Release Engineering - 2.9.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild