Rename to java-10-openjdk.

This commit is contained in:
Severin Gehwolf 2018-06-14 12:13:20 +02:00
parent d8852c26ea
commit a6505318d6
1 changed files with 5 additions and 2 deletions

View File

@ -830,9 +830,9 @@ Provides: java-%{javaver}-%{origin}-src%{?1} = %{epoch}:%{version}-%{release}
# Prevent brp-java-repack-jars from being run
%global __jar_repack 0
Name: java-%{origin}
Name: java-%{majorver}-%{origin}
Version: %{newjavaver}.%{buildver}
Release: 9%{?dist}
Release: 10%{?dist}
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
# also included the epoch in their virtual provides. This created a
@ -1761,6 +1761,9 @@ require "copy_jdk_configs.lua"
%changelog
* Thu Jun 14 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:10.0.1.10-10
- Rename to java-10-openjdk.
* Tue Jun 12 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:10.0.1.10-9
- Use proper private_libs expression for filtering requires/provides.