#2 fix meson.build for epel 8
Merged 3 years ago by leigh123linux. Opened 3 years ago by loise.
Unknown source master  into  master

file modified
+1 -1
@@ -33,7 +33,7 @@

  

  %prep

  %autosetup -p1

- %if 0%{?rhel} == 7

+ %if 0%{?rhel} >= 7

  sed -i -e 's@>= 0.50@>= 0.47@g'  meson.build

  %endif

  

RHEL 8 / CentOS 8 has 0.49 so the build fails here otherwise if only rhel 7 is used.

Pull-Request has been merged by leigh123linux

3 years ago
Metadata