Accepting request 1177919 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1177919 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=49
This commit is contained in:
commit
f79fab780f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 19:54:25 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Enable build on riscv64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 19 15:19:23 UTC 2024 - Jean Delvare <jdelvare@suse.com>
|
||||
|
||||
|
@ -30,7 +30,7 @@ Source2: %{name}.keyring
|
||||
Patch1: dmioem-update-hpe-oem-type-238.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: xz
|
||||
ExclusiveArch: %ix86 ia64 x86_64 %arm aarch64
|
||||
ExclusiveArch: %ix86 ia64 x86_64 %arm aarch64 riscv64
|
||||
|
||||
%description
|
||||
Dmidecode reports information about your system's hardware as described
|
||||
@ -57,7 +57,7 @@ install -dm 755 %{buildroot}%{_sbindir}
|
||||
install -dm 755 %{buildroot}%{_mandir}/man8
|
||||
install -dm 755 %{buildroot}%{_docdir}/%{name}
|
||||
install -dm 755 %{buildroot}%{_datadir}/bash-completion/completions/
|
||||
%ifarch ia64 %arm aarch64
|
||||
%ifarch ia64 %arm aarch64 riscv64
|
||||
for i in dmidecode ; do
|
||||
%else
|
||||
for i in dmidecode vpddecode ownership biosdecode ; do
|
||||
|
Loading…
Reference in New Issue
Block a user