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

Update some metadata for Linux installer new #331

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
%global upstream_version 11.0.10+9
%global upstream_version 11.0.12+7
# Only [A-Za-z0-9.] allowed in version:
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version
# also not very intuitive:
# $ rpmdev-vercmp 11.0.10.0.1___9 11.0.10.0.0+9
# 11.0.10.0.0___9 == 11.0.10.0.0+9
%global spec_version 11.0.10.0.0.9
%global spec_version 11.0.12.0.0.7
%global spec_release 1
%global priority 1111

%global source_url_base https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download
%global source_url_base https://github.com/adoptium/temurin11-binaries/releases/download
%global upstream_version_url %(echo %{upstream_version} | sed 's/\+/%%2B/g')
%global upstream_version_no_plus %(echo %{upstream_version} | sed 's/\+/_/g')
%global java_provides openjdk
Expand Down Expand Up @@ -37,7 +37,7 @@ Summary: Eclipse Temurin 11 JDK

Group: java
License: GPLv2 with exceptions
Vendor: Eclipse Adoptium
Vendor: Eclipse Foundation
URL: https://projects.eclipse.org/projects/adoptium
Packager: Eclipse Adoptium Package Maintainers <packaging@adoptium.com>

Expand Down Expand Up @@ -204,5 +204,5 @@ fi
/usr/lib/tmpfiles.d/%{name}.conf

%changelog
* Sun Jan 31 2021 Eclipse Adoptium Package Maintainers <packaging@adoptium.com> 11.0.10.0.0.9-1.adopt0
- Eclipse Temurin 11.0.10+9 release.
* Fri Aug 06 2021 Eclipse Adoptium Package Maintainers <packaging@adoptium.com> 11.0.12.0.0.7-1
- Eclipse Temurin 11.0.12+7 release
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
%global upstream_version 11.0.10+9
%global upstream_version 11.0.12+7
# Only [A-Za-z0-9.] allowed in version:
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version
# also not very intuitive:
# $ rpmdev-vercmp 11.0.10.0.1___9 11.0.10.0.0+9
# 11.0.10.0.0___9 == 11.0.10.0.0+9
%global spec_version 11.0.10.0.0.9
%global spec_version 11.0.12.0.0.7
%global spec_release 1
%global priority 1111

%global source_url_base https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download
%global source_url_base https://github.com/adoptium/temurin11-binaries/releases/download
%global upstream_version_url %(echo %{upstream_version} | sed 's/\+/%%2B/g')
%global upstream_version_no_plus %(echo %{upstream_version} | sed 's/\+/_/g')
%global java_provides openjdk
Expand Down Expand Up @@ -37,7 +37,7 @@ Summary: Eclipse Temurin 11 JDK

Group: java
License: GPLv2 with exceptions
Vendor: Eclipse Adoptium
Vendor: Eclipse Foundation
URL: https://projects.eclipse.org/projects/adoptium
Packager: Eclipse Adoptium Package Maintainers <packaging@adoptium.com>

Expand Down Expand Up @@ -191,5 +191,5 @@ fi
%{prefix}

%changelog
* Sun Jan 31 2021 Eclipse Adoptium Package Maintainers <packaging@adoptium.com> 11.0.10.0.0.9-1.adopt0
- Eclipse Temurin 11.0.10+9 release.
* Fri Aug 06 2021 Eclipse Adoptium Package Maintainers <packaging@adoptium.com> 11.0.12.0.0.7-1
- Eclipse Temurin 11.0.12+7 release