Fix subpackage License fields

epel9
Benjamin A. Beasley 2 months ago
parent 239f4c7d37
commit 27a2a9ea4a

@ -76,7 +76,6 @@ messaging implementation.}
%package -n python%{python3_pkgversion}-zmq %package -n python%{python3_pkgversion}-zmq
Summary: %{summary} Summary: %{summary}
License: LGPLv3+
%py_provides python%{python3_pkgversion}-pyzmq %py_provides python%{python3_pkgversion}-pyzmq
%description -n python%{python3_pkgversion}-zmq %{common_description} %description -n python%{python3_pkgversion}-zmq %{common_description}
@ -84,7 +83,10 @@ License: LGPLv3+
%package -n python%{python3_pkgversion}-zmq-tests %package -n python%{python3_pkgversion}-zmq-tests
Summary: %{summary}, testsuite Summary: %{summary}, testsuite
License: LGPLv3+ # This subpackage does not contain any of the files that are under other
# licenses; see the comment above the main License tag.
License: BSD-3-Clause
Requires: python%{python3_pkgversion}-zmq = %{version}-%{release} Requires: python%{python3_pkgversion}-zmq = %{version}-%{release}
%py_provides python%{python3_pkgversion}-pyzmq-tests %py_provides python%{python3_pkgversion}-pyzmq-tests

Loading…
Cancel
Save