diff --git a/bind.spec b/bind.spec index 18c01d6..edacc47 100644 --- a/bind.spec +++ b/bind.spec @@ -80,7 +80,7 @@ License: MPL-2.0 AND ISC AND MIT AND BSD-3-Clause AND BSD-2-Clause # Before rebasing bind, ensure bind-dyndb-ldap is ready to be rebuild and use side-tag with it. # Updating just bind will cause freeipa-dns-server package to be uninstallable. Version: 9.18.33 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -315,6 +315,11 @@ This package contains BIND 9 Administrator Reference Manual in HTML and PDF format. %end +%pretrans doc +for x in html/_static/css html/_static/js; do + [ -h "%{_pkgdocdir}/${x}" ] && rm "%{_pkgdocdir}/${x}" +done + %endif %prep @@ -900,6 +905,10 @@ fi; %endif %changelog +* Thu Feb 13 2025 Thomas Woerner - 32:9.18.33-3 +- Fix upgrade of doc sub package to remove links replaced by directories + (RHEL-48798) + * Sun Feb 02 2025 Petr Menšík - 32:9.18.33-2 - Add nsupdate TLS support (RHEL-77354) - Include a test for nsupdate changes