From patchwork Thu Jun 10 16:00:52 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: 1490587 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 4G17xn37r9z9sXN; Fri, 11 Jun 2021 02:01:17 +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 1lrN7I-0005yk-AS; Thu, 10 Jun 2021 16:01:12 +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 1lrN7E-0005vg-J4 for kernel-team@lists.ubuntu.com; Thu, 10 Jun 2021 16:01:08 +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 1lrN7E-0008Lr-5a for kernel-team@lists.ubuntu.com; Thu, 10 Jun 2021 16:01:08 +0000 Received: by mail-ed1-f69.google.com with SMTP id s25-20020aa7c5590000b0290392e051b029so9424818edr.11 for ; Thu, 10 Jun 2021 09:01:08 -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=WRdUk39pVz2qa+mPK5D+bybs5okxRBg9r9x4xbtNDkI=; b=EW6Y979vDd1bYYTFVJWohx98EpKLywKuprMdQGb3lsbOl3KkYzIQv7aqJkHfVDIoML bmHC2vzciLCliCzw9b3RnaQKqCgwEdGgIWjAfAbThN4Vfb23ftf41o+L9g53f4qwQzgd 5m/vr/iW1jZp6/o3HYkF3jIbjr62PGqQF/ubusqvX7v1Q5fD+hCvsiufeoDo09ePlwgF UQZwhVBOPI918D5OZkPtWcJXqnH2lKb4kLqXEaHnLxU9u3kdGck7UhDcAzP6Ya/bZkTt v/WCop4L4V7H1ZejLqL8o62C2LYr6F8BPVal3n89bAnNaF0wrrrrr/Tc+5GDvVZMnBXl L/Ng== X-Gm-Message-State: AOAM532xTKDAMbVUWSdRA4k7WQlUgs5jFsRexdPmcyDpm32guPVc811D Wb80xcAO6ytRurf8bpqN6R6YKE15A5vH/x6TEU2vVGfSqnMPpcDmHlQSwwyv/VFidFszxEQRI/d EqybekwktN8tyoAb+FCIyPtrC548sVb3iwOinKXTGdg== X-Received: by 2002:a05:6402:158e:: with SMTP id c14mr172394edv.128.1623340867863; Thu, 10 Jun 2021 09:01:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx5ox7plOjgL3UDDBX8FUMRnZJDu1koV/UblwipYbcf0OaKeOP1Jh1z7bxavUNaJ07SCvt0LQ== X-Received: by 2002:a05:6402:158e:: with SMTP id c14mr172370edv.128.1623340867711; Thu, 10 Jun 2021 09:01:07 -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.07 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 09:01:07 -0700 (PDT) From: Kleber Sacilotto de Souza To: kernel-team@lists.ubuntu.com Subject: [SRU][f/linux-meta-azure-5.8][PATCH 1/1] UBUNTU: [Packaging] Fix provides for *--modules-extra--preferred Date: Thu, 10 Jun 2021 18:00:52 +0200 Message-Id: <20210610160054.315206-5-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/azure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.d/azure b/debian/control.d/azure index c8f2c52..371068f 100644 --- a/debian/control.d/azure +++ b/debian/control.d/azure @@ -21,7 +21,7 @@ Package: linux-modules-extra-azure${variant:suffix} Architecture: amd64 Section: metapackages Priority: optional -Provides: ${test:provides-modules-extra-azure} +Provides: ${test:provides-modules-extra-azure} ${test:provides-modules-extra-preferred} Depends: ${misc:Depends}, linux-modules-extra-${kernel-abi-version}-azure Description: Linux kernel extra modules for Azure systems. This package will always depend on the latest extra modules package