Add riscv64 support
This commit is contained in:
parent
568ad27a01
commit
2d62398826
@ -8,7 +8,7 @@
|
|||||||
Summary: ACPI Event Daemon
|
Summary: ACPI Event Daemon
|
||||||
Name: acpid
|
Name: acpid
|
||||||
Version: 2.0.34
|
Version: 2.0.34
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
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
|
||||||
@ -19,7 +19,7 @@ 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.32-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 riscv64
|
||||||
URL: http://sourceforge.net/projects/acpid2/
|
URL: http://sourceforge.net/projects/acpid2/
|
||||||
BuildRequires: systemd, gcc
|
BuildRequires: systemd, gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -100,6 +100,9 @@ fi
|
|||||||
/bin/systemctl try-restart acpid.service >/dev/null 2>&1 || :
|
/bin/systemctl try-restart acpid.service >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 23 2024 Songsong Zhang <U2FsdGVkX1@gmail.com> - 2.0.34-8
|
||||||
|
- Add riscv64 support
|
||||||
|
|
||||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-7
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.34-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user