import CS acpid-2.0.32-7.el9

This commit is contained in:
eabdullin 2023-09-21 17:57:09 +00:00
parent 05701d3ae7
commit 88bac1d248
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Description=ACPID Listen Socket
Documentation=man:acpid(8)
[Socket]
ListenStream=/var/run/acpid.socket
ListenStream=/run/acpid.socket
[Install]
WantedBy=sockets.target

View File

@ -8,7 +8,7 @@
Summary: ACPI Event Daemon
Name: acpid
Version: 2.0.32
Release: 6%{?dist}
Release: 7%{?dist}
License: GPLv2+
Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
Source2: acpid.video.conf
@ -100,6 +100,10 @@ fi
/bin/systemctl try-restart acpid.service >/dev/null 2>&1 || :
%changelog
* Thu Jul 13 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.32-7
- Updated socket path from /var/run => /run in acpid.socket
Resolves: rhbz#2159568
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.32-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688