From 170f6c74fafad13cded03808a7a8e1a71e642625 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Thu, 25 May 2023 09:14:14 +0200 Subject: [PATCH] SPDX migration Signed-off-by: Vitezslav Crhonek --- fetchmail.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fetchmail.spec b/fetchmail.spec index 2244019..b2be69c 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,12 +1,12 @@ Summary: A remote mail retrieval and forwarding utility Name: fetchmail Version: 6.4.37 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc URL: http://www.fetchmail.info/ # For a breakdown of the licensing, see COPYING -License: GPL+ and Public Domain +License: GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain BuildRequires: gcc gettext-devel krb5-devel openssl-devel python3-devel BuildRequires: make @@ -48,6 +48,9 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/__pycache__/fetchmailconf* %{_mandir}/man1/fetchmail.1* %changelog +* Thu May 25 2023 Vitezslav Crhonek - 6.4.37-2 +- SPDX migration + * Thu Mar 09 2023 Vitezslav Crhonek - 6.4.37-1 - Update to fetchmail-6.4.37