From 7d6bc9609beb64a34043ecbc2048946d0a6933c693fffa97d5a7dfc44841a8e2 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Mon, 6 Oct 2014 08:59:02 +0000 Subject: [PATCH] - Add requirement for python-suds (bnc#899664) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=20 --- fence-agents.changes | 5 +++++ fence-agents.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/fence-agents.changes b/fence-agents.changes index 4fa156e..d5a6f96 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 3 17:43:37 UTC 2014 - kgronlund@suse.com + +- Add requirement for python-suds (bnc#899664) + ------------------------------------------------------------------- Tue Sep 16 07:15:30 UTC 2014 - kgronlund@suse.com diff --git a/fence-agents.spec b/fence-agents.spec index 2d30c6f..5a8671d 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -54,6 +54,7 @@ Requires: python-curl Requires: python-openssl Requires: python-pexpect Requires: python-requests +Requires: python-suds BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf