Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
[packaging] require net-tools
Browse files Browse the repository at this point in the history
we use "hostname" in the portusctl script, and that requires the package
net-tools to be installed.

If you try to run it on a SLES container, net-tools is not there by
default.
  • Loading branch information
jordimassaguerpla committed Feb 19, 2016
1 parent a6be7ff commit 919452d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/suse/Portus.spec.in
Expand Up @@ -34,6 +34,7 @@ Group: System/Management

Requires: ruby >= 2.1
Requires: timezone
Requires: net-tools
%if 0%{?suse_version} >= 1210
BuildRequires: systemd-rpm-macros
%endif
Expand Down

0 comments on commit 919452d

Please sign in to comment.