Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fedora/rpm: move source build to java-17-openjdk-devel #3036

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion packaging/rpm/postgresql-jdbc.spec.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ Summary: JDBC driver for PostgreSQL
Name: postgresql-jdbc
Version: GENERATED
Release: GENERATED
License: BSD
License: BSD-2-Clause
URL: http://jdbc.postgresql.org/

Source0: https://repo1.maven.org/maven2/org/postgresql/postgresql/%{version}/postgresql-%{version}-jdbc-src.tar.gz
Provides: pgjdbc = %version-%release

BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: maven-plugin-bundle
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/setup-copr/copr-setup
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PROJECT_PUSH=@pgjdbc/pgjdbc

build_deps=(
git
java-11-openjdk-devel
java-17-openjdk-devel
)

copr_cmd=(
Expand Down