diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-05-31 09:16:37 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-05-31 09:18:39 -0400 |
commit | 57fb1011b350ee713e98ee74b9288c70524128d6 (patch) | |
tree | 7d5f8d7cc49e11b58f7adf180d415fef0f7269a6 | |
parent | 09985e0fcdff6312cce4f731abd12c6903ede7f1 (diff) | |
download | sssd-57fb1011b350ee713e98ee74b9288c70524128d6.tar.gz sssd-57fb1011b350ee713e98ee74b9288c70524128d6.tar.bz2 sssd-57fb1011b350ee713e98ee74b9288c70524128d6.zip |
Ensure that SSSD always Requires: the primary-arch sssd-client
https://bugzilla.redhat.com/show_bug.cgi?id=709333
-rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 2bd67746..b1481802 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -26,7 +26,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: libldb >= 0.9.3 Requires: libtdb >= 1.1.3 -Requires: sssd-client = %{version}-%{release} +Requires: sssd-client%{?_isa} = %{version}-%{release} Requires: cyrus-sasl-gssapi Requires: keyutils-libs Requires(post): initscripts chkconfig /sbin/ldconfig |