oraclejdk8: document removals in the release notes

This commit is contained in:
Maximilian Bosch 2020-02-02 12:05:13 +01:00
parent abb5778c67
commit 0c960262d1
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
2 changed files with 13 additions and 0 deletions

View file

@ -571,6 +571,12 @@ auth required pam_succeed_if.so uid >= 1000 quiet
now Redis.
</para>
</listitem>
<listitem>
<para>
The <literal>*psu</literal> versions of <package>oraclejdk8</package> have been removed
as they aren't provided by upstream anymore.
</para>
</listitem>
</itemizedlist>
</section>

View file

@ -557,4 +557,11 @@ mapAliases ({
clang_39 = llvm_4;
clang_35 = llvm_4;
clang_4 = llvm_4;
/* Cleanup before 20.09 */
oraclejdk8psu = throw ''
The *psu versions of oraclejdk aren't provided by upstream anymore and were therefore removed!
'';
oraclejre8psu = oraclejdk8psu;
oraclejdk8psu_distro = oraclejdk8psu;
})