Fix BuildRequires
Resolves: RHEL-82790
This commit is contained in:
parent
d776ceee71
commit
b345af244d
@ -49,7 +49,7 @@
|
|||||||
Summary: JDBC driver for PostgreSQL
|
Summary: JDBC driver for PostgreSQL
|
||||||
Name: postgresql-jdbc
|
Name: postgresql-jdbc
|
||||||
Version: 42.7.1
|
Version: 42.7.1
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://jdbc.postgresql.org/
|
URL: https://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
|
||||||
@ -59,17 +59,11 @@ ExclusiveArch: %{java_arches} noarch
|
|||||||
Provides: pgjdbc = %version-%release
|
Provides: pgjdbc = %version-%release
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: java-devel >= 1.8
|
|
||||||
BuildRequires: maven-enforcer-plugin
|
|
||||||
BuildRequires: maven-plugin-bundle
|
|
||||||
BuildRequires: classloader-leak-test-framework
|
|
||||||
|
|
||||||
BuildRequires: mvn(com.ongres.scram:client)
|
BuildRequires: mvn(com.ongres.scram:client)
|
||||||
BuildRequires: mvn(org.apache.maven.surefire:surefire-junit-platform)
|
BuildRequires: mvn(junit:junit)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
|
||||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-engine)
|
BuildRequires: mvn(se.jiderhamn:classloader-leak-test-framework)
|
||||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-params)
|
|
||||||
BuildRequires: mvn(org.junit.vintage:junit-vintage-engine)
|
|
||||||
|
|
||||||
%if %runselftest
|
%if %runselftest
|
||||||
BuildRequires: postgresql-contrib
|
BuildRequires: postgresql-contrib
|
||||||
@ -166,6 +160,9 @@ opts="-f"
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 01 2025 Marián Konček <mkoncek@redhat.com> - 42.7.1-8
|
||||||
|
- Fix BuildRequires
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 42.7.1-7
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 42.7.1-7
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
Loading…
Reference in New Issue
Block a user