From d85f9224bed170a019743d5123492e75f8e5a9f7 Mon Sep 17 00:00:00 2001 From: hongwei-qin Date: Thu, 24 Feb 2022 10:28:22 -0500 Subject: [PATCH] Rebuild on platform-python --- fence-agents.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fence-agents.spec b/fence-agents.spec index 5315bc1..39c0f80 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 # Copyright 2004-2011 Red Hat, Inc. # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions @@ -29,7 +30,7 @@ Name: fence-agents Summary: Set of unified programs capable of host isolation ("fencing") Version: 4.2.1 -Release: 75%{?alphatag:.%{alphatag}}%{?dist} +Release: 75%{?alphatag:.%{alphatag}}%{anolis_release}%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Base URL: https://github.com/ClusterLabs/fence-agents @@ -1175,6 +1176,9 @@ Fence agent for IBM z/VM over IP. %endif %changelog +* Thu Feb 24 2022 Weitao Zhou - 4.2.1-75.0.1 +- Rebuild on platform-python + * Wed Aug 11 2021 Oyvind Albrigtsen - 4.2.1-75 - fence_gce: add serviceaccount JSON file support Resolves: rhbz#1685814 -- Gitee