[info=9912ef67c7cf878d03fd79c923d332b5656b77015ddd411196a3a59472bd5ea3]
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/kea?expand=0&rev=54
This commit is contained in:
committed by
Git OBS Bridge
parent
8922208fb8
commit
a559f29e65
@@ -1,4 +1,4 @@
|
||||
mtime: 1728393143
|
||||
commit: c3078ecd5f8d3a7b7a57d7d3d65e4de383c7bb5dc8aca698e667ca541f2a1815
|
||||
mtime: 1728398850
|
||||
commit: 9912ef67c7cf878d03fd79c923d332b5656b77015ddd411196a3a59472bd5ea3
|
||||
url: https://src.opensuse.org/jengelh/kea
|
||||
revision: master
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22b66e67a9b3475edaf498633969bd24ab3fa8aa058f12a641bc4ed0c89586f6
|
||||
oid sha256:c78a490c7c3ce4244d996ee983303d97cad56dfaa1f2fa8d204c87474c97b327
|
||||
size 256
|
||||
|
@@ -19,6 +19,7 @@ Tue Oct 8 11:47:33 UTC 2024 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||
|
||||
- Only require bison for build and enable regen_files on Tumbleweed
|
||||
and SLFO, because bison is too old in SLES/Leap
|
||||
- Remove leading zeros from %if %{with ...}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 09:37:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
6
kea.spec
6
kea.spec
@@ -59,7 +59,7 @@ Source2: https://ftp.isc.org/isc/kea/%version/kea-%version.tar.gz.asc
|
||||
Source3: kea.keyring
|
||||
BuildRequires: autoconf >= 2.59
|
||||
BuildRequires: automake
|
||||
%if 0%{with regen_files}
|
||||
%if %{with regen_files}
|
||||
BuildRequires: bison >= 3.3
|
||||
%endif
|
||||
BuildRequires: freeradius-server-devel
|
||||
@@ -77,7 +77,7 @@ BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
%sysusers_requires
|
||||
Suggests: %name-hooks = %version
|
||||
%if 0%{with regen_files}
|
||||
%if %{with regen_files}
|
||||
BuildRequires: flex
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1500
|
||||
@@ -359,7 +359,7 @@ export FREERADIUS_DICTIONARY=""
|
||||
autoreconf -fi
|
||||
%configure \
|
||||
--disable-rpath --disable-static \
|
||||
%if 0%{with regen_files}
|
||||
%if %{with regen_files}
|
||||
--enable-generate-docs --enable-generate-parser \
|
||||
%endif
|
||||
--enable-logger-checks \
|
||||
|
Reference in New Issue
Block a user