Commit f2a1c674 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Thadeu Lima de Souza Cascardo

UBUNTU: [Config] make linux-tools-common and linux-cloud-tools-common provide linux-aws versions

We incorrectly have been producing linux-aws-tools-common and
linux-aws-cloud-tools-common packages with conflicting contents to our own.
This is wrong.  Make our packages Provides: their linux-aws equivalents to
allow us to replace them without change to the existing linux-tools-aws
packages.  Conflicts:/Replaces: on the existing packages to ensure they
are removed before we are updated.

BugLink: http://bugs.launchpad.net/bugs/1688579Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
Acked-by: default avatarBrad Figg <brad.figg@canonical.com>
Acked-by: default avatarMarcelo Cerri <marcelo.cerri@canonical.com>
Acked-by: default avatarKamal Mostafa <kamal@canonical.com>
Signed-off-by: default avatarThadeu Lima de Souza Cascardo <cascardo@canonical.com>
parent 6bdeea67
......@@ -117,10 +117,13 @@ Multi-Arch: foreign
Section: kernel
Priority: optional
Provides:
linux-aws-tools-common,
linux-gke-tools-common,
Conflicts:
linux-aws-tools-common,
linux-gke-tools-common,
Replaces:
linux-aws-tools-common,
linux-gke-tools-common,
Depends: ${misc:Depends}, lsb-release
Description: Linux kernel version specific tools for version PKGVER
......@@ -148,12 +151,16 @@ Multi-Arch: foreign
Section: kernel
Priority: optional
Breaks:
linux-aws-cloud-tools-common (<= 4.4.0-1017.26),
linux-gke-cloud-tools-common (<= 4.4.0-1013.13),
Replaces:
linux-aws-cloud-tools-common (<= 4.4.0-1017.26),
linux-gke-cloud-tools-common (<= 4.4.0-1013.13),
Conflicts:
linux-aws-cloud-tools-common (<= 4.4.0-1017.26),
linux-gke-cloud-tools-common (<= 4.4.0-1013.13),
Provides:
linux-aws-cloud-tools-common,
linux-gke-cloud-tools-common,
Depends: ${misc:Depends}
Description: Linux kernel version specific cloud tools for version PKGVER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment