Reorder doc/invoke-*.texi generation
Resolves: #1975482 Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
da12d34e99
commit
7cd5b1fd6a
17
gnutls.spec
17
gnutls.spec
@ -1,6 +1,6 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 3.7.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Patch1: gnutls-3.6.7-no-now-guile.patch
|
||||
Patch2: gnutls-3.2.7-rpath.patch
|
||||
Patch3: gnutls-3.7.2-config-allowlisting.patch
|
||||
@ -168,7 +168,17 @@ echo "SYSTEM=NORMAL" >> tests/system.prio
|
||||
%if !%{with bootstrap}
|
||||
# These are ordered by dependency:
|
||||
touch doc/functions/* doc/enums/*
|
||||
touch doc/enums.texi doc/invoke*.texi doc/gnutls-api.texi
|
||||
touch doc/enums.texi doc/gnutls-api.texi
|
||||
touch doc/invoke-gnutls-cli.texi
|
||||
touch doc/invoke-gnutls-cli-debug.texi
|
||||
touch doc/invoke-gnutls-serv.texi
|
||||
touch doc/invoke-certtool.texi
|
||||
touch doc/invoke-ocsptool.texi
|
||||
touch doc/invoke-danetool.texi
|
||||
touch doc/invoke-srptool.texi
|
||||
touch doc/invoke-psktool.texi
|
||||
touch doc/invoke-p11tool.texi
|
||||
touch doc/invoke-tpmtool.texi
|
||||
touch doc/stamp_functions doc/stamp_enums
|
||||
touch doc/gnutls.info doc/gnutls.html doc/manpages/stamp_mans
|
||||
%endif
|
||||
@ -309,6 +319,9 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 19 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-6
|
||||
- Reorder doc/invoke-*.texi generation (#1975482)
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.7.2-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
Loading…
Reference in New Issue
Block a user