Fix timestamp adjustment for non-bootstrapping build
Related: #1966479 Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
d3478ae6b5
commit
c90f32feef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user