Remove leading zeros from %if %{with ...}
This commit is contained in:
parent
c3078ecd5f
commit
9912ef67c7
@ -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
|
- Only require bison for build and enable regen_files on Tumbleweed
|
||||||
and SLFO, because bison is too old in SLES/Leap
|
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>
|
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
|
Source3: kea.keyring
|
||||||
BuildRequires: autoconf >= 2.59
|
BuildRequires: autoconf >= 2.59
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
%if 0%{with regen_files}
|
%if %{with regen_files}
|
||||||
BuildRequires: bison >= 3.3
|
BuildRequires: bison >= 3.3
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: freeradius-server-devel
|
BuildRequires: freeradius-server-devel
|
||||||
@ -77,7 +77,7 @@ BuildRequires: xz
|
|||||||
BuildRequires: pkgconfig(libcrypto)
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
%sysusers_requires
|
%sysusers_requires
|
||||||
Suggests: %name-hooks = %version
|
Suggests: %name-hooks = %version
|
||||||
%if 0%{with regen_files}
|
%if %{with regen_files}
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
@ -359,7 +359,7 @@ export FREERADIUS_DICTIONARY=""
|
|||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure \
|
%configure \
|
||||||
--disable-rpath --disable-static \
|
--disable-rpath --disable-static \
|
||||||
%if 0%{with regen_files}
|
%if %{with regen_files}
|
||||||
--enable-generate-docs --enable-generate-parser \
|
--enable-generate-docs --enable-generate-parser \
|
||||||
%endif
|
%endif
|
||||||
--enable-logger-checks \
|
--enable-logger-checks \
|
||||||
|
Loading…
Reference in New Issue
Block a user