From 7e88436420b681b30a22f37b16db7081002e3da3 Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Fri, 2 Sep 2016 10:25:00 +0200 Subject: [PATCH] - fence-agents-common: add dependency on python3-pycurl --- fence-agents.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fence-agents.spec b/fence-agents.spec index 3da5a63..0e7623e 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -16,7 +16,7 @@ Name: fence-agents Summary: Fence Agents for Red Hat Cluster Version: 4.0.24 -Release: 1%{?alphatag:.%{alphatag}}%{?dist} +Release: 2%{?alphatag:.%{alphatag}}%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Base URL: http://sourceware.org/cluster/wiki/ @@ -71,7 +71,7 @@ power management for several devices. License: GPLv2+ and LGPLv2+ Group: System Environment/Base Summary: Common utilities for fence agents -Requires: python3-pexpect +Requires: python3-pexpect python3-pycurl %description common Red Hat Fence Agents is a collection of scripts and libraries to handle remote power management for various devices. %files common @@ -825,6 +825,9 @@ The fence-agents-zvm package contains a fence agent for IBM z/VM over IP. %{_mandir}/man8/fence_zvmip.8* %changelog +* Fri Sep 2 2016 Oyvind Albrigtsen - 4.0.24-2 +- fence-agents-common: add dependency on python3-pycurl + * Fri Aug 26 2016 Oyvind Albrigtsen - 4.0.24-1 - new upstream release