SHA256
1
0
forked from pool/kea

Remove leading zeros from %if %{with ...}

This commit is contained in:
Jorik Cronenberg 2024-10-08 16:47:30 +02:00
parent c3078ecd5f
commit 9912ef67c7
Signed by untrusted user who does not match committer: jcronenberg
GPG Key ID: FD702A19657AB22A
2 changed files with 4 additions and 3 deletions

View File

@ -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>

View File

@ -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 \