Remove dependency to orphaned HikariCP
This commit is contained in:
parent
d764e93d6d
commit
a7bc59a59e
@ -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 <mschorm@redhat.com> - 2.4.1-3
|
||||
- Remove dependency to orphaned HikariCP
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user