From: Otto Moerbeek Date: Wed, 12 Nov 2025 08:12:32 +0000 (+0100) Subject: Better commments in spec files X-Git-Tag: rec-5.4.0-alpha1~100^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16bbbdd8197484664ef5bdc1dab49fd85af39bd6;p=thirdparty%2Fpdns.git Better commments in spec files Signed-off-by: Otto Moerbeek --- diff --git a/builder-support/specs/dnsdist.spec b/builder-support/specs/dnsdist.spec index 9439dd38fd..43a4711309 100644 --- a/builder-support/specs/dnsdist.spec +++ b/builder-support/specs/dnsdist.spec @@ -19,7 +19,7 @@ BuildRequires: systemd-units BuildRequires: systemd-devel %endif -# Only when we move to C++20 +# Remove && 0 when we move to C++20 %if 0%{?rhel} == 8 && 0 BuildRequires: boost1.78-devel %else @@ -75,7 +75,7 @@ dnsdist is a high-performance DNS loadbalancer that is scriptable in Lua. %build # We need to build with LLVM/clang to be able to use LTO, since we are linking against a static Rust library built with LLVM -# Only when we move to C++20 +# Remove && 0 when we move to C++20 %if 0%{?rhel} == 8 && 0 export BOOST_INCLUDEDIR=/usr/include/boost1.78 export BOOST_LIBRARYDIR=/usr/lib64/boost1.78 diff --git a/builder-support/specs/pdns.spec b/builder-support/specs/pdns.spec index 38975383c7..242070ae58 100644 --- a/builder-support/specs/pdns.spec +++ b/builder-support/specs/pdns.spec @@ -20,7 +20,7 @@ BuildRequires: systemd-devel BuildRequires: krb5-devel BuildRequires: p11-kit-devel BuildRequires: libcurl-devel -# Only when we move to C++20 +# Remove && 0 when we move to C++20 %if 0%{?rhel} == 8 && 0 BuildRequires: boost1.78-devel %else @@ -177,7 +177,7 @@ This package contains the ixfrdist program. %autosetup -p1 -n %{name}-%{getenv:BUILDER_VERSION} %build -# Only when we move to C++20 +# Remove && 0 when we move to C++20 %if 0%{?rhel} == 8 && 0 export BOOST_INCLUDEDIR=/usr/include/boost1.78 export BOOST_LIBRARYDIR=/usr/lib64/boost1.78