From 9af6a96e883b7cb6ddc40052c2a6420a61aea53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 9 Aug 2023 21:24:09 +0200 Subject: [PATCH] Fixed SPDX license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- acpid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/acpid.spec b/acpid.spec index ebb1945..b265fc0 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,8 +8,8 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 4%{?dist} -License: GPL-2.0-or-later AND X11 +Release: 5%{?dist} +License: GPL-2.0-or-later Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source2: acpid.video.conf Source3: acpid.power.conf @@ -100,6 +100,9 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Wed Aug 9 2023 Jaroslav Škarvada - 2.0.34-5 +- SPDX license fix + * Wed Aug 9 2023 Jaroslav Škarvada - 2.0.34-4 - Converted license to SPDX