[krb5/f18] move a non-system libverto to the -libs subpackage

Nalin Dahyabhai nalin at fedoraproject.org
Tue Dec 11 15:48:06 UTC 2012


commit 636446325d8cbb3eccd5ebe4d46edfe795192abb
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Dec 11 10:27:25 2012 -0500

    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 |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/krb5.spec b/krb5.spec
index ddb547b..d154f90 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -29,7 +29,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.10.3
-Release: 8%{?dist}
+Release: 9%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.10/krb5-1.10.3-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -702,10 +702,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
 %{_libdir}/krb5/kdb_check_weak
 %dir %{_libdir}/krb5/plugins
 %dir %{_libdir}/krb5/plugins/kdb
@@ -794,6 +790,8 @@ exit 0
 %dir %{_libdir}/krb5/plugins/*
 %{_libdir}/krb5/plugins/kdb/db2.so
 %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.
@@ -852,6 +850,10 @@ exit 0
 %{_sbindir}/uuserver
 
 %changelog
+* Tue Dec 13 2012 Nalin Dahyabhai <nalin at redhat.com> 1.10.3-9
+- when building with our bundled copy of libverto, package it in with -libs
+  rather than with -server (#886049)
+
 * Mon Dec 12 2012 Nalin Dahyabhai <nalin at redhat.com> 1.10.3-8
 - untag a couple of other patches which don't strictly need to apply during
   %%{?_rawbuild} builds (more of #874177)


More information about the scm-commits mailing list