From patchwork Thu Jun 10 16:00:51 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kleber Sacilotto de Souza X-Patchwork-Id: 1490583 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4G17xh25XDz9sPf; Fri, 11 Jun 2021 02:01:12 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lrN7F-0005vx-6r; Thu, 10 Jun 2021 16:01:09 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lrN7D-0005uy-O2 for kernel-team@lists.ubuntu.com; Thu, 10 Jun 2021 16:01:07 +0000 Received: from mail-ej1-f70.google.com ([209.85.218.70]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lrN7D-0008Ll-Eh for kernel-team@lists.ubuntu.com; Thu, 10 Jun 2021 16:01:07 +0000 Received: by mail-ej1-f70.google.com with SMTP id q7-20020a1709063607b02903f57f85ac45so9195632ejb.15 for ; Thu, 10 Jun 2021 09:01:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=WtQoz1TR4AQ3Q2sXBnbmgVQjFIDObpnFZ2iGpdeZguY=; b=SrWa9EW2WIkOspN6XvXZ9Lbxf5vlQTk6vV9DLvV4iMSFIdLINdVc+Y0LUCLG1OZTcr SFTOVT+GpThWPaGenFgP9JZVKRDbwtlaJQL8RjY9wFYwLcX9rvNKRSuJRtbQ6fggsP+H l58pgV2gF8ie6fR50gQELQRR6ZBRH67kjxtVwyEYnmiOnWnnyhLaHkQC66U1fUOslfOo /WnQcxHuMcJ7qnwVi2ZuRAG6rdudLqJdY32wuPXqEQlUp3B8NzyKFMH3bB5xlyVz/QSM +S1J1YQvkJZCiBnKS78FX3RTxOXz+udP6GC2FV/U60lydEU+qxLhd1ZxyeX5/0O9h5J3 4cZg== X-Gm-Message-State: AOAM532Bfzk2W8D/cPI5Ja39QwxbCAY48g4k0BhwMBvBm4aoDIi2i/0M er1Hm0kspc1ZoM4DJvZSiD+WtCjy38+Dm/QCz+9fCdU5NBdAsr6+VtyYON1veUw7KVGqTP32VFS ya/bNQp/+t+myLk+U0ULAxrYPRHySiqMB1TkQ/deldA== X-Received: by 2002:a17:906:4483:: with SMTP id y3mr314155ejo.92.1623340867164; Thu, 10 Jun 2021 09:01:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyH1gMlDEjnz/XArISSATmkW5UJQrLpiM9iNDLGMOCEQ5QtU5gwBcPdNIfkJHy5Xp+a5egP9A== X-Received: by 2002:a17:906:4483:: with SMTP id y3mr314136ejo.92.1623340866995; Thu, 10 Jun 2021 09:01:06 -0700 (PDT) Received: from localhost.localdomain (ipbcc333e7.dynamic.kabel-deutschland.de. [188.195.51.231]) by smtp.gmail.com with ESMTPSA id k21sm1560047edo.41.2021.06.10.09.01.06 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 09:01:06 -0700 (PDT) From: Kleber Sacilotto de Souza To: kernel-team@lists.ubuntu.com Subject: [SRU][f/linux-meta-gcp][PATCH 1/1] UBUNTU: [Packaging] Fix provides for *--modules-extra--preferred Date: Thu, 10 Jun 2021 18:00:51 +0200 Message-Id: <20210610160054.315206-4-kleber.souza@canonical.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210610160054.315206-1-kleber.souza@canonical.com> References: <20210610160054.315206-1-kleber.souza@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: http://bugs.launchpad.net/bugs/1931576 The virtual package kernel-testing--*--modules-extra--preferred are needed for proper autopkgtest setup. Signed-off-by: Kleber Sacilotto de Souza --- debian/control.d/gcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.d/gcp b/debian/control.d/gcp index 8f8323d..9193bb2 100644 --- a/debian/control.d/gcp +++ b/debian/control.d/gcp @@ -1,7 +1,7 @@ Package: linux-modules-extra-gcp${variant:suffix} Architecture: amd64 Section: kernel -Provides: ${test:provides-modules-extra-gcp} +Provides: ${test:provides-modules-extra-gcp} ${test:provides-modules-extra-preferred} Depends: ${misc:Depends}, linux-modules-extra-${kernel-abi-version}-gcp Description: Google Cloud Platform (GCP) Linux kernel extra modules This package will always depend on the latest Google Cloud Platform (GCP)