Prevent accidental rebuilds

Otherwise, the mass rebuild might rebuild the package and tag it
prematurely.

Related: #1891914
This commit is contained in:
Florian Weimer 2021-08-02 19:37:42 +02:00
parent c9dfd0609f
commit a09f0403a8

View File

@ -96,6 +96,8 @@ cd %{_builddir}/libffi-3.1
%endif
%build
# Prevent accidental rebuilds.
exit 1
# For now we disable the static templates to avoid ghc and
# gobject-introspection failures: