Re-enable PDF building
Remove also conditionals for RHEL. RHEL8 and 9 has different requirements, it does not make sense to tune them in Fedora package itself. CentOS Stream 9 has already public spec adjusted to RHEL.
This commit is contained in:
parent
43d9682d13
commit
2cc6a869e5
14
bind.spec
14
bind.spec
@ -18,20 +18,13 @@
|
|||||||
%bcond_without DLZ
|
%bcond_without DLZ
|
||||||
# New MaxMind GeoLite support
|
# New MaxMind GeoLite support
|
||||||
%bcond_without GEOIP2
|
%bcond_without GEOIP2
|
||||||
%if 0%{?fedora} >= 28
|
|
||||||
# Disabled temporarily until kyua is fixed on rawhide, bug #1926779
|
# Disabled temporarily until kyua is fixed on rawhide, bug #1926779
|
||||||
%bcond_with UNITTEST
|
%bcond_with UNITTEST
|
||||||
%bcond_without DNSTAP
|
%bcond_without DNSTAP
|
||||||
%bcond_without LMDB
|
%bcond_without LMDB
|
||||||
%bcond_without DOC
|
%bcond_without DOC
|
||||||
%else
|
|
||||||
%bcond_with UNITTEST
|
|
||||||
%bcond_with DNSTAP
|
|
||||||
%bcond_with LMDB
|
|
||||||
%bcond_with DOC
|
|
||||||
%endif
|
|
||||||
# Because of issues with PDF rebuild, include only HTML pages
|
# Because of issues with PDF rebuild, include only HTML pages
|
||||||
%bcond_with DOCPDF
|
%bcond_without DOCPDF
|
||||||
%bcond_with TSAN
|
%bcond_with TSAN
|
||||||
|
|
||||||
%{?!bind_uid: %global bind_uid 25}
|
%{?!bind_uid: %global bind_uid 25}
|
||||||
@ -62,7 +55,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
Version: 9.16.18
|
Version: 9.16.18
|
||||||
Release: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: https://www.isc.org/downloads/bind/
|
Url: https://www.isc.org/downloads/bind/
|
||||||
#
|
#
|
||||||
@ -1136,6 +1129,9 @@ fi;
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 22 2021 Petr Menšík <pemensik@redhat.com> - 32:9.16.18-2
|
||||||
|
- Re-enable building of PDF ARM documentation
|
||||||
|
|
||||||
* Fri Jun 18 2021 Petr Menšík <pemensik@redhat.com> - 32:9.16.18-1
|
* Fri Jun 18 2021 Petr Menšík <pemensik@redhat.com> - 32:9.16.18-1
|
||||||
- Update to 9.16.18
|
- Update to 9.16.18
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user