Merge ~smoser/cloud-init:ubuntu/devel-17661711-add-iproute2-depends into cloud-init:ubuntu/devel

Proposed by Scott Moser
Status: Merged
Approved by: Chad Smith
Approved revision: 918ba97f7f9edf8b0d2447b5b93b33d2dda25c46
Merge reported by: Chad Smith
Merged at revision: b12e781a8f982170d99b42e8f7399464609ceafa
Proposed branch: ~smoser/cloud-init:ubuntu/devel-17661711-add-iproute2-depends
Merge into: cloud-init:ubuntu/devel
Diff against target: 12 lines (+1/-0)
1 file modified
debian/control (+1/-0)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Chad Smith Approve
Review via email: mp+344189@code.launchpad.net

Commit message

debian/control: 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:dc2138fddff05212ac8ec8f305cba28e43a07bd6
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1054/
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/1054/rebuild

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

Ship it.

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=b12e781a

Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:918ba97f7f9edf8b0d2447b5b93b33d2dda25c46
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1056/
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/1056/rebuild

review: Approve (continuous-integration)

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/debian/control b/debian/control
2index fd91bd6..282304a 100644
3--- a/debian/control
4+++ b/debian/control
5@@ -35,6 +35,7 @@ Package: cloud-init
6 Architecture: all
7 Depends: cloud-guest-utils | cloud-utils,
8 isc-dhcp-client,
9+ iproute2,
10 nplan | ifupdown,
11 procps,
12 python3,

Subscribers

People subscribed via source and target branches