diff --git a/fail2ban.spec b/fail2ban.spec index bfda77b..0c46fbb 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -17,7 +17,7 @@ Version: 1.1.0 Release: 1%{?dist} Summary: Daemon to ban hosts that cause multiple authentication errors -License: GPLv2+ +License: GPL-2.0-or-later URL: http://fail2ban.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz.asc @@ -468,6 +468,9 @@ fi %changelog +* Fri Jul 12 2024 Nils Philippsen +- Use SPDX license identifier + * Wed Jun 12 2024 Richard Shaw - 1.1.0-1 - Update to 1.1.0 for Python 3.13 support.