]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Better commments in spec files 16077/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 12 Nov 2025 08:12:32 +0000 (09:12 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 12 Nov 2025 08:12:32 +0000 (09:12 +0100)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
builder-support/specs/dnsdist.spec
builder-support/specs/pdns.spec

index 9439dd38fd207b5059a011524f32710541d0b5b8..43a471130933807a024fb3262607853e3b01fe52 100644 (file)
@@ -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
index 38975383c783736f5afac590f218d0f6b61145d7..242070ae58c975a6a9bf91bf0ad9570bc17c22c0 100644 (file)
@@ -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