Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
133283cf38 | ||
|
|
e712fb55ba | ||
|
|
5ad567f3c5 | ||
|
|
682db2b579 | ||
|
|
3dff637eb5 | ||
|
|
35d568ec65 |
1 changed files with 21 additions and 2 deletions
23
acpid.spec
23
acpid.spec
|
|
@ -8,7 +8,7 @@
|
|||
Summary: ACPI Event Daemon
|
||||
Name: acpid
|
||||
Version: 2.0.34
|
||||
Release: 10%{?dist}
|
||||
Release: 15%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
|
||||
Source3: acpid.power.conf
|
||||
|
|
@ -18,7 +18,9 @@ Source6: acpid.sysconfig
|
|||
Source7: acpid.socket
|
||||
# https://sourceforge.net/p/acpid2/tickets/14/
|
||||
Patch0: acpid-2.0.32-kacpimon-dynamic-connections.patch
|
||||
ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64 riscv64
|
||||
%if 0%{?rhel}
|
||||
ExclusiveArch: x86_64 aarch64 riscv64
|
||||
%endif
|
||||
URL: http://sourceforge.net/projects/acpid2/
|
||||
BuildRequires: systemd, gcc
|
||||
BuildRequires: make
|
||||
|
|
@ -97,6 +99,23 @@ fi
|
|||
/bin/systemctl try-restart acpid.service >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Apr 15 2025 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.34-13
|
||||
- Used exclusiverch on RHEL
|
||||
|
||||
* Thu Apr 3 2025 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.34-12
|
||||
- Dropped exclusivearch, the package is still useless on POWER (no firmware support
|
||||
yet), but it is required by some dependency
|
||||
Resolves: rhbz#2355763
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Aug 12 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.0.34-10
|
||||
- Dropped videoconf, obsolete for some time
|
||||
Resolves: rhbz#2296943
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue