Export libs should distribute own copy of license
This commit is contained in:
parent
cb2172301b
commit
56e7b0f856
@ -250,10 +250,6 @@ server and utilities in bind-utils package.
|
|||||||
Summary: License of the BIND DNS suite
|
Summary: License of the BIND DNS suite
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
BuildArch:noarch
|
BuildArch:noarch
|
||||||
%if 0%{?fedora} >= 1
|
|
||||||
Obsoletes: bind99-license < 9.9.11-3
|
|
||||||
Provides: bind99-license = 9.9.11-3
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description license
|
%description license
|
||||||
Contains license of the BIND DNS suite.
|
Contains license of the BIND DNS suite.
|
||||||
@ -393,10 +389,10 @@ This package provides a module which allows commands to be sent to rndc directly
|
|||||||
%package export-libs
|
%package export-libs
|
||||||
Summary: ISC libs for DHCP application
|
Summary: ISC libs for DHCP application
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: bind-license = %{epoch}:%{version}-%{release}
|
|
||||||
%if 0%{?fedora} >= 1
|
%if 0%{?fedora} >= 1
|
||||||
Obsoletes: bind99-libs < 9.9.11-3
|
Obsoletes: bind99-libs < 9.9.11-3
|
||||||
Provides: bind99-libs = 9.9.11-3
|
Provides: bind99-libs = 9.9.11-3
|
||||||
|
# This subpackage will not use shared license, but distribute its own
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description export-libs
|
%description export-libs
|
||||||
@ -1361,6 +1357,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/%{_export_dir}/libisc-export.so.169*
|
%{_libdir}/%{_export_dir}/libisc-export.so.169*
|
||||||
%{_libdir}/%{_export_dir}/libisccfg-export.so.160*
|
%{_libdir}/%{_export_dir}/libisccfg-export.so.160*
|
||||||
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-export-%{_arch}.conf
|
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-export-%{_arch}.conf
|
||||||
|
# This subpackage has to distribute its own license. Do not conflict with
|
||||||
|
# other subpackages of different version
|
||||||
|
%license COPYRIGHT
|
||||||
|
|
||||||
%files export-devel
|
%files export-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user