Set rpmrelease to 3
- Synchronize java-17-openjdk-portable.specfile - Set rpmrelease to 3 - Related: RHEL-58785
This commit is contained in:
parent
a931ca9433
commit
3da4e42dc5
@ -378,7 +378,7 @@
|
||||
%global top_level_dir_name %{vcstag}
|
||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||
%global buildver 1
|
||||
%global rpmrelease 1
|
||||
%global rpmrelease 2
|
||||
#%%global tagsuffix %%{nil}
|
||||
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
||||
%if %is_system_jdk
|
||||
@ -1816,6 +1816,9 @@ done
|
||||
%{_jvmdir}/%{miscportablearchive}.sha256sum
|
||||
|
||||
%changelog
|
||||
* Tue Sep 17 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.1-0.2.ea
|
||||
- Set rpmrelease to 2
|
||||
|
||||
* Fri Aug 2 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.1-0.1.ea
|
||||
- Update to jdk-17.0.13+1 (EA)
|
||||
- Update .gitignore to ignore openjdk-17.0.13+1-ea.tar.xz
|
||||
|
@ -383,7 +383,7 @@
|
||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||
%global buildver 1
|
||||
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM
|
||||
%global rpmrelease 3
|
||||
%global rpmrelease 3
|
||||
# Settings used by the portable build
|
||||
%global portablerelease 1
|
||||
%global portablesuffix el9
|
||||
@ -2491,6 +2491,11 @@ cjc.mainProgram(args)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 3 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.1-0.3.ea
|
||||
- Synchronize java-17-openjdk-portable.specfile
|
||||
- Set rpmrelease to 3
|
||||
- Related: RHEL-58785
|
||||
|
||||
* Thu Oct 3 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.1-0.2.ea
|
||||
- Update to jdk-17.0.13+1 (EA)
|
||||
- Update .gitignore to ignore openjdk-17.0.13+1-ea.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user