Disable DLZ & PKCS11
Disable features not shipped on RHEL9. UNITTESTS are unfortunately unavailable, kyua is missing from buildroot. Related: rhbz#1956777
This commit is contained in:
parent
dc8a7e64a4
commit
56a6bb6781
18
bind.spec
18
bind.spec
@ -13,23 +13,16 @@
|
|||||||
%bcond_without GSSTSIG
|
%bcond_without GSSTSIG
|
||||||
# it is not possible to build the package without PKCS11 sub-package
|
# it is not possible to build the package without PKCS11 sub-package
|
||||||
# due to extensive changes to Makefiles
|
# due to extensive changes to Makefiles
|
||||||
%bcond_without PKCS11
|
%bcond_with PKCS11
|
||||||
%bcond_without JSON
|
%bcond_without JSON
|
||||||
%bcond_without DLZ
|
%bcond_with DLZ
|
||||||
# New MaxMind GeoLite support
|
# New MaxMind GeoLite support
|
||||||
%bcond_without GEOIP2
|
%bcond_without GEOIP2
|
||||||
%if 0%{?fedora} >= 28
|
# kyua no longer in buildroot in RHEL9
|
||||||
# Disabled temporarily until kyua is fixed on rawhide, bug #1926779
|
|
||||||
%bcond_with UNITTEST
|
|
||||||
%bcond_without DNSTAP
|
|
||||||
%bcond_without LMDB
|
|
||||||
%bcond_without DOC
|
|
||||||
%else
|
|
||||||
%bcond_with UNITTEST
|
%bcond_with UNITTEST
|
||||||
%bcond_with DNSTAP
|
%bcond_with DNSTAP
|
||||||
%bcond_with LMDB
|
%bcond_with LMDB
|
||||||
%bcond_with DOC
|
%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_with DOCPDF
|
||||||
%bcond_with TSAN
|
%bcond_with TSAN
|
||||||
@ -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.15
|
Version: 9.16.15
|
||||||
Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: https://www.isc.org/downloads/bind/
|
Url: https://www.isc.org/downloads/bind/
|
||||||
#
|
#
|
||||||
@ -1138,6 +1131,9 @@ fi;
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 24 2021 Petr Menšík <pemensik@redhat.com> - 32:9.16.15-3
|
||||||
|
- Disable building of DLZ and PKCS11
|
||||||
|
|
||||||
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 32:9.16.15-2
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 32:9.16.15-2
|
||||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||||
Related: rhbz#1971065
|
Related: rhbz#1971065
|
||||||
|
Loading…
Reference in New Issue
Block a user