From 51bbd279ba646e0f4711262b1eb4625f6289cb51 Mon Sep 17 00:00:00 2001 From: yangzhenyu Date: Fri, 13 Dec 2024 17:06:52 +0800 Subject: [PATCH] include all patches in the source package. --- netavark.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/netavark.spec b/netavark.spec index ece8638..761f8cf 100644 --- a/netavark.spec +++ b/netavark.spec @@ -2,16 +2,15 @@ Name: netavark Version: 1.13.0 -Release: 1 +Release: 2 Summary: OCI network stack License: ASL 2.0 and BSD and MIT URL: https://github.com/containers/%{name} Source0: %{url}/archive/refs/tags/v%{version}.tar.gz Source1: %{url}/releases/download/v%{version}/%{name}-v%{version}-vendor.tar.gz Source2: https://github.com/cpuguy83/go-md2man/archive/refs/tags/v2.0.2.tar.gz -%ifarch loongarch64 Patch1: 0001-add-loongarch64-support-for-nix.patch -%endif + BuildRequires: cargo BuildRequires: make BuildRequires: protobuf-c @@ -302,6 +301,9 @@ go-md2man -in %{name}.1.md -out %{name}.1 %{_unitdir}/%{name}-firewalld-reload.service %changelog +* Fri Dec 13 2024 yangzhenyu - 1.13.0-2 +- DESC: include all patch in source + * Wed Dec 04 2024 liyunqing - 1.13.0-1 - Type:Upgrade - CVE:NA -- Gitee