Accepting request 727987 from home:trenn:branches:systemsmanagement
- Enable USB interface by explicit passing --enable-intf-usb (jira#SLE-7780) - Enable free interface by adding freeipmi-devel package to build requires OBS-URL: https://build.opensuse.org/request/show/727987 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmitool?expand=0&rev=50
This commit is contained in:
parent
2b18cffcc3
commit
4cb932c196
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 16:22:47 UTC 2019 - trenn@suse.de
|
||||
|
||||
- Enable USB interface by explicit passing --enable-intf-usb (jira#SLE-7780)
|
||||
- Enable free interface by adding freeipmi-devel package to
|
||||
build requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 07:49:44 UTC 2018 - trenn@suse.de
|
||||
|
||||
|
@ -37,6 +37,11 @@ BuildRequires: libtool
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
# Taken over from freeipmi.spec:
|
||||
# Necessary as only those archs implement iopl and friends (#368541)
|
||||
%ifarch %{ix86} x86_64 ia64 alpha aarch64
|
||||
BuildRequires: freeipmi-devel
|
||||
%endif
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
@ -74,7 +79,8 @@ cp %{SOURCE3} lib
|
||||
autoreconf -fiv
|
||||
# file-security: enables more security checks on files
|
||||
%configure \
|
||||
--enable-file-security
|
||||
--enable-file-security \
|
||||
--enable-intf-usb
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user