From 8c9d7087c4528d47ad23c89fd691c06a5d70aaac Mon Sep 17 00:00:00 2001 From: Daniel Demus Date: Fri, 10 Jan 2025 18:12:01 +0100 Subject: [PATCH] Add versioned goipath --- golang-github-fxamacker-cbor.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/golang-github-fxamacker-cbor.spec b/golang-github-fxamacker-cbor.spec index b2264bc..9fa9dff 100644 --- a/golang-github-fxamacker-cbor.spec +++ b/golang-github-fxamacker-cbor.spec @@ -13,6 +13,8 @@ Version: 2.7.0 %gometa -L -f +%global goaltipaths github.com/fxamacker/cbor/v2 + %global common_description %{expand: CBOR codec (RFC 8949) with CBOR tags, Go struct tags (toarray, keyasint, omitempty), float64/32/16, big.Int, and fuzz tested billions of execs.}