From 5f24f39d01d423935d2b21ff7502114641e6fca3 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Sep 01 2017 09:49:17 +0000 Subject: For consistency, require /usr/sbin/ifconfig instead of net-tools --- diff --git a/python3.spec b/python3.spec index ae2a4fb..64782da 100644 --- a/python3.spec +++ b/python3.spec @@ -175,9 +175,6 @@ BuildRequires: libGL-devel BuildRequires: libX11-devel BuildRequires: ncurses-devel -# workaround http://bugs.python.org/issue19804 (test_uuid requires ifconfig) -BuildRequires: net-tools - BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: readline-devel @@ -203,6 +200,9 @@ BuildRequires: zlib-devel BuildRequires: /usr/bin/dtrace +# workaround http://bugs.python.org/issue19804 (test_uuid requires ifconfig) +BuildRequires: /usr/sbin/ifconfig + %if %{with rewheel} BuildRequires: python3-setuptools BuildRequires: python3-pip @@ -1579,6 +1579,7 @@ fi * Fri Sep 01 2017 Miro Hrončok - 3.6.2-14 - Expat >= 2.1.0 is everywhere, remove explicit requires - Conditionalize systemtap-devel BuildRequires +- For consistency, require /usr/sbin/ifconfig instead of net-tools * Mon Aug 28 2017 Petr Viktorin - 3.6.2-13 - Rename patch files to be consistent