Use SPDX license identifier

Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
Nils Philippsen 2024-07-12 11:06:05 +02:00
commit ee0aa39069

View file

@ -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 <nils@tiptoe.de>
- Use SPDX license identifier
* Wed Jun 12 2024 Richard Shaw <hobbes1069@gmail.com> - 1.1.0-1
- Update to 1.1.0 for Python 3.13 support.