Skip to content

Commit 914f74a

Browse files
authored
acpid : Update version to 2.0.34 (#10696)
1 parent f9e5f00 commit 914f74a

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

SPECS-EXTENDED/acpid/acpid.signatures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"Signatures": {
3-
"acpid-2.0.32.tar.xz": "f2d2d30b3edc3234bd82f6f7186699a6aa3c85c8d20bc4e30e9b3c68a1ed157e",
3+
"acpid-2.0.34.tar.xz": "2d095c8cfcbc847caec746d62cdc8d0bff1ec1bc72ef7c674c721e04da6ab333",
44
"acpid.power.conf": "c05dd0410ed6cf12ce3a6c917f52b678db9f6349464d12fc43d455fff0d3389f",
55
"acpid.power.sh": "8d9846439625e023bdb73ee87f6c15cf7c8b46b858df129f04e7c04fbe1d3cc3",
66
"acpid.service": "d4b837ae252bf621bb627a83a0b9c49308052af709d466af4a405fbc28f89dea",
7-
"acpid.socket": "7b9a8348049b59a089a648a2de00e1dc3662b60cb4c95c1ba2e3673d6d9889c4",
7+
"acpid.socket": "dbc374040cb7d961eb87171e0b00313a0ab3f4e58bf0c314bf361176df6e952c",
88
"acpid.sysconfig": "29b7b5a5e52063c021fb5d1a66349e920ca5c84f8d711439e34b8c94595ff654",
99
"acpid.video.conf": "a25de42b2578beecbc4fa6ab1405d94e243095f7f35f74f8ed5cf7710585e84a"
1010
}

SPECS-EXTENDED/acpid/acpid.socket

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description=ACPID Listen Socket
33
Documentation=man:acpid(8)
44

55
[Socket]
6-
ListenStream=/var/run/acpid.socket
6+
ListenStream=/run/acpid.socket
77

88
[Install]
99
WantedBy=sockets.target

SPECS-EXTENDED/acpid/acpid.spec

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Distribution: Azure Linux
99

1010
Summary: ACPI Event Daemon
1111
Name: acpid
12-
Version: 2.0.32
13-
Release: 3%{?dist}
12+
Version: 2.0.34
13+
Release: 1%{?dist}
1414
License: GPLv2+
15-
Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
15+
Source: https://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
1616
Source2: acpid.video.conf
1717
Source3: acpid.power.conf
1818
Source4: acpid.power.sh
@@ -101,6 +101,11 @@ fi
101101
/bin/systemctl try-restart acpid.service >/dev/null 2>&1 || :
102102

103103
%changelog
104+
105+
* Tue Nov 18 2024 Jyoti Kanase <v-jykanase@microsoft.com> - 2.0.34-1
106+
- Update to version 2.0.34
107+
- License verified
108+
104109
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 2.0.32-3
105110
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
106111

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"type": "other",
6666
"other": {
6767
"name": "acpid",
68-
"version": "2.0.32",
69-
"downloadUrl": "http://downloads.sourceforge.net/acpid2/acpid-2.0.32.tar.xz"
68+
"version": "2.0.34",
69+
"downloadUrl": "https://downloads.sourceforge.net/acpid2/acpid-2.0.34.tar.xz"
7070
}
7171
}
7272
},

0 commit comments

Comments
 (0)