From c60bb8e64277afb3403a6b44c2e79d29b64ac6c1 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 4 Aug 2022 09:22:02 +0200 Subject: [PATCH] netavark-1.1.0-3.el9 - set Epoch to preserve update path and build for go arches only - Related: #2061316 Signed-off-by: Jindrich Novy --- netavark.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/netavark.spec b/netavark.spec index cfaabbb..b026dcd 100644 --- a/netavark.spec +++ b/netavark.spec @@ -1,11 +1,15 @@ # debuginfo doesn't work yet %global debug_package %{nil} +Epoch: 2 Name: netavark Version: 1.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 and BSD and MIT ExclusiveArch: %{rust_arches} +# this is needed for go-md2man +# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures +ExclusiveArch: %{go_arches} Summary: OCI network stack URL: https://github.com/containers/%{name} Source0: %{url}/archive/v%{version}/%{version}.tar.gz @@ -67,6 +71,10 @@ go-md2man -in %{name}.1.md -out %{name}.1 %{_mandir}/man1/%{name}.1* %changelog +* Thu Aug 04 2022 Jindrich Novy - 2:1.1.0-3 +- set Epoch to preserve update path and build for go arches only +- Related: #2061316 + * Thu Aug 04 2022 Jindrich Novy - 1.1.0-2 - fix deps to go-md2man - Related: #2061316