From ec0059755432c786b19eb25adc0e1392be79886e Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Fri, 6 Oct 2023 21:37:32 +0200 Subject: [PATCH] Convert License tag to SPDX format Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 Signed-off-by: Pavel Reichl --- autofs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/autofs.spec b/autofs.spec index ecd1040..00bc621 100644 --- a/autofs.spec +++ b/autofs.spec @@ -12,9 +12,9 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.1.8 -Release: 22%{?dist} +Release: 23%{?dist} Epoch: 1 -License: GPLv2+ +License: GPL-2.0-or-later Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.gz Patch1: autofs-5.1.8-fix-kernel-mount-status-notification.patch Patch2: autofs-5.1.8-fix-fedfs-build-flags.patch @@ -291,6 +291,9 @@ fi %dir /etc/auto.master.d %changelog +* Fri Oct 06 2023 Pavel Reichl - 1:5.1.8-23 +- Convert License tag to SPDX format + * Fri Sep 29 2023 Florian Weimer - 1:5.1.8-22 - Update autofs-5.1.8-configure-c99.patch with -Wint-conversion fix