From abf8f6b68ab236b7be43fda1b43a4b6229fcd4d1 Mon Sep 17 00:00:00 2001 From: Archana Date: Wed, 15 Jan 2025 20:45:37 +0530 Subject: [PATCH] - Remove evp-digest-sign-final.patch as its already merged in golang-fips - Related: 73752 --- go-toolset.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/go-toolset.spec b/go-toolset.spec index ba56bcb..ffb8f9c 100644 --- a/go-toolset.spec +++ b/go-toolset.spec @@ -2,7 +2,7 @@ Name: go-toolset Version: %{go_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Package that installs go-toolset License: BSD and Public Domain @@ -18,6 +18,10 @@ This is the main package for go-toolset. %files %changelog +* Wed Jan 15 2025 Archana - 1.21.13-3 +- Removed evp-digest-sign-final.patch +- Related: RHEL-73752 + * Wed Jan 15 2025 Archana - 1.21.13-2 - Backport of fix for crypto/TLS tests to update config.Time - synced release number upto highest tag number