From fa4bb14da2bf67181894fa561d54f6ccce91c95d Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 5 Feb 2019 14:19:51 -0500 Subject: [PATCH] spec: Use --disable-dfd-over-dbus on CAHC Since we consume CAHC RPMs in the RHCOS dev pipeline. --- rpm-ostree.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 501107c..fd651c8 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -114,7 +114,13 @@ The %{name}-devel package includes the header files for %{name}-libs. %build env NOCONFIGURE=1 ./autogen.sh +%if 0%{?rhel} != 0 && 0%{?rhel} <= 7 +# https://github.com/projectatomic/rpm-ostree/pull/1732/ +# https://bugzilla.redhat.com/show_bug.cgi?id=1672404 +%configure --disable-silent-rules --enable-gtk-doc --disable-dfd-over-dbus +%else %configure --disable-silent-rules --enable-gtk-doc +%endif make %{?_smp_mflags} %install