From ee0aa3906976fbbe49516aa0ff3aa4529fd2e763 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 12 Jul 2024 11:06:05 +0200 Subject: [PATCH] Use SPDX license identifier Signed-off-by: Nils Philippsen --- fail2ban.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.