Fix timestamp adjustment for non-bootstrapping build

Related: #1966479
Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
Daiki Ueno 2021-08-02 15:53:31 +02:00
parent d3478ae6b5
commit c90f32feef

View File

@ -166,10 +166,11 @@ rm -f lib/minitasn1/*.c lib/minitasn1/*.h
echo "SYSTEM=NORMAL" >> tests/system.prio
%if !%{with bootstrap}
touch doc/*.texi
touch doc/*.info doc/*.html
# stamp files should have a newer timestamp than the artifacts
touch doc/stamp* doc/manpages/stamp_mans
# These are ordered by dependency:
touch doc/functions/* doc/enums/*
touch doc/enums.texi doc/invoke*.texi doc/gnutls-api.texi
touch doc/stamp_functions doc/stamp_enums
touch doc/gnutls.info doc/gnutls.html doc/manpages/stamp_mans
%endif
# Note that we explicitly enable SHA1, as SHA1 deprecation is handled