From dea08dc2bef631ba229f5146ec75276fb97b063a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:12:05 +0100 Subject: [PATCH] rebuilt with debug package [release 2.0.32-2mamba;Mon May 10 2021] --- acpid.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/acpid.spec b/acpid.spec index 02e2141..b06473c 100644 --- a/acpid.spec +++ b/acpid.spec @@ -1,6 +1,6 @@ Name: acpid Version: 2.0.32 -Release: 1mamba +Release: 2mamba Summary: The ACPI event daemon Group: System/Kernel and Hardware Vendor: openmamba @@ -15,16 +15,15 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %systemd_requires -Requires(pre): chkconfig -Requires(pre): sed %description ACPID is a completely flexible, totally extensible daemon for delivering ACPI events. It listens on a file (/proc/acpi/event) and when an event occurs, executes programs to handle the event. The programs it executes are configured through a set of configuration files, which can be dropped into place by packages or by the admin. +%debug_package + %prep %setup -q @@ -78,9 +77,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %dir %{_sysconfdir}/acpi %dir %{_sysconfdir}/acpi/events %dir %{_sysconfdir}/acpi/actions -#%attr(0644,root,root) %{_sysconfdir}/acpi/events/sample.conf -#%attr(0755,root,root) %{_initrddir}/acpid -#%config(noreplace) %{_sysconfdir}/sysconfig/acpi %{_bindir}/acpi_listen %{_sbindir}/acpid %{_sbindir}/kacpimon @@ -93,6 +89,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %{_datadir}/doc/acpid/* %changelog +* Mon May 10 2021 Silvan Calarco 2.0.32-2mamba +- rebuilt with debug package + * Sun Sep 22 2019 Automatic Build System 2.0.32-1mamba - automatic version update by autodist