diff --git a/v1.2.0.tar.gz b/containernetworking-plugins-1.3.0.tar.gz similarity index 31% rename from v1.2.0.tar.gz rename to containernetworking-plugins-1.3.0.tar.gz index d29363ee0dda10d4519529e579c0a74ed80912ed..7830b11e0a57b92fa7cb182f92793c74938532ab 100644 Binary files a/v1.2.0.tar.gz and b/containernetworking-plugins-1.3.0.tar.gz differ diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index bafbb4123915490d26fd5a8e8de6e3d51aa31c1d..8b42c4423b5392cd98899801fff0d813b30b6c59 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* Tue Sep 16 2025 wenyuzifangtest001 - 1.3.0-1 +- Updated to version 1.3.0 to fix xxxxxx + +