import mariadb-java-client-2.2.5-3.el8
This commit is contained in:
parent
5468c57a09
commit
8c24b689f3
@ -1,6 +1,6 @@
|
||||
Name: mariadb-java-client
|
||||
Version: 2.2.5
|
||||
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+
|
||||
@ -22,7 +22,7 @@ BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
# since version 1.5.2 missing optional dependency (windows)
|
||||
#BuildRequires: mvn(com.github.dblock.waffle:waffle-jna)
|
||||
|
||||
Requires: mariadb
|
||||
Suggests: mariadb-server
|
||||
|
||||
%description
|
||||
MariaDB Connector/J is a Type 4 JDBC driver, also known as the Direct to
|
||||
@ -113,6 +113,10 @@ rm src/main/resources/META-INF/MANIFEST.MF
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Jun 26 2020 Michal Schorm <mschorm@redhat.com> - 2.2.5-3
|
||||
- Fix requirement on MariaDB
|
||||
Resolves: #1797057
|
||||
|
||||
* Thu Jun 14 2018 Jakub Janco <jjanco@redhat.com> - 2.2.5-1
|
||||
- update version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user