URL: https://github.com/freeipa/freeipa/pull/745
Author: MartinBasti
 Title: #745: tests: add missing dependency iptables
Action: opened

PR body:
"""
KDC proxy tests are using iptables, but this is optional package in at
least Fedora cloud image, thus we must have it in dependencies
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/745/head:pr745
git checkout pr745
From 3153ad85ba3db2e75fa603b60a085a08eb9f3c5f Mon Sep 17 00:00:00 2001
From: Martin Basti <mba...@redhat.com>
Date: Thu, 27 Apr 2017 17:46:16 +0200
Subject: [PATCH] tests: add missing dependency iptables

KDC proxy tests are using iptables, but this is optional package in at
least Fedora cloud image, thus we must have it in dependencies
---
 freeipa.spec.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index fbc67cb..81e79bb 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -759,6 +759,7 @@ Requires: python-pytest-sourceorder
 Requires: ldns-utils
 Requires: python-sssdconfig
 Requires: python2-cryptography >= 1.6
+Requires: iptables
 
 Provides: %{alt_name}-tests = %{version}
 Conflicts: %{alt_name}-tests
@@ -793,6 +794,7 @@ Requires: python3-pytest-sourceorder
 Requires: ldns-utils
 Requires: python3-sssdconfig
 Requires: python3-cryptography >= 1.6
+Requires: iptables
 
 %description -n python3-ipatests
 IPA is an integrated solution to provide centrally managed Identity (users,
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to