diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-09-06 13:23:21 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-09-07 14:06:49 +0200 |
commit | 38c17ce78d1336c04f26595467722da6b2a67512 (patch) | |
tree | 60d9bd6dc22ceb1f5d3d73bbae0f0ddf71ac5c9f /contrib/sssd.spec.in | |
parent | 67c49d30ebd26d1e9a33abb39f54dcf2a1585516 (diff) | |
download | sssd-38c17ce78d1336c04f26595467722da6b2a67512.tar.gz sssd-38c17ce78d1336c04f26595467722da6b2a67512.tar.xz sssd-38c17ce78d1336c04f26595467722da6b2a67512.zip |
libsss_sudo should have a versioned dependency on SSSD
https://fedorahosted.org/sssd/ticket/1509
Diffstat (limited to 'contrib/sssd.spec.in')
-rw-r--r-- | contrib/sssd.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index e3daed561..9aa3dd5e5 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -204,6 +204,7 @@ used by Python applications. Summary: A library to allow communication between SUDO and SSSD Group: Development/Libraries License: LGPLv3+ +Requires: sssd = %{version}-%{release} Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig |