Accepting request 611219 from security
OBS-URL: https://build.opensuse.org/request/show/611219 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oath-toolkit?expand=0&rev=4
This commit is contained in:
commit
6a37f6c3cd
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 20 21:40:32 UTC 2018 - julio@juliogonzalez.es
|
||||
|
||||
- Fix build for openSUSE Leap 42.2 and 42.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 07:32:43 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
@ -138,7 +138,13 @@ autoreconf -fiv
|
||||
--with-libgcrypt \
|
||||
--disable-silent-rules \
|
||||
--disable-static
|
||||
# Only SLE and openSUSE >= 15.0 are using rpm >= 4.12
|
||||
# See https://en.opensuse.org/openSUSE:Build_system_recipes#automake
|
||||
%if 0%{?sle_version} >= 150000
|
||||
%make_build
|
||||
%else
|
||||
make %{?_smp_mflags}
|
||||
%endif
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user