|
|
@ -48,16 +48,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: JDBC driver for PostgreSQL
|
|
|
|
Summary: JDBC driver for PostgreSQL
|
|
|
|
Name: postgresql-jdbc
|
|
|
|
Name: postgresql-jdbc
|
|
|
|
Version: 42.7.1
|
|
|
|
Version: 42.2.28
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: BSD-2-Clause
|
|
|
|
License: BSD
|
|
|
|
URL: http://jdbc.postgresql.org/
|
|
|
|
URL: http://jdbc.postgresql.org/
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://repo1.maven.org/maven2/org/postgresql/postgresql/%{version}/postgresql-%{version}-jdbc-src.tar.gz
|
|
|
|
Source0: https://repo1.maven.org/maven2/org/postgresql/postgresql/%{version}/postgresql-%{version}-jdbc-src.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
Provides: pgjdbc = %version-%release
|
|
|
|
Provides: pgjdbc = %version-%release
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
ExclusiveArch: %{java_arches} noarch
|
|
|
|
|
|
|
|
BuildRequires: java-devel >= 1.8
|
|
|
|
BuildRequires: java-devel >= 1.8
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: maven-enforcer-plugin
|
|
|
|
BuildRequires: maven-enforcer-plugin
|
|
|
@ -105,6 +105,8 @@ find -type f \( -name "*.jar" -or -name "*.class" \) | xargs rm -f
|
|
|
|
# Build parent POMs in the same Maven call.
|
|
|
|
# Build parent POMs in the same Maven call.
|
|
|
|
%pom_xpath_remove "pom:plugin[pom:artifactId = 'maven-shade-plugin']"
|
|
|
|
%pom_xpath_remove "pom:plugin[pom:artifactId = 'maven-shade-plugin']"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%pom_remove_plugin -r :maven-javadoc-plugin
|
|
|
|
|
|
|
|
|
|
|
|
# compat symlink: requested by dtardon (libreoffice), reverts part of
|
|
|
|
# compat symlink: requested by dtardon (libreoffice), reverts part of
|
|
|
|
# 0af97ce32de877 commit.
|
|
|
|
# 0af97ce32de877 commit.
|
|
|
|
%mvn_file org.postgresql:postgresql %{name}/postgresql %{name} postgresql
|
|
|
|
%mvn_file org.postgresql:postgresql %{name}/postgresql %{name} postgresql
|
|
|
@ -112,16 +114,6 @@ find -type f \( -name "*.jar" -or -name "*.class" \) | xargs rm -f
|
|
|
|
# For compat reasons, make Maven artifact available under older coordinates.
|
|
|
|
# For compat reasons, make Maven artifact available under older coordinates.
|
|
|
|
%mvn_alias org.postgresql:postgresql postgresql:postgresql
|
|
|
|
%mvn_alias org.postgresql:postgresql postgresql:postgresql
|
|
|
|
|
|
|
|
|
|
|
|
# remove unmet dependency
|
|
|
|
|
|
|
|
%pom_remove_dep uk.org.webcompere:system-stubs-jupiter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# remove tests that depend on the system-stubs-jupiter
|
|
|
|
|
|
|
|
rm src/test/java/org/postgresql/test/jdbc2/DriverTest.java \
|
|
|
|
|
|
|
|
src/test/java/org/postgresql/util/OSUtilTest.java \
|
|
|
|
|
|
|
|
src/test/java/org/postgresql/jdbcurlresolver/PgServiceConfParserTest.java \
|
|
|
|
|
|
|
|
src/test/java/org/postgresql/jdbcurlresolver/PgPassParserTest.java \
|
|
|
|
|
|
|
|
src/test/java/org/postgresql/util/StubEnvironmentAndProperties.java
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# Ideally we would run "sh update-translations.sh" here, but that results
|
|
|
|
# Ideally we would run "sh update-translations.sh" here, but that results
|
|
|
@ -173,101 +165,26 @@ opts="-f"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Aug 13 2024 Marián Konček <mkoncek@redhat.com> - 42.7.1-6
|
|
|
|
* Wed Feb 28 2024 Zuzana Miklankova <zmiklank@redhat.com> - 42.2.28-1
|
|
|
|
- Rebuild
|
|
|
|
- rebase to 42.2.28
|
|
|
|
|
|
|
|
- fix for CVE-2024-1597
|
|
|
|
* Fri Aug 09 2024 Marián Konček <mkoncek@redhat.com> - 42.7.1-5
|
|
|
|
|
|
|
|
- Rebuild without generated Requires
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 42.7.1-4
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 42.7.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 42.7.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 08 2023 Zuzana Miklankova <zmiklank@redhat.com> - 42.7.1-1
|
|
|
|
|
|
|
|
- rebase to version 42.7.1 (bz#2253589)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 42.7.0-1
|
|
|
|
|
|
|
|
- rebase to version 42.7.0 (bz#2250965)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 42.6.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 16 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 42.6.0-2
|
|
|
|
|
|
|
|
- Remove unused BR: maven-clean-plugin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 20 2023 Zuzana Miklankova <zmiklank@redhat.com> - 42.6.0-1
|
|
|
|
|
|
|
|
- rebase to version 42.6.0 (bz#2167110)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 02 2023 Zuzana Miklankova <zmiklank@redhat.com> - 42.5.2-1
|
|
|
|
|
|
|
|
- rebase to version 42.5.2 (bz#2160979)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 42.5.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 05 2022 Zuzana Miklankova <zmiklank@redhat.com> - 42.5.1-1
|
|
|
|
|
|
|
|
- rebase to version 42.5.1 (bz#2147486)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 29 2022 Zuzana Miklankova <zmiklank@redhat.com> - 42.5.0-1
|
|
|
|
|
|
|
|
- rebase to version 42.5.0 (bz#2119382)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 04 2022 Zuzana Miklankova <zmiklank@redhat.com> - 42.4.1-1
|
|
|
|
|
|
|
|
- rebase to version 42.4.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.4.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 42.4.0-2
|
|
|
|
|
|
|
|
- Rebuilt for Drop i686 JDKs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 14 2022 Zuzana Miklankova <zmiklank@redhat.com> - 42.4.0-1
|
|
|
|
|
|
|
|
- rebase to version 42.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 25 2022 Zuzana Miklankova <zmiklank@redhat.com> - 42.3.6-1
|
|
|
|
|
|
|
|
- rebase to version 42.3.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 05 2022 Zuzana Miklankova <zmiklank@redhat.com> - 42.3.5-1
|
|
|
|
|
|
|
|
- rebase to version 42.3.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 19 2022 Zuzana Miklankova <zmiklank@redhat.com> - 42.3.4-1
|
|
|
|
|
|
|
|
- rebase to version 42.3.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 17 2022 Zuzana Miklankova <zmiklank@redhat.com> - 42.3.3-1
|
|
|
|
|
|
|
|
- rebase to version 42.3.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 11 2022 Zuzana Miklankova <zmiklank@redhat.com> - 42.3.2-1
|
|
|
|
|
|
|
|
- rebase to version 42.3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 42.3.1-3
|
|
|
|
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.3.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 03 2021 Zuzana Miklankova <zmiklank@redhat.com> - 42.3.1-1
|
|
|
|
|
|
|
|
- rebase to version 42.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 20 2021 Zuzana Miklankova <zmiklank@redhat.com> - 42.3.0-1
|
|
|
|
|
|
|
|
- rebase to version 42.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 04 2021 Zuzana Miklankova <zmiklank@redhat.com> - 42.2.24-1
|
|
|
|
* Tue Jan 03 2023 Zuzana Miklankova <zmiklank@redhat.com> - 42.2.27-1
|
|
|
|
- rebase to version 42.2.24
|
|
|
|
- rebase to 42.2.27
|
|
|
|
|
|
|
|
- fix for CVE-2022-41946
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 42.2.23-2
|
|
|
|
* Tue Oct 11 2022 Zuzana Miklankova <zmiklank@redhat.com> - 42.2.18-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- fix for CVE-2022-31197
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Ondrej Dubaj <odubaj@redhat.com> - 42.2.23-1
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com>
|
|
|
|
- rebase to version 42.2.23
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 12 2021 Ondrej Dubaj <odubaj@redhat.com> - 42.2.19-2
|
|
|
|
* Wed Jun 30 2020 Ondrej Dubaj <odubaj@redhat.com> - 42.2.18-4
|
|
|
|
- remove maven-javadoc-plugin dependency
|
|
|
|
- remove unnecessary maven-plugin-* dependencies (#1976951)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 20 2021 Ondrej Dubaj <odubaj@redhat.com> - 42.2.19-1
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 42.2.18-3
|
|
|
|
- rebase to version 42.2.19
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 42.2.18-2
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 42.2.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|