From 7ab3fdda5fa1adfcb0841da039190897634d7467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 9 May 2024 13:30:04 +0200 Subject: [PATCH] Update SPDX in license tag to use uppercase conjunction Resolves: RHEL-35710 --- dnsmasq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index 5e2457a..9927d90 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -23,11 +23,11 @@ Name: dnsmasq Version: 2.90 -Release: 1%{?extraversion:.%{extraversion}}%{?dist} +Release: 2%{?extraversion:.%{extraversion}}%{?dist} Summary: A lightweight DHCP/caching DNS server # SPDX identifiers already -License: GPL-2.0-only or GPL-3.0-only +License: GPL-2.0-only OR GPL-3.0-only URL: http://www.thekelleys.org.uk/dnsmasq/ VCS: git:%{forgeurl0} Source0: %{url}%{?extrapath}%{name}-%{version}%{?extraversion}.tar.xz @@ -216,6 +216,9 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/%{name}.conf %endif %changelog +* Thu May 09 2024 Petr Menšík - 2.90-2 +- Update SPDX in license tag to use uppercase conjunction + * Tue Feb 13 2024 Petr Menšík - 2.90-1 - Update to 2.90 (#2264049)