From aa0b1dad7e4eca6ed38e5f64d76ca46af69e9403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 9 Aug 2023 16:34:25 +0200 Subject: [PATCH 01/14] Converted license to SPDX --- acpid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/acpid.spec b/acpid.spec index 7b51ebc..ebb1945 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,8 +8,8 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 3%{?dist} -License: GPLv2+ +Release: 4%{?dist} +License: GPL-2.0-or-later AND X11 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-4 +- Converted license to SPDX + * Wed Jul 19 2023 Fedora Release Engineering - 2.0.34-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild 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 02/14] 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 From 480ff5d8c15c47d8ad85b991a92de8a3fc63e748 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:06:46 +0000 Subject: [PATCH 03/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- acpid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acpid.spec b/acpid.spec index b265fc0..4b4b2ec 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,7 +8,7 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL-2.0-or-later Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source2: acpid.video.conf @@ -100,6 +100,9 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 2.0.34-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Aug 9 2023 Jaroslav Škarvada - 2.0.34-5 - SPDX license fix From 568ad27a01c678f89652e44d92af9a750841abd0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:37:38 +0000 Subject: [PATCH 04/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- acpid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acpid.spec b/acpid.spec index 4b4b2ec..b2edb2e 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,7 +8,7 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL-2.0-or-later Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source2: acpid.video.conf @@ -100,6 +100,9 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 2.0.34-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 2.0.34-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 2d62398826887713f0d88dd414c665dda5684ec5 Mon Sep 17 00:00:00 2001 From: Songsong Zhang Date: Fri, 23 Feb 2024 02:43:43 +0000 Subject: [PATCH 05/14] Add riscv64 support --- acpid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/acpid.spec b/acpid.spec index b2edb2e..e9e2f96 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,7 +8,7 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL-2.0-or-later Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source2: acpid.video.conf @@ -19,7 +19,7 @@ Source6: acpid.sysconfig Source7: acpid.socket # https://sourceforge.net/p/acpid2/tickets/14/ Patch0: acpid-2.0.32-kacpimon-dynamic-connections.patch -ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64 +ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64 riscv64 URL: http://sourceforge.net/projects/acpid2/ BuildRequires: systemd, gcc BuildRequires: make @@ -100,6 +100,9 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Fri Feb 23 2024 Songsong Zhang - 2.0.34-8 +- Add riscv64 support + * Mon Jan 22 2024 Fedora Release Engineering - 2.0.34-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 09111b9ad4dc00e4b94617900348f2643a79e44e Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:46 +0200 Subject: [PATCH 06/14] Eliminate use of obsolete %patchN syntax (#2283636) --- acpid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acpid.spec b/acpid.spec index e9e2f96..1fb3364 100644 --- a/acpid.spec +++ b/acpid.spec @@ -33,7 +33,7 @@ acpid is a daemon that dispatches ACPI events to user-space programs. %prep %setup -q -%patch0 -p1 -b .kacpimon-dynamic-connections +%patch -P0 -p1 -b .kacpimon-dynamic-connections %build %configure From c41219a4ee38d442802a2f3e455f695ff3f4b790 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:33:54 +0000 Subject: [PATCH 07/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- acpid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acpid.spec b/acpid.spec index 1fb3364..7216002 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,7 +8,7 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL-2.0-or-later Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source2: acpid.video.conf @@ -100,6 +100,9 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 2.0.34-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Feb 23 2024 Songsong Zhang - 2.0.34-8 - Add riscv64 support From 6a191fb96da045c629224fc870b5821c2bf956c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 12 Aug 2024 16:34:53 +0200 Subject: [PATCH 08/14] Dropped videoconf, obsolete for some time Resolves: rhbz#2296943 --- acpid.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/acpid.spec b/acpid.spec index 7216002..956daa5 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,10 +8,9 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 9%{?dist} +Release: 10%{?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 Source4: acpid.power.sh Source5: acpid.service @@ -50,7 +49,6 @@ mkdir -p %{buildroot}%{_unitdir} mkdir -p %{buildroot}%{_sysconfdir}/sysconfig chmod 755 %{buildroot}%{_sysconfdir}/acpi/events -install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/acpi/events/videoconf install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/acpi/events/powerconf install -p -m 755 %{SOURCE4} %{buildroot}%{_sysconfdir}/acpi/actions/power.sh install -p -m 644 %{SOURCE5} %{SOURCE7} %{buildroot}%{_unitdir} @@ -63,7 +61,6 @@ install -p -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysconfig/acpid %dir %{_sysconfdir}/acpi %dir %{_sysconfdir}/acpi/events %dir %{_sysconfdir}/acpi/actions -%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/acpi/events/videoconf %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/acpi/events/powerconf %config(noreplace) %attr(0755,root,root) %{_sysconfdir}/acpi/actions/power.sh %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/acpid @@ -100,6 +97,10 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Mon Aug 12 2024 Jaroslav Škarvada - 2.0.34-10 +- Dropped videoconf, obsolete for some time + Resolves: rhbz#2296943 + * Wed Jul 17 2024 Fedora Release Engineering - 2.0.34-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 35d568ec65a6350a59b5665fdc39ef30423772b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:32:27 +0000 Subject: [PATCH 09/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- acpid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acpid.spec b/acpid.spec index 956daa5..74215ba 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,7 +8,7 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL-2.0-or-later Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source3: acpid.power.conf @@ -97,6 +97,9 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 2.0.34-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Aug 12 2024 Jaroslav Škarvada - 2.0.34-10 - Dropped videoconf, obsolete for some time Resolves: rhbz#2296943 From 3dff637eb55226cf9b98b4958baaf3f746964a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 14 Apr 2025 19:38:43 +0200 Subject: [PATCH 10/14] Dropped exclusivearch, the package is still useless on POWER (no firmware support yet), but it is required by some dependency Resolves: rhbz#2355763 --- acpid.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/acpid.spec b/acpid.spec index 74215ba..c519b12 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,7 +8,7 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL-2.0-or-later Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source3: acpid.power.conf @@ -18,7 +18,6 @@ Source6: acpid.sysconfig Source7: acpid.socket # https://sourceforge.net/p/acpid2/tickets/14/ Patch0: acpid-2.0.32-kacpimon-dynamic-connections.patch -ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64 riscv64 URL: http://sourceforge.net/projects/acpid2/ BuildRequires: systemd, gcc BuildRequires: make @@ -97,6 +96,11 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Thu Apr 3 2025 Jaroslav Škarvada - 2.0.34-12 +- Dropped exclusivearch, the package is still useless on POWER (no firmware support + yet), but it is required by some dependency + Resolves: rhbz#2355763 + * Thu Jan 16 2025 Fedora Release Engineering - 2.0.34-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 682db2b5793dff66035db77263253caf36bed299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 15 Apr 2025 15:39:41 +0200 Subject: [PATCH 11/14] Used exclusiverch on RHEL --- acpid.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/acpid.spec b/acpid.spec index c519b12..ce7f726 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,7 +8,7 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 12%{?dist} +Release: 13%{?dist} License: GPL-2.0-or-later Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source3: acpid.power.conf @@ -18,6 +18,9 @@ Source6: acpid.sysconfig Source7: acpid.socket # https://sourceforge.net/p/acpid2/tickets/14/ Patch0: acpid-2.0.32-kacpimon-dynamic-connections.patch +%if 0%{?rhel} +ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64 riscv64 +%endif URL: http://sourceforge.net/projects/acpid2/ BuildRequires: systemd, gcc BuildRequires: make @@ -96,6 +99,9 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Tue Apr 15 2025 Jaroslav Škarvada - 2.0.34-13 +- Used exclusiverch on RHEL + * Thu Apr 3 2025 Jaroslav Škarvada - 2.0.34-12 - Dropped exclusivearch, the package is still useless on POWER (no firmware support yet), but it is required by some dependency From 5ad567f3c5129d565c8314d519ef2ca5ac395037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 15 Apr 2025 17:28:49 +0200 Subject: [PATCH 12/14] Updated RHEL/ELN exclusive arch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- acpid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acpid.spec b/acpid.spec index ce7f726..f47d581 100644 --- a/acpid.spec +++ b/acpid.spec @@ -19,7 +19,7 @@ Source7: acpid.socket # https://sourceforge.net/p/acpid2/tickets/14/ Patch0: acpid-2.0.32-kacpimon-dynamic-connections.patch %if 0%{?rhel} -ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64 riscv64 +ExclusiveArch: x86_64 aarch64 riscv64 %endif URL: http://sourceforge.net/projects/acpid2/ BuildRequires: systemd, gcc From e712fb55ba7452146bf44a45dc5d46adb6b8f3fb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:44:07 +0000 Subject: [PATCH 13/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- acpid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acpid.spec b/acpid.spec index f47d581..30545be 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,7 +8,7 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 13%{?dist} +Release: 14%{?dist} License: GPL-2.0-or-later Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source3: acpid.power.conf @@ -99,6 +99,9 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 2.0.34-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Apr 15 2025 Jaroslav Škarvada - 2.0.34-13 - Used exclusiverch on RHEL From 133283cf38f93f2f6eb931247d18f0fc19ee4877 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:25:32 +0000 Subject: [PATCH 14/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- acpid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acpid.spec b/acpid.spec index 30545be..6873b63 100644 --- a/acpid.spec +++ b/acpid.spec @@ -8,7 +8,7 @@ Summary: ACPI Event Daemon Name: acpid Version: 2.0.34 -Release: 14%{?dist} +Release: 15%{?dist} License: GPL-2.0-or-later Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source3: acpid.power.conf @@ -99,6 +99,9 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 2.0.34-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 23 2025 Fedora Release Engineering - 2.0.34-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild