rebuilt with debug package [release 2.0.32-2mamba;Mon May 10 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 20:12:05 +01:00
parent ff35c078ec
commit dea08dc2be

View File

@ -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 <silvan.calarco@mambasoft.it> 2.0.32-2mamba
- rebuilt with debug package
* Sun Sep 22 2019 Automatic Build System <autodist@mambasoft.it> 2.0.32-1mamba
- automatic version update by autodist