From bb8aca82921323f5c8387b3633cb27fcea48a8ba Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Jun 18 2013 08:06:34 +0000 Subject: Disable bash-completion on RHEL -- harder --- diff --git a/colord.spec b/colord.spec index 999af00..8304809 100644 --- a/colord.spec +++ b/colord.spec @@ -124,6 +124,9 @@ ulimit -Sv 2000000 %if 0%{?enable_sane} --enable-sane \ %endif +%if 0%{?rhel} + --disable-bash-completion \ +%endif --disable-static \ --disable-rpath \ --disable-examples \