From 8393c475e5e8c344fa9bbb1eccb157a7818897fedbef713cc04ad7879637dabd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Apr 2022 23:58:24 +0000 Subject: [PATCH] - Add missing BR hostname OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=17 --- python-subprocrunner.changes | 5 +++++ python-subprocrunner.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-subprocrunner.changes b/python-subprocrunner.changes index 0b93615..acf79c2 100644 --- a/python-subprocrunner.changes +++ b/python-subprocrunner.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 21 23:58:17 UTC 2022 - Matej Cepl + +- Add missing BR hostname + ------------------------------------------------------------------- Sat Jun 5 13:14:13 UTC 2021 - Martin Hauke diff --git a/python-subprocrunner.spec b/python-subprocrunner.spec index e20bd1c..0b46410 100644 --- a/python-subprocrunner.spec +++ b/python-subprocrunner.spec @@ -1,7 +1,7 @@ # # spec file for package python-subprocrunner # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,6 +35,7 @@ Requires: python-six Requires: python-typepy BuildArch: noarch # SECTION test requirements +BuildRequires: hostname BuildRequires: %{python_module loguru >= 0.4.1} BuildRequires: %{python_module mbstrdecoder >= 1.0.0} BuildRequires: %{python_module pytest-mock}