diff --git a/bind.spec b/bind.spec index d4ffeed..91df24e 100644 --- a/bind.spec +++ b/bind.spec @@ -55,7 +55,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.16.19 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -734,6 +734,8 @@ popd mkdir -p ${RPM_BUILD_ROOT}%{_pkgdocdir} cp -a build/doc/arm/_build/html ${RPM_BUILD_ROOT}%{_pkgdocdir} rm -rf ${RPM_BUILD_ROOT}%{_pkgdocdir}/html/.{buildinfo,doctrees} +# Backward compatible link to 9.11 documentation +(cd ${RPM_BUILD_ROOT}%{_pkgdocdir} && ln -s html/index.html Bv9ARM.html) # Share static data from original sphinx package for DIR in %{python3_sitelib}/sphinx_rtd_theme/static/* do @@ -1122,6 +1124,7 @@ fi; %if %{with DOC} %files doc %dir %{_pkgdocdir} +%doc %{_pkgdocdir}/Bv9ARM.html %doc %{_pkgdocdir}/html %endif %if %{with DOCPDF} @@ -1129,6 +1132,9 @@ fi; %endif %changelog +* Fri Jul 23 2021 Petr Menšík - 32:9.16.19-2 +- Include backward compatible html symlink in doc subpackage + * Wed Jul 21 2021 Petr Menšík - 32:9.16.19-1 - Update to 9.16.19 (#1984627) - Disable PDF rebuild on Rawhide (#1984687)