Remove deps filter, it is no longer needed (#739663)
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
70e2a7d863
commit
2d24bcf904
26
bind.spec
26
bind.spec
@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.8.1
|
Version: 9.8.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -110,27 +110,6 @@ BuildRequires: net-tools
|
|||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Comment from atkac:
|
|
||||||
#
|
|
||||||
# Don't extract provides for the following libraries. Non-BIND9
|
|
||||||
# applications should not use them, they should use libraries
|
|
||||||
# from bind-libs-lite package.
|
|
||||||
#
|
|
||||||
# Since bind-libs-lite doesn't contain some libraries used by all
|
|
||||||
# BIND9 programs (like liblwres) use those "internal" libraries for
|
|
||||||
# dependency resolution. If, for example, bind package requires
|
|
||||||
# libdns.so then it will automatically pull in both bind-libs
|
|
||||||
# and bind-libs-lite (which is incorrect, only bind-libs is needed)
|
|
||||||
%{?filter_setup:
|
|
||||||
%filter_provides_in %{_libdir}/bind9/libdns\.so.*
|
|
||||||
%filter_provides_in %{_libdir}/bind9/libisc\.so.*
|
|
||||||
%filter_provides_in %{_libdir}/bind9/libisccfg\.so.*
|
|
||||||
%filter_from_requires /libdns\.so.*/d
|
|
||||||
%filter_from_requires /libisc\.so.*/d
|
|
||||||
%filter_from_requires /libisccfg\.so.*/d
|
|
||||||
%filter_setup
|
|
||||||
}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
|
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
|
||||||
(Domain Name System) protocols. BIND includes a DNS server (named),
|
(Domain Name System) protocols. BIND includes a DNS server (named),
|
||||||
@ -782,6 +761,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 26 2011 Adam Tkac <atkac redhat com> 32:9.8.1-3
|
||||||
|
- remove deps filter, it is no longer needed (#739663)
|
||||||
|
|
||||||
* Fri Sep 09 2011 Adam Tkac <atkac redhat com> 32:9.8.1-2
|
* Fri Sep 09 2011 Adam Tkac <atkac redhat com> 32:9.8.1-2
|
||||||
- fix logrotate config file (#725256)
|
- fix logrotate config file (#725256)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user