From 3b570ed3647a7d0218d80c5d8621c61b1e051b85496b33e91cd3a825656df47e Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 10 Jul 2020 05:01:49 +0000 Subject: [PATCH] Accepting request 819815 from home:elimat:branches:network:utilities - Change optional requirements to recommends since they just enhance the tool - Use correct package names for the recommends OBS-URL: https://build.opensuse.org/request/show/819815 OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=22 --- 2ping.changes | 6 ++++++ 2ping.spec | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/2ping.changes b/2ping.changes index e20b5a2..8632fe1 100644 --- a/2ping.changes +++ b/2ping.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 9 20:24:04 UTC 2020 - Matthias Eliasson + +- Change optional requirements to recommends since they just enhance the tool +- Use correct package names for the recommends + ------------------------------------------------------------------- Thu Jul 2 20:19:07 UTC 2020 - Matthias Eliasson diff --git a/2ping.spec b/2ping.spec index 93fb5a1..139ee12 100644 --- a/2ping.spec +++ b/2ping.spec @@ -34,13 +34,12 @@ BuildRequires: %{python_module pycryptodomex} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: systemd-rpm-macros Requires: python >= 3.5 -Requires: python-distro -Requires: python-dnspython -Requires: python-netifaces -Requires: python-pycryptodomex +Recommends: python3-distro +Recommends: python3-dnspython +Recommends: python3-netifaces +Recommends: python3-pycryptodomex BuildArch: noarch %{?systemd_requires}