diff --git a/mariadb-java-client.spec b/mariadb-java-client.spec index af290ba..0c18b05 100644 --- a/mariadb-java-client.spec +++ b/mariadb-java-client.spec @@ -1,6 +1,6 @@ Name: mariadb-java-client Version: 2.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Connects applications developed in Java to MariaDB and MySQL databases # added BSD license because of https://bugzilla.redhat.com/show_bug.cgi?id=1291558#c13 License: BSD and LGPLv2+ @@ -42,7 +42,6 @@ This package contains the API documentation for %{name}. %package tests Summary: Tests for %{name} Requires: mvn(ch.qos.logback:logback-classic:pom:) -Requires: mvn(com.zaxxer:HikariCP:pom:) Requires: mvn(net.java.dev.jna:jna:pom:) Requires: mvn(net.java.dev.jna:jna-platform:pom:) BuildRequires: mvn(ch.qos.logback:logback-classic:pom:) @@ -141,6 +140,9 @@ cp target/%{name}-%{version}-tests.jar %{buildroot}/%{_jnidir}/%{name}-tests.jar %license LICENSE %changelog +* Tue Sep 10 2019 Michal Schorm - 2.4.1-3 +- Remove dependency to orphaned HikariCP + * Thu Jul 25 2019 Fedora Release Engineering - 2.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild