Thursday, June 9, 2016

[389-commits] rpm/389-ds-base.spec.in

rpm/389-ds-base.spec.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit db0f124e55b6e74bda35b6d33f5ef0412e105528
Author: William Brown <firstyear@redhat.com>
Date: Thu Jun 9 13:30:58 2016 +1000

Ticket 48404 - libslapd owned by libs and devel

Bug Description: our .so files were not handled consistently, some in -libs
some in -devel.

Fix Description: move all versioned .so files to -libs, and unversioned to
-devel. Given that the unversion is a symlink to the the versioned .so, this
is a development convinience.

https://fedorahosted.org/389/ticket/48404

Author: wibrown

Review by: nhosoi (thanks!)

diff --git a/rpm/389-ds-base.spec.in b/rpm/389-ds-base.spec.in
index 6cf5fda..4169388 100644
--- a/rpm/389-ds-base.spec.in
+++ b/rpm/389-ds-base.spec.in
@@ -458,6 +458,7 @@ fi
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel
%{_includedir}/%{pkgname}
%{_libdir}/%{pkgname}/libslapd.so
+%{_libdir}/%{pkgname}/libns-dshttpd.so
%if %{use_nunc_stans}
%{_libdir}/%{pkgname}/libnunc-stans.so
%endif
@@ -468,9 +469,9 @@ fi
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel
%dir %{_libdir}/%{pkgname}
%{_libdir}/%{pkgname}/libslapd.so.*
-%{_libdir}/%{pkgname}/libns-dshttpd.so*
+%{_libdir}/%{pkgname}/libns-dshttpd.so.*
%if %{use_nunc_stans}
-%{_libdir}/%{pkgname}/libnunc-stans.so*
+%{_libdir}/%{pkgname}/libnunc-stans.so.*
%endif

%files snmp

_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org

No comments:

Post a Comment