diff options
author | Richard Hughes <richard@hughsie.com> | 2013-07-30 13:29:17 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2013-07-30 13:29:17 +0100 |
commit | 500be2485cd8143f3f8a5cb052b641d899014950 (patch) | |
tree | 8ebcd8d113fe1005ccc8fb8e77f182895ce10291 | |
parent | 51b5afc5b6178ceb2601a58875d9793b3d65beda (diff) | |
download | colord-500be2485cd8143f3f8a5cb052b641d899014950.tar.gz |
trivial: Sync example spec file with Fedora
-rw-r--r-- | contrib/colord.spec.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/colord.spec.in b/contrib/colord.spec.in index 93ff035..a34e7c3 100644 --- a/contrib/colord.spec.in +++ b/contrib/colord.spec.in @@ -56,6 +56,7 @@ BuildRequires: dbus-devel Requires: color-filesystem Requires: systemd-units Requires(pre): shadow-utils +Requires: colord-libs%{?_isa} = %{version}-%{release} # Self-obsoletes to fix the multilib upgrade path Obsoletes: colord < 0.1.27-3 @@ -125,6 +126,9 @@ ulimit -Sv 2000000 %if 0%{?enable_sane} --enable-sane \ %endif +%if 0%{?rhel} + --disable-bash-completion \ +%endif %if !0%{?rhel} --enable-libcolordcompat \ %endif |