- Fix upgrade of doc sub package to remove links replaced by directories

(RHEL-48798)

  Resolves: RHEL-48798
This commit is contained in:
Thomas Woerner 2025-02-13 14:56:34 +01:00
parent 95523016c1
commit fc997c4633

View File

@ -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 <twoerner@redhat.com> - 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 <pemensik@redhat.com> - 32:9.18.33-2
- Add nsupdate TLS support (RHEL-77354)
- Include a test for nsupdate changes