From 5c6a89ad0d5cff7658e998ff4413019229489606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 17 Jun 2013 15:43:14 +0200 Subject: [PATCH] - the cmocka toolkit exists only on selected arches --- sssd.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index d2ab0a7..dff327d 100644 --- a/sssd.spec +++ b/sssd.spec @@ -16,7 +16,7 @@ Name: sssd Version: 1.10.0 -Release: 11%{?dist}.beta2 +Release: 12%{?dist}.beta2 Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -105,8 +105,10 @@ BuildRequires: findutils BuildRequires: samba4-devel >= samba4-4.0.0-59beta2 BuildRequires: selinux-policy-targeted %if (0%{?fedora} > 18) +%ifarch %{ix86} x86_64 %{arm} BuildRequires: libcmocka-devel %endif +%endif %description Provides a set of daemons to manage access to remote directories and @@ -728,6 +730,9 @@ fi %postun -n libsss_idmap -p /sbin/ldconfig %changelog +* Mon Jun 17 2013 Dan HorĂ¡k - 1.10.0-12.beta2 +- the cmocka toolkit exists only on selected arches + * Sun Jun 16 2013 Jakub Hrozek - 1.10.0-11.beta2 - Apply a number of patches from upstream to fix issues found post-beta, in particular: