!42 [bind] remove useless bind-sdb package
From: @jiangheng12 Reviewed-by: @wangxp006 Signed-off-by: @wangxp006
This commit is contained in:
commit
1db34949ad
16
bind.spec
16
bind.spec
@ -4,7 +4,7 @@
|
|||||||
%bcond_with DLZ
|
%bcond_with DLZ
|
||||||
%bcond_with SYSTEMTEST
|
%bcond_with SYSTEMTEST
|
||||||
%bcond_without UNITTEST
|
%bcond_without UNITTEST
|
||||||
%bcond_without SDB
|
%bcond_with SDB
|
||||||
%bcond_without GSSTSIG
|
%bcond_without GSSTSIG
|
||||||
%bcond_without PKCS11
|
%bcond_without PKCS11
|
||||||
%bcond_without EXPORT_LIBS
|
%bcond_without EXPORT_LIBS
|
||||||
@ -19,7 +19,7 @@ Name: bind
|
|||||||
Summary: Domain Name System (DNS) Server (named)
|
Summary: Domain Name System (DNS) Server (named)
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
Version: 9.11.21
|
Version: 9.11.21
|
||||||
Release: 8
|
Release: 9
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: https://www.isc.org/downloads/bind/
|
Url: https://www.isc.org/downloads/bind/
|
||||||
Source0: https://ftp.isc.org/isc/bind9/9.11.21/bind-%{version}.tar.gz
|
Source0: https://ftp.isc.org/isc/bind9/9.11.21/bind-%{version}.tar.gz
|
||||||
@ -1012,9 +1012,6 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man1/ldap2zone.1*
|
%{_mandir}/man1/ldap2zone.1*
|
||||||
%{_mandir}/man1/zonetodb.1*
|
%{_mandir}/man1/zonetodb.1*
|
||||||
%{_mandir}/man1/zone2sqlite.1*
|
%{_mandir}/man1/zone2sqlite.1*
|
||||||
%{_mandir}/man1/isc-config.sh.1*
|
|
||||||
%{_mandir}/man1/bind9-config.1*
|
|
||||||
%{_mandir}/man3/lwres*
|
|
||||||
%{_mandir}/man8/named-sdb.8*
|
%{_mandir}/man8/named-sdb.8*
|
||||||
|
|
||||||
%endif #end SDB
|
%endif #end SDB
|
||||||
@ -1042,6 +1039,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_includedir}/bind9/isccfg
|
%{_includedir}/bind9/isccfg
|
||||||
%{_bindir}/isc-config.sh
|
%{_bindir}/isc-config.sh
|
||||||
%{_bindir}/bind9-config
|
%{_bindir}/bind9-config
|
||||||
|
%{_mandir}/man1/isc-config.sh.1*
|
||||||
|
%{_mandir}/man1/bind9-config.1*
|
||||||
|
%{_mandir}/man3/lwres*
|
||||||
|
|
||||||
%files chroot
|
%files chroot
|
||||||
%config(noreplace) %{_sysconfdir}/named-chroot.files
|
%config(noreplace) %{_sysconfdir}/named-chroot.files
|
||||||
@ -1172,6 +1172,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 20 2021 jiangheng <jiangheng12@huawei.com> - 9.11.21-9
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:remove useless bind-sdb package
|
||||||
|
|
||||||
* Thu Mar 25 2021 liulong <liulong20@huawei.com> - 9.11.21-8
|
* Thu Mar 25 2021 liulong <liulong20@huawei.com> - 9.11.21-8
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user