From 2ed1cbe85f36050f0f21457551b2e19f7ec35263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 29 Jan 2016 09:42:14 +0100 Subject: [PATCH] - fix non-Fedora build --- colord.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/colord.spec b/colord.spec index 3c1ace6..f99a1e8 100644 --- a/colord.spec +++ b/colord.spec @@ -19,7 +19,7 @@ Summary: Color daemon Name: colord Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/colord/ Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz @@ -127,6 +127,7 @@ ulimit -Sv 2000000 %endif %if 0%{?rhel} --disable-bash-completion \ + --disable-argyllcms-sensor \ %endif %if !0%{?rhel} --enable-libcolordcompat \ @@ -282,6 +283,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gtk-doc/html/colord/* %changelog +* Fri Jan 29 2016 Dan HorĂ¡k 1.3.1-1 - New upstream version - Add a systemd user service corresponding to the D-Bus session service