Label as error a designator mismatch
- Related: RHEL-52734
This commit is contained in:
parent
41062cec39
commit
e110d448fd
@ -1894,7 +1894,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
|
||||
@ -2508,6 +2508,7 @@ cjc.mainProgram(args)
|
||||
- Require tzdata-java 2024a at runtime and for build (JDK-8325150)
|
||||
- Update lcms2 bundled provides to 2.16.0
|
||||
- Add zlib 1.3.1 bundled provides and zlib-devel build requirement (OPENJDK-3065)
|
||||
- Label as error a designator mismatch
|
||||
- Related: RHEL-52734
|
||||
|
||||
* Wed Jul 31 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.11.0.9-2
|
||||
|
Loading…
Reference in New Issue
Block a user