diff --git a/libnl-3.5.0.tar.gz b/libnl-3.5.0.tar.gz deleted file mode 100644 index 049b1cae2c7d96555b881d223fc9e4ecda44a2ff..0000000000000000000000000000000000000000 Binary files a/libnl-3.5.0.tar.gz and /dev/null differ diff --git a/libnl-3.7.0.tar.gz b/libnl-3.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f7ab1773f5693340b34d8e69d7a4015171f751f5 Binary files /dev/null and b/libnl-3.7.0.tar.gz differ diff --git a/libnl-doc-3.5.0.tar.gz b/libnl-doc-3.7.0.tar.gz similarity index 56% rename from libnl-doc-3.5.0.tar.gz rename to libnl-doc-3.7.0.tar.gz index dfc47ddf37b7caeaad468572bea0da76e4f0818b..b5741e2fc27cdedd8252880f16aee9e7d545ae4b 100644 Binary files a/libnl-doc-3.5.0.tar.gz and b/libnl-doc-3.7.0.tar.gz differ diff --git a/libnl3.spec b/libnl3.spec index ab3293dd45fceb1e7c688500372ff1f627807bd7..8db0f26dc7dbf357033268ec7b16578107c95ace 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -1,12 +1,16 @@ +%define anolis_release 1 + Name: libnl3 -Version: 3.5.0 -Release: 1%{?dist} +Version: 3.7.0 +Release: %{anolis_release}%{?dist} Summary: Convenience library for kernel netlink sockets +%global version_path libnl%(echo %{version} | tr . _) + License: LGPLv2 URL: http://www.infradead.org/~tgr/libnl/ -Source0: https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-%{version}.tar.gz -Source1: https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-doc-%{version}.tar.gz +Source0: https://github.com/thom311/libnl/releases/download/%{version_path}/libnl-%{version}.tar.gz +Source1: https://github.com/thom311/libnl/releases/download/%{version_path}/libnl-doc-%{version}.tar.gz BuildRequires: autoconf automake bison flex libtool swig @@ -17,7 +21,7 @@ network manipulation %package devel Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for @@ -112,5 +116,8 @@ popd %changelog +* Wed Sep 21 2022 mgb01105731 - 3.7.0-1 +- update to 3.7.0 + * Thu Mar 10 2022 forrest_ly - 3.5.0-1 - Init for Anolis OS 23