From 8782ffd9bc7b3e09ae42697760b3e586f53ab755 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 13 Mar 2024 04:05:38 -0400 Subject: [PATCH] exception build (RHEL-11183) Signed-off-by: Steve Dickson Resolves: RHEL-11183 --- libtirpc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libtirpc.spec b/libtirpc.spec index 0f51735..bf521ab 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -2,7 +2,7 @@ Name: libtirpc Version: 1.3.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Transport Independent RPC Library License: SISSL and BSD URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary @@ -130,6 +130,9 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %{_mandir}/*/* %changelog +* Wed Mar 13 2024 Steve Dickson - 1.3.3-7 +- exception build (RHEL-11183) + * Tue Mar 5 2024 Steve Dickson - 1.3.3-6 - rpcb_clnt.c: Eliminate double frees in delete_cache() (RHEL-11183)