summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-12-13 10:27:19 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-12-13 10:27:19 -0500
commit38b95e7b3eec03f3d2be6a9d234a1e1f23d60996 (patch)
treee362bdda859f098d81a941f1e2899b77275411a7
parent78b3a524da7219e99f0d09ce05159c6f68c1b561 (diff)
downloadkrb5-38b95e7b3eec03f3d2be6a9d234a1e1f23d60996.tar.gz
krb5-38b95e7b3eec03f3d2be6a9d234a1e1f23d60996.tar.xz
krb5-38b95e7b3eec03f3d2be6a9d234a1e1f23d60996.zip
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)
-rw-r--r--krb5.spec10
1 files 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 <nalin@redhat.com>
+- when building with our bundled copy of libverto, package it in with -libs
+ rather than with -server (#886049)
+
* Wed Nov 21 2012 Nalin Dahyabhai <nalin@redhat.com> 1.11-0.beta1.0
- update to 1.11 beta 1