From 5a0d849e3559f32625fb8bb3bac7d5160d1c73fd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:11:52 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- rpcbind.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpcbind.spec b/rpcbind.spec index 6ff71ce..7b28425 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -4,7 +4,7 @@ Name: rpcbind Version: 1.2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Universal Addresses to RPC Program Number Mapper License: BSD-3-Clause URL: http://nfsv4.bullopensource.org @@ -113,6 +113,10 @@ fi %attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir} %changelog +* Tue Oct 29 2024 Troy Dawson - 1.2.7-3 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Aug 7 2024 Steve Dickson rpcbind-1.2.7-2 - Disable remote calls (RHEL-35644)