From 69c2fb4bfeb3e7da0d649b8869a00c5d1272d0d0 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Sun, 5 Apr 2020 19:35:29 +0200 Subject: [PATCH] Disable samples for rhel --- libmicrodns.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libmicrodns.spec b/libmicrodns.spec index ee0c1cf..649072c 100644 --- a/libmicrodns.spec +++ b/libmicrodns.spec @@ -32,6 +32,7 @@ developing applications that use %{name}. %if 0%{?rhel} # lower the meson requirement there sed -i -e 's/0.50.0/0.47.2/' meson.build +sed -i -e "/subdir('examples')/d" meson.build %endif