From 6225a77f149eef0e1db0bd35c4f04b7b68d2a47d Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Jul 17 2017 09:17:13 +0000 Subject: move javahl .so to -libs (#1469158) Resolves: rhbz#1469158 --- diff --git a/subversion.spec b/subversion.spec index 3e7f5e8..81bd734 100644 --- a/subversion.spec +++ b/subversion.spec @@ -25,7 +25,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.9.6 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -420,6 +420,9 @@ make check-javahl %{_libdir}/libsvn*.so.* %exclude %{_libdir}/libsvn_swig_perl* %exclude %{_libdir}/libsvn_swig_ruby* +%if %{with_java} +%{_libdir}/libsvnjavahl-*.so +%endif %if %{with_kwallet} %exclude %{_libdir}/libsvn_auth_kwallet* %endif @@ -443,6 +446,7 @@ make check-javahl %{_libdir}/libsvn*.so %{_datadir}/pkgconfig/*.pc %exclude %{_libdir}/libsvn_swig_perl* +%exclude %{_libdir}/libsvnjavahl-*.so %files -n mod_dav_svn %config(noreplace) %{_httpd_modconfdir}/*.conf @@ -467,6 +471,9 @@ make check-javahl %endif %changelog +* Mon Jul 17 2017 Joe Orton - 1.9.6-2 +- move javahl .so to -libs (#1469158) + * Thu Jul 6 2017 Joe Orton - 1.9.6-1 - update to 1.9.6 (#1467890) - update to latest upstream psvn.el