Skip to content

Commit cb19320

Browse files
committed
Bash completion has recommendation for iproute package, to obtain the local address.
1 parent c1384ad commit cb19320

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Package: subnetcalc
1616
Architecture: any
1717
Depends: ${misc:Depends},
1818
${shlibs:Depends}
19-
Recommends: iputils-tracepath,
19+
Recommends: iproute2,
20+
iputils-tracepath,
2021
ping | iputils-ping,
2122
rsplib-tools,
2223
traceroute | inetutils-traceroute,

rpm/subnetcalc.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ BuildRequires: gcc-c++
1414
BuildRequires: gettext
1515
BuildRequires: GeoIP-devel
1616
Requires: GeoIP
17+
Recommends: iproute
1718
BuildRoot: %{_tmppath}/%{name}-%{version}-build
1819

1920

0 commit comments

Comments
 (0)