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}