diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index bafbb4123915490d26fd5a8e8de6e3d51aa31c1d..6d41b741749f2effac938b41e186e695c6a0cbb1 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 1 %bcond_without debug @@ -10,16 +10,19 @@ %endif Name: containernetworking-plugins -Version: 1.2.0 +Version: 1.3.0 Release: %{anolis_release}%{dist} Summary: Libraries for writing CNI plugin License: ASL 2.0 URL: https://github.com/containernetworking/plugins -Source0: https://github.com/containernetworking/plugins/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/containernetworking/plugins/archive/v1.3.0.tar.gz Patch1: 0001-add-sw64-support.patch BuildRequires: systemd-rpm-macros pkgconfig(libsystemd) BuildRequires: golang >= 1.16.6 go-rpm-macros go-md2man +BuildRequires: /usr/bin/go-md2man +BuildRequires: git +BuildRequires: systemd-devel Requires: systemd @@ -102,4 +105,7 @@ done * update containernetworking-plugins to 1.1.1 * Fri Mar 11 2022 Zhongling He 1.0.1-1.1 -- Init package from upstream v1.0.1 +- Init package from upstream v1.0.1* Wed Nov 12 2025 wenyuzifang - 1.3.0-1 +- Updated to version 1.3.0 to fix xxxxxxxxx + + diff --git a/v1.3.0.tar.gz b/v1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7830b11e0a57b92fa7cb182f92793c74938532ab Binary files /dev/null and b/v1.3.0.tar.gz differ