updated RPM spec file since procps-ng is not present with epel6 builds
(Boeing r1870)
This commit is contained in:
parent
1acddd0f4c
commit
8c1bc3773f
1 changed files with 6 additions and 3 deletions
|
@ -22,11 +22,14 @@ building virtual networks using Linux network namespace containers and bridging.
|
|||
%package daemon
|
||||
Summary: Common Open Research Emulator daemon back-end
|
||||
Group: System Tools
|
||||
Requires: bash bridge-utils ebtables iproute libev python procps-ng net-tools
|
||||
Requires: bash bridge-utils ebtables iproute libev python net-tools
|
||||
%if %{with_kernel_modules_extra}
|
||||
Requires: kernel-modules-extra
|
||||
Requires: kernel-modules-extra procps-ng
|
||||
%endif
|
||||
BuildRequires: make automake autoconf libev-devel python-devel bridge-utils ebtables iproute net-tools ImageMagick help2man
|
||||
%if %{with_kernel_modules_extra}
|
||||
BuildRequires: procps-ng
|
||||
%endif
|
||||
BuildRequires: make automake autoconf libev-devel python-devel bridge-utils ebtables iproute procps-ng net-tools ImageMagick help2man
|
||||
Provides: core-daemon
|
||||
# python-sphinx
|
||||
%description daemon
|
||||
|
|
Loading…
Reference in a new issue