Add changelog entry

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-09-19 14:24:32 +03:00
parent d0b1fdf571
commit f7624ef09f
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 4 additions and 1 deletions

View File

@ -856,7 +856,7 @@ Provides: java-%{javaver}-%{origin}-accessiblity = %{epoch}:%{version}-%{release
Name: java-%{majorver}-%{origin}
Version: %{newjavaver}.%{buildver}
Release: 6.0.riscv64%{?dist}
Release: 6.1.riscv64%{?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
@ -1855,6 +1855,9 @@ require "copy_jdk_configs.lua"
%changelog
* Wed Sep 19 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1:9.0.4.11-6.1.riscv64
- Fix compilation error (ppc_stack_overflow_fix.patch)
* Wed Sep 19 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1:9.0.4.11-6.0.riscv64
- Add support for RISC-V (riscv64)