From 38b95e7b3eec03f3d2be6a9d234a1e1f23d60996 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 13 Dec 2012 10:27:19 -0500 Subject: move a non-system libverto to the -libs subpackage - when building with our bundled copy of libverto, package it in with -libs rather than with -server (#886049) --- krb5.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/krb5.spec b/krb5.spec index 31f0182..8ff9d85 100644 --- a/krb5.spec +++ b/krb5.spec @@ -645,10 +645,6 @@ exit 0 %config(noreplace) %{_var}/kerberos/krb5kdc/kadm5.acl %dir %{_libdir}/krb5 -%if ! %{WITH_SYSVERTO} -%{_libdir}/libverto-k5ev.so -%{_libdir}/libverto-k5ev.so.* -%endif %dir %{_libdir}/krb5/plugins %dir %{_libdir}/krb5/plugins/kdb %dir %{_libdir}/krb5/plugins/preauth @@ -739,6 +735,8 @@ exit 0 %dir %{_var}/kerberos/kdc %dir %{_var}/kerberos/kdc/user %if ! %{WITH_SYSVERTO} +%{_libdir}/libverto-k5ev.so +%{_libdir}/libverto-k5ev.so.* # These really shouldn't be here, but until we have a system copy of libverto, # don't force people who are using libverto to install the KDC just to get the # shared library. Not that there are any development headers, but anyway. @@ -792,6 +790,10 @@ exit 0 %{_sbindir}/uuserver %changelog +* Thu Dec 13 2012 Nalin Dahyabhai +- when building with our bundled copy of libverto, package it in with -libs + rather than with -server (#886049) + * Wed Nov 21 2012 Nalin Dahyabhai 1.11-0.beta1.0 - update to 1.11 beta 1 -- cgit