Warn about bundled provide version bumps and backouts in openjdk_news.sh
- Warn about bundled provide version bumps and backouts in openjdk_news.sh Related: RHEL-73981 Related: RHEL-73559
This commit is contained in:
parent
ce343e5df2
commit
d3d414ae28
@ -2507,6 +2507,7 @@ cjc.mainProgram(args)
|
||||
- Double percent signs consistently throughout comments
|
||||
- Set bundled giflib provide version to 5.2.2
|
||||
- Set bundled libpng provide version to 1.6.43
|
||||
- Warn about bundled provide version bumps and backouts in openjdk_news.sh
|
||||
|
||||
* Fri Oct 18 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.13.0.11-4
|
||||
- Set this to be the default/system JDK providing 'java', 'jre', 'java-devel', etc.
|
||||
|
@ -72,6 +72,15 @@ done
|
||||
sort "${TMPDIR}/fixes2" "${TMPDIR}/fixes3" | uniq > "${TMPDIR}/fixes"
|
||||
rm -f "${TMPDIR}/fixes2" "${TMPDIR}/fixes3"
|
||||
|
||||
if grep -i 'backout' "${TMPDIR}/fixes"
|
||||
then
|
||||
echo "WARNING: Review the preceding backouts"
|
||||
fi
|
||||
if grep -iE ': update.*(freetype|gif|harfbuzz|lcms|jpeg|png|zlib)' "${TMPDIR}/fixes"
|
||||
then
|
||||
echo "WARNING: Review the preceding with respect to bundled provides"
|
||||
fi
|
||||
|
||||
echo "In ${TMPDIR}/fixes:"
|
||||
cat "${TMPDIR}/fixes"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user