For consistency, require /usr/sbin/ifconfig instead of net-tools
This commit is contained in:
parent
51501f9a0b
commit
5f24f39d01
@ -175,9 +175,6 @@ BuildRequires: libGL-devel
|
|||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
|
||||||
# workaround http://bugs.python.org/issue19804 (test_uuid requires ifconfig)
|
|
||||||
BuildRequires: net-tools
|
|
||||||
|
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
@ -203,6 +200,9 @@ BuildRequires: zlib-devel
|
|||||||
|
|
||||||
BuildRequires: /usr/bin/dtrace
|
BuildRequires: /usr/bin/dtrace
|
||||||
|
|
||||||
|
# workaround http://bugs.python.org/issue19804 (test_uuid requires ifconfig)
|
||||||
|
BuildRequires: /usr/sbin/ifconfig
|
||||||
|
|
||||||
%if %{with rewheel}
|
%if %{with rewheel}
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
@ -1579,6 +1579,7 @@ fi
|
|||||||
* Fri Sep 01 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.2-14
|
* Fri Sep 01 2017 Miro Hrončok <mhroncok@redhat.com> - 3.6.2-14
|
||||||
- Expat >= 2.1.0 is everywhere, remove explicit requires
|
- Expat >= 2.1.0 is everywhere, remove explicit requires
|
||||||
- Conditionalize systemtap-devel BuildRequires
|
- Conditionalize systemtap-devel BuildRequires
|
||||||
|
- For consistency, require /usr/sbin/ifconfig instead of net-tools
|
||||||
|
|
||||||
* Mon Aug 28 2017 Petr Viktorin <pviktori@redhat.com> - 3.6.2-13
|
* Mon Aug 28 2017 Petr Viktorin <pviktori@redhat.com> - 3.6.2-13
|
||||||
- Rename patch files to be consistent
|
- Rename patch files to be consistent
|
||||||
|
Loading…
Reference in New Issue
Block a user