From f6c376a68f750c95a27ab157272160a4133a1721 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Thu, 23 Feb 2023 17:18:38 -0300
Subject: [PATCH] Migrated to SPDX license.

According to [1] all Fedora packages need to be updated to use a SPDX
expression. This patch updates the ansible-freeipa spec template to
comply with this change.

[1] https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1
---
 utils/ansible-freeipa.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/ansible-freeipa.spec.in b/utils/ansible-freeipa.spec.in
index 7b1cbdc0..9055ec47 100644
--- a/utils/ansible-freeipa.spec.in
+++ b/utils/ansible-freeipa.spec.in
@@ -10,7 +10,7 @@ Name: ansible-freeipa
 Version: @@VERSION@@
 Release: @@RELEASE@@%{?dist}
 URL: https://github.com/freeipa/ansible-freeipa
-License: GPLv3+
+License: GPL-3.0-or-later
 Source: %{name}-%{version}-@@RELEASE@@.tar.bz2
 BuildArch: noarch
 
-- 
GitLab