]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix: EL-8 package builds
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 4 Jun 2026 09:18:53 +0000 (11:18 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 4 Jun 2026 09:18:53 +0000 (11:18 +0200)
Meson >= 1.10.0 updated their `%meson_build` RPM macro to use the `%[`
syntax. This feature was added to rpm 4.16.0, but EL-8 has 4.14.3. As
we're not using any modern meson functions, 1.9.2 can be used to build
packages.

* https://github.com/mesonbuild/meson/commit/12b1e3c6a72b715bf20e4c304da065e16c510830
* https://rpm.org/wiki/Releases/4.16.0

builder-support/helpers/meson.json

index 212e799634de7c865354da1e82938eef980f7432..bf2202765ba01f376ecbf5d39c3646afd06c4401 100644 (file)
@@ -1,6 +1,6 @@
 {
-  "version": "1.11.1",
+  "version": "1.9.2",
   "license": "Apache-2.0",
   "publisher": "https://github.com/mesonbuild/meson",
-  "SHA256SUM": "1a2219422be4a66ad0e8daed125c2a3d5c963458e289203eae22edf3224f5d3e"
+  "SHA256SUM": "3499b59bb23982496e01e57b4103ac2f826f9c3a3f59e507a0a832487fe55e3d"
 }