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