[colord] Disable bash-completion on RHEL -- harder

Richard Hughes rhughes at fedoraproject.org
Tue Jun 18 08:06:15 UTC 2013


commit 69606d7dab6faf22d98454d78f209b372f0e9536
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Jun 18 09:05:08 2013 +0100

    Disable bash-completion on RHEL -- harder

 colord.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
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 \


More information about the scm-commits mailing list