Add missing build dependency on libselinux-devel
Without this, the check for selinux in the configure script will fail and ss won't be compiled with selinux support.
This commit is contained in:
parent
cb3d41dbba
commit
648350d438
@ -2,7 +2,7 @@
|
||||
Summary: Advanced IP routing and network device configuration tools
|
||||
Name: iproute
|
||||
Version: 4.2.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: Applications/System
|
||||
URL: http://kernel.org/pub/linux/utils/net/%{name}2/
|
||||
Source0: http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.xz
|
||||
@ -21,6 +21,7 @@ BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: iptables-devel >= 1.4.5
|
||||
BuildRequires: libdb-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: linuxdoc-tools
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: psutils
|
||||
@ -164,6 +165,9 @@ done
|
||||
%{_includedir}/libnetlink.h
|
||||
|
||||
%changelog
|
||||
* Thu Sep 24 2015 Phil Sutter <psutter@redhat.com> - 4.2.0-2
|
||||
- Add missing build dependency to libselinux-devel
|
||||
|
||||
* Wed Sep 02 2015 Pavel Šimerda <psimerda@redhat.com> - 4.2.0-1
|
||||
- new version 4.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user