Merge ~smoser/cloud-init:fix/1766711-add-iproute2-depends into cloud-init:master

Proposed by Scott Moser
Status: Merged
Approved by: Chad Smith
Approved revision: 491f4ab37b1f9c81932b08f8a4401c314946b786
Merge reported by: Chad Smith
Merged at revision: 00d7b9c5f5380d01c76b648877943c4c0cfbcfff
Proposed branch: ~smoser/cloud-init:fix/1766711-add-iproute2-depends
Merge into: cloud-init:master
Diff against target: 12 lines (+1/-0)
1 file modified
packages/debian/control.in (+1/-0)
Reviewer Review Type Date Requested Status
Chad Smith Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+344190@code.launchpad.net

Commit message

packages/debian/control.in: add missing dependency on iproute2.

Ubuntu minimal images do not have iproute2, so correctly identify
our dependency on it.

LP: #1766711

Description of the change

see commit message

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:491f4ab37b1f9c81932b08f8a4401c314946b786
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1053/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    SUCCESS: MAAS Compatability Testing
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1053/rebuild

review: Approve (continuous-integration)
Revision history for this message
Chad Smith (chad.smith) wrote :

LGTM

review: Approve
Revision history for this message
Chad Smith (chad.smith) wrote :

An upstream commit landed for this bug.

To view that commit see the following URL:
https://git.launchpad.net/cloud-init/commit/?id=00d7b9c5

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/packages/debian/control.in b/packages/debian/control.in
2index 46da6df..e9ed64f 100644
3--- a/packages/debian/control.in
4+++ b/packages/debian/control.in
5@@ -11,6 +11,7 @@ Package: cloud-init
6 Architecture: all
7 Depends: ${misc:Depends},
8 ${${python}:Depends},
9+ iproute2,
10 isc-dhcp-client
11 Recommends: eatmydata, sudo, software-properties-common, gdisk
12 XB-Python-Version: ${python:Versions}

Subscribers

People subscribed via source and target branches