Label as error a designator mismatch

- Label as error a designator mismatch
- Related: RHEL-46639
This commit is contained in:
Thomas Fitzsimmons 2024-07-08 17:42:42 -04:00
parent 2a8ab2c1e6
commit 9740737734

View File

@ -1884,7 +1884,7 @@ else
exit 16
fi
if [ "x${UPSTREAM_EA_DESIGNATOR}" != "x%{ea_designator}" ] ; then
echo "WARNING: Designator mismatch";
echo "ERROR: Designator mismatch";
echo "Spec file is configured for a %{build_type} build with designator '%{ea_designator}'"
echo "Upstream version-pre setting is '${UPSTREAM_EA_DESIGNATOR}'";
exit 17
@ -2498,6 +2498,7 @@ require "copy_jdk_configs.lua"
- Update lcms2 bundled provides to 2.16.0
- Add zlib 1.3.1 bundled provides and zlib-devel build requirement (OPENJDK-3065)
- Use component in EPEL and Fedora bug URLs
- Label as error a designator mismatch
* Wed Apr 10 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.9-2
- Update to jdk-17.0.11+9 (GA)