Compare commits
No commits in common. "c8s" and "c9s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/acpid-2.0.30.tar.xz
|
acpid-*.tar.xz
|
||||||
/acpid-2.0.30.tar.xz
|
|
||||||
|
@ -14,7 +14,7 @@ index 9b0b0a8..f228186 100644
|
|||||||
/*---------------------------------------------------------------*/
|
/*---------------------------------------------------------------*/
|
||||||
/* private objects */
|
/* private objects */
|
||||||
|
|
||||||
-#define MAX_CONNECTIONS 20
|
-#define MAX_CONNECTIONS 100
|
||||||
+static int capacity = 0;
|
+static int capacity = 0;
|
||||||
|
|
||||||
-static struct connection connection_list[MAX_CONNECTIONS];
|
-static struct connection connection_list[MAX_CONNECTIONS];
|
@ -3,7 +3,7 @@ Description=ACPID Listen Socket
|
|||||||
Documentation=man:acpid(8)
|
Documentation=man:acpid(8)
|
||||||
|
|
||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=/var/run/acpid.socket
|
ListenStream=/run/acpid.socket
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sockets.target
|
WantedBy=sockets.target
|
||||||
|
39
acpid.spec
39
acpid.spec
@ -7,10 +7,9 @@
|
|||||||
|
|
||||||
Summary: ACPI Event Daemon
|
Summary: ACPI Event Daemon
|
||||||
Name: acpid
|
Name: acpid
|
||||||
Version: 2.0.30
|
Version: 2.0.32
|
||||||
Release: 2%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
|
||||||
Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
|
Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
|
||||||
Source2: acpid.video.conf
|
Source2: acpid.video.conf
|
||||||
Source3: acpid.power.conf
|
Source3: acpid.power.conf
|
||||||
@ -19,10 +18,11 @@ Source5: acpid.service
|
|||||||
Source6: acpid.sysconfig
|
Source6: acpid.sysconfig
|
||||||
Source7: acpid.socket
|
Source7: acpid.socket
|
||||||
# https://sourceforge.net/p/acpid2/tickets/14/
|
# https://sourceforge.net/p/acpid2/tickets/14/
|
||||||
Patch0: acpid-2.0.28-kacpimon-dynamic-connections.patch
|
Patch0: acpid-2.0.32-kacpimon-dynamic-connections.patch
|
||||||
ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64
|
ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64
|
||||||
URL: http://sourceforge.net/projects/acpid2/
|
URL: http://sourceforge.net/projects/acpid2/
|
||||||
BuildRequires: systemd, gcc
|
BuildRequires: systemd, gcc
|
||||||
|
BuildRequires: make
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
@ -100,9 +100,38 @@ fi
|
|||||||
/bin/systemctl try-restart acpid.service >/dev/null 2>&1 || :
|
/bin/systemctl try-restart acpid.service >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.32-5
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.32-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.32-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.32-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Aug 20 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.32-1
|
||||||
|
- New version
|
||||||
|
Resolves: rhbz#1742776
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.30-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.30-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Nov 15 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.30-2
|
* Thu Nov 15 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.30-2
|
||||||
- Dropped sysvinit support
|
- Dropped sysvinit support
|
||||||
Resolves: rhbz#1610275
|
|
||||||
|
|
||||||
* Thu Jul 19 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.30-1
|
* Thu Jul 19 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.30-1
|
||||||
- New version
|
- New version
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-8
|
- rhel-9
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (acpid-2.0.30.tar.xz) = 6901e93cc626817b782e43976caf4b7f89e8c4275eb7e9d31aeeb967b5d5bbb6a2b4dcf71e72ba666e10343cdbdbe8528feee955af5ba14de8ec88ef61b29f96
|
SHA512 (acpid-2.0.32.tar.xz) = c7afffdf9818504e1ac03b0ad693a05f772bfd07af9808262b3b6bb82ca4dabe6253c94e6dc59e5be6f0da9e815e8bcf2d3e16f02b23d0248b6bad4509e78be7
|
||||||
|
Loading…
Reference in New Issue
Block a user