From 6f7a04954b4a39105f8949e2c33c43fe4d58fe7fd886ac313cc6ec9c66179009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 Apr 2018 12:09:42 +0000 Subject: [PATCH] - Fix typo and make sure the tests will pass OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=35 --- python-pexpect.changes | 2 +- python-pexpect.spec | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pexpect.changes b/python-pexpect.changes index c8aa916..cccef27 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Apr 19 11:58:18 UTC 2018 - tchvatal@suse.com -- Fix typo +- Fix typo and make sure the tests will pass ------------------------------------------------------------------- Sat Apr 14 17:14:36 UTC 2018 - arun@gmx.de diff --git a/python-pexpect.spec b/python-pexpect.spec index b61c3ab..0bd7d63 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -29,6 +29,10 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module ptyprocess} BuildRequires: %{python_module pytest} BuildRequires: fdupes +# For man validation +BuildRequires: man +# For test command calls +BuildRequires: openssl BuildRequires: python-rpm-macros Requires: python-ptyprocess BuildArch: noarch