packaging: Add procps-ng as an unconditional dependency.
This is needed for sysctl.
This commit is contained in:
parent
8199d12334
commit
f3ee1f5992
1 changed files with 3 additions and 6 deletions
|
@ -22,14 +22,11 @@ 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 net-tools
|
||||
Requires: bash bridge-utils ebtables iproute libev python net-tools procps-ng
|
||||
%if %{with_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
|
||||
Requires: kernel-modules-extra
|
||||
%endif
|
||||
BuildRequires: make automake autoconf libev-devel python-devel bridge-utils ebtables iproute net-tools ImageMagick help2man procps-ng
|
||||
Provides: core-daemon
|
||||
# python-sphinx
|
||||
%description daemon
|
||||
|
|
Loading…
Reference in a new issue