From 4e6ed2c458a47b2ea4b43c4e0b00ec070040a592 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Tue, 9 Aug 2022 16:02:39 +0200 Subject: [PATCH] spec: use --with-default-use-devices-file=1 for rhel9+ --- spec/source.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/source.inc b/spec/source.inc index 3e7573025..7b44ef152 100644 --- a/spec/source.inc +++ b/spec/source.inc @@ -121,6 +121,10 @@ %with thin_dump %endif +%if %{rhel} >= 9 +%with default-use-devices-file 1 +%endif + ############################################################## %if %{fedora} == 17