Rebase to 3.0.4
The bnd-maven-plugin dependency removed in .spec. Reason: bnd-maven-plugin is used during a build for forming OSGI compliant package. It was added as an response to issue [1] created upstream. The plugin is not needed during runtime, its only function in mariadb-client-java is generating OSGI metadata. This dependency is missing in the Fedora, thus is removed. [1] https://jira.mariadb.org/browse/CONJ-925
This commit is contained in:
parent
25d61245de
commit
17ca4df279
@ -1,13 +1,13 @@
|
||||
%global build_javadoc 0
|
||||
|
||||
Name: mariadb-java-client
|
||||
Version: 3.0.3
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0.4
|
||||
Release: 1%{?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+
|
||||
URL: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/
|
||||
Source0: https://github.com/mariadb-corporation/mariadb-connector-j/archive/refs/tags/%{version}.tar.gz
|
||||
Source0: https://github.com/mariadb-corporation/mariadb-connector-j/archive/refs/tags/%{version}.tar.gz#/mariadb-connector-j-%{version}.tar.gz
|
||||
# optional dependency not in Fedora
|
||||
Patch0: remove_waffle-jna.patch
|
||||
|
||||
@ -55,6 +55,8 @@ This package contains the API documentation for %{name}.
|
||||
%pom_remove_dep org.junit:junit-bom
|
||||
%pom_remove_dep org.junit.jupiter:junit-jupiter-engine
|
||||
%pom_remove_dep org.slf4j:slf4j-api
|
||||
# used in buildtime for generating OSGI metadata
|
||||
%pom_remove_plugin biz.aQute.bnd:bnd-maven-plugin
|
||||
|
||||
%pom_add_dep net.java.dev.jna:jna
|
||||
%pom_add_dep net.java.dev.jna:jna-platform
|
||||
@ -109,6 +111,9 @@ opts="-j"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.0.4-1
|
||||
- Rebase to version 3.0.4
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.0.3-3
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (3.0.3.tar.gz) = cf4dafc53a8b51becbb87cf61b5dec93f339f6d8d1ec04eaf804ea4e8f43afe541f8af1dbb1c54d79a24c42b89d099e87935a287d7449a87422f79fa187020cc
|
||||
SHA512 (mariadb-connector-j-3.0.4.tar.gz) = 7456b3cdc2c8c30a562c790009dc5cd25f01344982306e218cb5cb24315b325796bc9f8ed5a4dd397279f0649f3848f614da5860fdcaec099d250e008206974c
|
||||
|
Loading…
Reference in New Issue
Block a user