Skip to content

Commit

Permalink
acpid : Update version to 2.0.34 (#10696)
Browse files Browse the repository at this point in the history
  • Loading branch information
jykanase authored Feb 6, 2025
1 parent f9e5f00 commit 914f74a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/acpid/acpid.signatures.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Signatures": {
"acpid-2.0.32.tar.xz": "f2d2d30b3edc3234bd82f6f7186699a6aa3c85c8d20bc4e30e9b3c68a1ed157e",
"acpid-2.0.34.tar.xz": "2d095c8cfcbc847caec746d62cdc8d0bff1ec1bc72ef7c674c721e04da6ab333",
"acpid.power.conf": "c05dd0410ed6cf12ce3a6c917f52b678db9f6349464d12fc43d455fff0d3389f",
"acpid.power.sh": "8d9846439625e023bdb73ee87f6c15cf7c8b46b858df129f04e7c04fbe1d3cc3",
"acpid.service": "d4b837ae252bf621bb627a83a0b9c49308052af709d466af4a405fbc28f89dea",
"acpid.socket": "7b9a8348049b59a089a648a2de00e1dc3662b60cb4c95c1ba2e3673d6d9889c4",
"acpid.socket": "dbc374040cb7d961eb87171e0b00313a0ab3f4e58bf0c314bf361176df6e952c",
"acpid.sysconfig": "29b7b5a5e52063c021fb5d1a66349e920ca5c84f8d711439e34b8c94595ff654",
"acpid.video.conf": "a25de42b2578beecbc4fa6ab1405d94e243095f7f35f74f8ed5cf7710585e84a"
}
Expand Down
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/acpid/acpid.socket
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 8 additions & 3 deletions SPECS-EXTENDED/acpid/acpid.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Distribution: Azure Linux

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

%changelog

* Tue Nov 18 2024 Jyoti Kanase <[email protected]> - 2.0.34-1
- Update to version 2.0.34
- License verified

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 2.0.32-3
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"type": "other",
"other": {
"name": "acpid",
"version": "2.0.32",
"downloadUrl": "http://downloads.sourceforge.net/acpid2/acpid-2.0.32.tar.xz"
"version": "2.0.34",
"downloadUrl": "https://downloads.sourceforge.net/acpid2/acpid-2.0.34.tar.xz"
}
}
},
Expand Down

0 comments on commit 914f74a

Please sign in to comment.