Update to 3.6.0 release
This commit is contained in:
parent
f4f35bc332
commit
c77edb0e19
2
.gitignore
vendored
2
.gitignore
vendored
@ -39,3 +39,5 @@
|
|||||||
/libnl-doc-3.4.0.tar.gz
|
/libnl-doc-3.4.0.tar.gz
|
||||||
/libnl-3.5.0.tar.gz
|
/libnl-3.5.0.tar.gz
|
||||||
/libnl-doc-3.5.0.tar.gz
|
/libnl-doc-3.5.0.tar.gz
|
||||||
|
/libnl-3.6.0.tar.gz
|
||||||
|
/libnl-doc-3.6.0.tar.gz
|
||||||
|
10
libnl3.spec
10
libnl3.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libnl3
|
Name: libnl3
|
||||||
Version: 3.5.0
|
Version: 3.6.0
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Convenience library for kernel netlink sockets
|
Summary: Convenience library for kernel netlink sockets
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: http://www.infradead.org/~tgr/libnl/
|
URL: http://www.infradead.org/~tgr/libnl/
|
||||||
@ -69,7 +69,7 @@ tar -xzf %SOURCE1
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
%configure --disable-static
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
pushd ./python/
|
pushd ./python/
|
||||||
@ -100,6 +100,7 @@ popd
|
|||||||
%files
|
%files
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%exclude %{_libdir}/libnl-cli*.so.*
|
%exclude %{_libdir}/libnl-cli*.so.*
|
||||||
|
%exclude %{_libdir}/libnl*-3.a
|
||||||
%{_libdir}/libnl-*.so.*
|
%{_libdir}/libnl-*.so.*
|
||||||
%config(noreplace) %{_sysconfdir}/*
|
%config(noreplace) %{_sysconfdir}/*
|
||||||
|
|
||||||
@ -133,6 +134,9 @@ popd
|
|||||||
%{python3_sitearch}/netlink-*.egg-info
|
%{python3_sitearch}/netlink-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2022 Thomas Haller <thaller@redhat.com> - 3.6.0-1
|
||||||
|
- Update to 3.6.0 release
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-9
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (libnl-3.5.0.tar.gz) = 9c94c09bac34297493b3ea482713d7c0865d2839b5042e5c7d1ed008e2402ab63df35a18e272f40b2cce27d0c31dc733fe7e4b2d376e7ca847a2b0d5e90de50c
|
SHA512 (libnl-3.6.0.tar.gz) = 7d1190ce94f43f5b18b1f7909221ca034d4ea5c8ed5735dbd27224d03e7f95d3c4e8ccdb611e33b58007729a21bfc0e23adc8758b112c712355664d87a81ce1b
|
||||||
SHA512 (libnl-doc-3.5.0.tar.gz) = 806cacbcf40df676ee9f77db1054bb5233fbd87f330fdea4aa7f60d8e1696b290fcdcee80bb407ffecfaf39f668273d9b127bb88067a1cb4f2c15e344a4baf42
|
SHA512 (libnl-doc-3.6.0.tar.gz) = 301339d3e73a0dcdd4337ff94621f238919c1fd79d211c8f2d50b09939e3bfeff2b41bdc264ba75b22ada67df97affd17e88b229db4b794e1734c3356ce881da
|
||||||
|
Loading…
Reference in New Issue
Block a user