Python 2 binary package renamed to python2-libnl3
This commit is contained in:
parent
52ed14271b
commit
1d20e572c0
13
libnl3.spec
13
libnl3.spec
@ -1,6 +1,6 @@
|
||||
Name: libnl3
|
||||
Version: 3.3.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Convenience library for kernel netlink sockets
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2
|
||||
@ -52,12 +52,13 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description doc
|
||||
This package contains libnl3 API documentation
|
||||
|
||||
%package -n python-libnl3
|
||||
%package -n python2-libnl3
|
||||
%{?python_provide:%python_provide python2-libnl3}
|
||||
Summary: libnl3 binding for Python 2
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description -n python-libnl3
|
||||
%description -n python2-libnl3
|
||||
Python 2 bindings for libnl3
|
||||
|
||||
%package -n python3-libnl3
|
||||
@ -141,7 +142,7 @@ popd
|
||||
%doc libnl-doc-%{fullversion}/images/icons/callouts/*
|
||||
%doc libnl-doc-%{fullversion}/api/*
|
||||
|
||||
%files -n python-libnl3
|
||||
%files -n python2-libnl3
|
||||
%defattr(-,root,root,-)
|
||||
%{python2_sitearch}/netlink
|
||||
%{python2_sitearch}/netlink-*.egg-info
|
||||
@ -152,6 +153,10 @@ popd
|
||||
%{python3_sitearch}/netlink-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.3.0-4
|
||||
- Python 2 binary package renamed to python2-libnl3
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user