From patchwork Thu Jun 10 16:00:54 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: 1490586 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 4G17xl5cCXz9sXG; Fri, 11 Jun 2021 02:01:15 +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 1lrN7H-0005y0-Kq; Thu, 10 Jun 2021 16:01:11 +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 1lrN7F-0005wX-Rj for kernel-team@lists.ubuntu.com; Thu, 10 Jun 2021 16:01:09 +0000 Received: from mail-ed1-f69.google.com ([209.85.208.69]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lrN7F-0008M1-Jl for kernel-team@lists.ubuntu.com; Thu, 10 Jun 2021 16:01:09 +0000 Received: by mail-ed1-f69.google.com with SMTP id c13-20020a50f60d0000b02903900105f127so14420530edn.22 for ; Thu, 10 Jun 2021 09:01:09 -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=JMsEGndvUReZD6J3fZIL/EkMZkcChYzq+fy+V+DErt9J8sFEPesNG6y/cssMVqhkUP 62qmfO7aDPv7aR9fKHZ6quIEwMiVzgONmrZehBsOQuW+5k1w3d+obR7E4umMv2S8GJWL bgtWn7hhWcOm53GIqfp/iOYCamUxvvt/3gq1yoMsVxAQ0wEnBJD+h8gTvR5A0qGpaYBH l3BNNqsENm4LJebTmsniG3ZDGnazUVLgkCc0zsWUFZ7SBtnc1IY51oyJRwMsLyFjpA5L Tp7XC8AhlD5Uiovb6yb32zbQYYBP5ftRghU1L1Jwxh1eNLcMZaiFb9Bvj7y8mFSTeaxF KZBA== X-Gm-Message-State: AOAM531vEIXxay8DeOjOtQFAikQ4XDKxB0eFdgaCQ6inmRNdJtpvOYlk mJzDoXnPukSrW69pI1HxzXarorX8VSc5jKo0t4HWPyC9S0WyCOxZo5eyidgkiIrMjYovXESQ8rQ txyUZaQD/sePFT/AIBxVmlqS0d8WfHggD5bTzeNqyQg== X-Received: by 2002:a17:906:d1d5:: with SMTP id bs21mr294543ejb.378.1623340869306; Thu, 10 Jun 2021 09:01:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzknbtCyQf52FjOSk8cpkCRpS51k45hP56NkPyydYU0GSYhl81/y615Rp2hrgB0Z6JczdScCw== X-Received: by 2002:a17:906:d1d5:: with SMTP id bs21mr294524ejb.378.1623340869092; Thu, 10 Jun 2021 09:01:09 -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.08 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 09:01:08 -0700 (PDT) From: Kleber Sacilotto de Souza To: kernel-team@lists.ubuntu.com Subject: [SRU][f/linux-meta-gcp-5.8][PATCH 1/1] UBUNTU: [Packaging] Fix provides for *--modules-extra--preferred Date: Thu, 10 Jun 2021 18:00:54 +0200 Message-Id: <20210610160054.315206-7-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)