import libnl3-3.5.0-1.el8
This commit is contained in:
parent
31ce84066c
commit
98b8080d96
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/libnl-3.4.0.tar.gz
|
SOURCES/libnl-3.5.0.tar.gz
|
||||||
SOURCES/libnl-doc-3.4.0.tar.gz
|
SOURCES/libnl-doc-3.5.0.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
4fc4c3b6812dc7e68ef8acb69287583685266a0b SOURCES/libnl-3.4.0.tar.gz
|
54c476a3103add175a6a055fcf45c0a29d2c0948 SOURCES/libnl-3.5.0.tar.gz
|
||||||
96c58cb6a5490f6c68838b74f68ec1d7d9a0eb54 SOURCES/libnl-doc-3.4.0.tar.gz
|
e0857124974053ee7be34fbda6812b57961f0ae8 SOURCES/libnl-doc-3.5.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libnl3
|
Name: libnl3
|
||||||
Version: 3.4.0
|
Version: 3.5.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Convenience library for kernel netlink sockets
|
Summary: Convenience library for kernel netlink sockets
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -67,7 +67,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%description -n python2-libnl3
|
%description -n python2-libnl3
|
||||||
Python 2 bindings for libnl3
|
Python 2 bindings for libnl3
|
||||||
%endif # with python2
|
%endif
|
||||||
|
|
||||||
%package -n python3-libnl3
|
%package -n python3-libnl3
|
||||||
Summary: libnl3 binding for Python 3
|
Summary: libnl3 binding for Python 3
|
||||||
@ -80,9 +80,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Python 3 bindings for libnl3
|
Python 3 bindings for libnl3
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libnl-%{fullversion}
|
%autosetup -p1 -n libnl-%{fullversion}
|
||||||
|
|
||||||
#%patch1 -p1
|
|
||||||
|
|
||||||
tar -xzf %SOURCE1
|
tar -xzf %SOURCE1
|
||||||
|
|
||||||
@ -99,7 +97,7 @@ CFLAGS="$RPM_OPT_FLAGS" %py3_build
|
|||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
CFLAGS="$RPM_OPT_FLAGS" %py2_build
|
CFLAGS="$RPM_OPT_FLAGS" %py2_build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" %py2_build
|
CFLAGS="$RPM_OPT_FLAGS" %py2_build
|
||||||
%endif # with python2
|
%endif
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -111,7 +109,7 @@ pushd ./python/
|
|||||||
%py3_install
|
%py3_install
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%py2_install
|
%py2_install
|
||||||
%endif # with python2
|
%endif
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -121,7 +119,7 @@ pushd ./python/
|
|||||||
%{__python3} setup.py check
|
%{__python3} setup.py check
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%{__python2} setup.py check
|
%{__python2} setup.py check
|
||||||
%endif # with python2
|
%endif
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -164,7 +162,7 @@ popd
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{python2_sitearch}/netlink
|
%{python2_sitearch}/netlink
|
||||||
%{python2_sitearch}/netlink-*.egg-info
|
%{python2_sitearch}/netlink-*.egg-info
|
||||||
%endif # with python2
|
%endif
|
||||||
|
|
||||||
%files -n python3-libnl3
|
%files -n python3-libnl3
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -172,6 +170,12 @@ popd
|
|||||||
%{python3_sitearch}/netlink-*.egg-info
|
%{python3_sitearch}/netlink-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 26 2019 Thomas Haller <thaller@redhat.com> - 3.5.0-1
|
||||||
|
- Update to 3.5.0
|
||||||
|
|
||||||
|
* Tue Aug 27 2019 Thomas Haller <thaller@redhat.com> - 3.4.0-5
|
||||||
|
- Fix issues found by coverity (rh #1606988)
|
||||||
|
|
||||||
* Fri Mar 16 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.4.0-4
|
* Fri Mar 16 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.4.0-4
|
||||||
- Conditionalize the Python 2 subpackage
|
- Conditionalize the Python 2 subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user