From nobody Sat May 11 12:08:11 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1701452703821708.4943768703006; Fri, 1 Dec 2023 09:45:03 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 2FF5B1B09; Fri, 1 Dec 2023 12:45:03 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 2D33D1C46; Fri, 1 Dec 2023 12:25:29 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 11E4A1AA3; Fri, 1 Dec 2023 12:25:14 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id A94331C38 for ; Fri, 1 Dec 2023 12:24:20 -0500 (EST) Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-2-6seFqiy6Nh62ikRc3wRhSQ-1; Fri, 01 Dec 2023 12:21:10 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EA0903C14AA0 for ; Fri, 1 Dec 2023 17:21:09 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.225.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7E8311C060AE for ; Fri, 1 Dec 2023 17:21:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: 6seFqiy6Nh62ikRc3wRhSQ-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [libvirt PATCH 1/9] rpm: Drop MinGW BuildRequires on libgcrypt/libgpg-error Date: Fri, 1 Dec 2023 18:20:58 +0100 Message-ID: <20231201172107.1103113-2-abologna@redhat.com> In-Reply-To: <20231201172107.1103113-1-abologna@redhat.com> References: <20231201172107.1103113-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: 5UME74577CXVEV57BTBRQ7NZKDAU34LL X-Message-ID-Hash: 5UME74577CXVEV57BTBRQ7NZKDAU34LL X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1701452703931000001 They've been there since the start, but we don't seem to be using them for anything. The native part doesn't have BuildRequires on the native equivalents. Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- libvirt.spec.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index f3fdedfde4..b63f04263c 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -431,8 +431,6 @@ BuildRequires: mingw32-filesystem BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils BuildRequires: mingw32-glib2 >=3D 2.48 -BuildRequires: mingw32-libgpg-error -BuildRequires: mingw32-libgcrypt BuildRequires: mingw32-gnutls BuildRequires: mingw32-gettext BuildRequires: mingw32-libxml2 @@ -446,8 +444,6 @@ BuildRequires: mingw64-filesystem BuildRequires: mingw64-gcc BuildRequires: mingw64-binutils BuildRequires: mingw64-glib2 >=3D 2.48 -BuildRequires: mingw64-libgpg-error -BuildRequires: mingw64-libgcrypt BuildRequires: mingw64-gnutls BuildRequires: mingw64-gettext BuildRequires: mingw64-libxml2 --=20 2.43.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sat May 11 12:08:11 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1701451371528611.2336608413044; Fri, 1 Dec 2023 09:22:51 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id AD2F21BC7; Fri, 1 Dec 2023 12:22:50 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id CFFBF1ADF; Fri, 1 Dec 2023 12:21:17 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 0D61F1AA9; Fri, 1 Dec 2023 12:21:13 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 8B3A71AA3 for ; Fri, 1 Dec 2023 12:21:12 -0500 (EST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-14-2RfQROw3PjyZcQd6ByOpQg-1; Fri, 01 Dec 2023 12:21:10 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A4FB1836F3A for ; Fri, 1 Dec 2023 17:21:10 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.225.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3924A1C060AE for ; Fri, 1 Dec 2023 17:21:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: 2RfQROw3PjyZcQd6ByOpQg-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [libvirt PATCH 2/9] meson: Stop looking for udevadm at build time Date: Fri, 1 Dec 2023 18:20:59 +0100 Message-ID: <20231201172107.1103113-3-abologna@redhat.com> In-Reply-To: <20231201172107.1103113-1-abologna@redhat.com> References: <20231201172107.1103113-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: LXXIDRGI2YEQXHCESFMCVQBSOWQ52ODL X-Message-ID-Hash: LXXIDRGI2YEQXHCESFMCVQBSOWQ52ODL X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1701451371991000001 We only use it at runtime, not during the build process. Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- meson.build | 1 - src/util/virutil.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5fb827cca8..fdff8dcb97 100644 --- a/meson.build +++ b/meson.build @@ -820,7 +820,6 @@ optional_programs =3D [ 'rmmod', 'scrub', 'tc', - 'udevadm', ] =20 foreach name : optional_programs diff --git a/src/util/virutil.c b/src/util/virutil.c index c90d0be836..17d65ad834 100644 --- a/src/util/virutil.c +++ b/src/util/virutil.c @@ -62,6 +62,8 @@ G_STATIC_ASSERT(sizeof(gid_t) <=3D sizeof(unsigned int) && =20 VIR_LOG_INIT("util.util"); =20 +#define UDEVADM "udevadm" + #ifndef WIN32 =20 int virSetInherit(int fd, bool inherit) --=20 2.43.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sat May 11 12:08:11 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1701451452061549.6615169893032; Fri, 1 Dec 2023 09:24:12 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 622D51B26; Fri, 1 Dec 2023 12:24:11 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 55EDD1BAC; Fri, 1 Dec 2023 12:21:25 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 9BB3E1AD5; Fri, 1 Dec 2023 12:21:13 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 324541AA5 for ; Fri, 1 Dec 2023 12:21:13 -0500 (EST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-626-4l8vjEEKM7CY3wBihoiuDg-1; Fri, 01 Dec 2023 12:21:11 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 61B5A811E7D for ; Fri, 1 Dec 2023 17:21:11 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.225.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E83E31C060AE for ; Fri, 1 Dec 2023 17:21:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: 4l8vjEEKM7CY3wBihoiuDg-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [libvirt PATCH 3/9] meson: Stop looking for scrub at build time Date: Fri, 1 Dec 2023 18:21:00 +0100 Message-ID: <20231201172107.1103113-4-abologna@redhat.com> In-Reply-To: <20231201172107.1103113-1-abologna@redhat.com> References: <20231201172107.1103113-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: MA4JRPIV2XBTASAMO3NAMXGVO2KQNJG3 X-Message-ID-Hash: MA4JRPIV2XBTASAMO3NAMXGVO2KQNJG3 X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1701451454172000001 We only use it at runtime, not during the build process. Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- meson.build | 1 - src/storage/storage_util.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fdff8dcb97..fa4062df2f 100644 --- a/meson.build +++ b/meson.build @@ -818,7 +818,6 @@ optional_programs =3D [ 'pdwtags', 'pytest', 'rmmod', - 'scrub', 'tc', ] =20 diff --git a/src/storage/storage_util.c b/src/storage/storage_util.c index 7243308a02..7bf815d978 100644 --- a/src/storage/storage_util.c +++ b/src/storage/storage_util.c @@ -73,6 +73,7 @@ VIR_LOG_INIT("storage.storage_util"); #endif =20 #define PARTED "parted" +#define SCRUB "scrub" =20 /* virStorageBackendNamespaceInit: * @poolType: virStoragePoolType --=20 2.43.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sat May 11 12:08:11 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1701451541795441.03831609378574; Fri, 1 Dec 2023 09:25:41 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 19E721BBF; Fri, 1 Dec 2023 12:25:41 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id AF5B41B83; Fri, 1 Dec 2023 12:21:35 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 4F7281AD9; Fri, 1 Dec 2023 12:21:15 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 7EF2A1AA3 for ; Fri, 1 Dec 2023 12:21:14 -0500 (EST) Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-42-_rFwdnWeOHGBVWtB1atYIA-1; Fri, 01 Dec 2023 12:21:12 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1BBBC2810D4E for ; Fri, 1 Dec 2023 17:21:12 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.225.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A28651C060BB for ; Fri, 1 Dec 2023 17:21:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: _rFwdnWeOHGBVWtB1atYIA-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [libvirt PATCH 4/9] meson: Stop looking for passt at build time Date: Fri, 1 Dec 2023 18:21:01 +0100 Message-ID: <20231201172107.1103113-5-abologna@redhat.com> In-Reply-To: <20231201172107.1103113-1-abologna@redhat.com> References: <20231201172107.1103113-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: WLEP63XUIJJ3IUGYKDZK3X42HVZK2PM3 X-Message-ID-Hash: WLEP63XUIJJ3IUGYKDZK3X42HVZK2PM3 X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1701451542366000001 We only use it at runtime, not during the build process. Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- meson.build | 1 - src/qemu/qemu_passt.c | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fa4062df2f..4d96b32e58 100644 --- a/meson.build +++ b/meson.build @@ -814,7 +814,6 @@ optional_programs =3D [ 'mm-ctl', 'modprobe', 'ovs-vsctl', - 'passt', 'pdwtags', 'pytest', 'rmmod', diff --git a/src/qemu/qemu_passt.c b/src/qemu/qemu_passt.c index c364fba4e7..70a12c825e 100644 --- a/src/qemu/qemu_passt.c +++ b/src/qemu/qemu_passt.c @@ -35,6 +35,9 @@ VIR_LOG_INIT("qemu.passt"); =20 =20 +#define PASST "passt" + + static char * qemuPasstCreatePidFilename(virDomainObj *vm, virDomainNetDef *net) --=20 2.43.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sat May 11 12:08:11 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1701452007958305.45984282183815; Fri, 1 Dec 2023 09:33:27 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 11F731B7E; Fri, 1 Dec 2023 12:33:27 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id A26C61B09; Fri, 1 Dec 2023 12:21:53 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 6315F1AA4; Fri, 1 Dec 2023 12:21:16 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id CBF1A1AD5 for ; Fri, 1 Dec 2023 12:21:14 -0500 (EST) Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-617-l_wqBQTlNcCXLZFl7hofZA-1; Fri, 01 Dec 2023 12:21:13 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C95582810D48 for ; Fri, 1 Dec 2023 17:21:12 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.225.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5E01D1C060AE for ; Fri, 1 Dec 2023 17:21:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: l_wqBQTlNcCXLZFl7hofZA-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [libvirt PATCH 5/9] rpm: Add Requires on scrub Date: Fri, 1 Dec 2023 18:21:02 +0100 Message-ID: <20231201172107.1103113-6-abologna@redhat.com> In-Reply-To: <20231201172107.1103113-1-abologna@redhat.com> References: <20231201172107.1103113-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: AR5YVVASF6MFK3NJDLMSAIGMCP2NAAZT X-Message-ID-Hash: AR5YVVASF6MFK3NJDLMSAIGMCP2NAAZT X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1701452010197000001 We currently have a BuildDepends on it, which doesn't help ensuring that the tool is available at runtime, when the storage driver might need to spawn it. Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- libvirt.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index b63f04263c..6f58ed3899 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -646,6 +646,8 @@ Requires: libvirt-libs =3D %{version}-%{release} Requires: nfs-utils # For mkfs Requires: util-linux +# For storage wiping with different algorithms +Requires: scrub %if %{with_qemu} # From QEMU RPMs Requires: /usr/bin/qemu-img --=20 2.43.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sat May 11 12:08:11 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 170145209337271.6402260425134; Fri, 1 Dec 2023 09:34:53 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id BB9371B65; Fri, 1 Dec 2023 12:34:52 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 96CFC1C11; Fri, 1 Dec 2023 12:22:01 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id AC0F21AA4; Fri, 1 Dec 2023 12:21:16 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 720D11AA3 for ; Fri, 1 Dec 2023 12:21:15 -0500 (EST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-630-RvfzA_gtN5OU_Bq6yM-Qmw-1; Fri, 01 Dec 2023 12:21:13 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 8494C811E7E for ; Fri, 1 Dec 2023 17:21:13 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.225.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 18D5E1C060AE for ; Fri, 1 Dec 2023 17:21:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: RvfzA_gtN5OU_Bq6yM-Qmw-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [libvirt PATCH 6/9] rpm: Drop BuildDepends on scrub Date: Fri, 1 Dec 2023 18:21:03 +0100 Message-ID: <20231201172107.1103113-7-abologna@redhat.com> In-Reply-To: <20231201172107.1103113-1-abologna@redhat.com> References: <20231201172107.1103113-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: NIACPWX6WASDRCIB45ESZELJIWH32SIY X-Message-ID-Hash: NIACPWX6WASDRCIB45ESZELJIWH32SIY X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1701452094240000001 Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- libvirt.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 6f58ed3899..5a5adf86bc 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -408,8 +408,6 @@ BuildRequires: systemtap-sdt-devel BuildRequires: util-linux # For showmount in FS driver (netfs discovery) BuildRequires: nfs-utils -# For storage wiping with different algorithms -BuildRequires: scrub %if %{with_numad} BuildRequires: numad %endif --=20 2.43.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sat May 11 12:08:11 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1701452157873837.5365418762024; Fri, 1 Dec 2023 09:35:57 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 4C1751BD4; Fri, 1 Dec 2023 12:35:57 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id D5F731BAA; Fri, 1 Dec 2023 12:22:11 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 73C581B36; Fri, 1 Dec 2023 12:21:19 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id EF8581A99 for ; Fri, 1 Dec 2023 12:21:16 -0500 (EST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-30-R7wdtx61MJOxkS5JCeX-CQ-1; Fri, 01 Dec 2023 12:21:14 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3F04285A58B for ; Fri, 1 Dec 2023 17:21:14 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.225.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C799B1C060AE for ; Fri, 1 Dec 2023 17:21:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: R7wdtx61MJOxkS5JCeX-CQ-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [libvirt PATCH 7/9] rpm: Drop BuildDepends on passt Date: Fri, 1 Dec 2023 18:21:04 +0100 Message-ID: <20231201172107.1103113-8-abologna@redhat.com> In-Reply-To: <20231201172107.1103113-1-abologna@redhat.com> References: <20231201172107.1103113-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: F2SDQATO5SL2MCLNJBIN74T26CLFKGTD X-Message-ID-Hash: F2SDQATO5SL2MCLNJBIN74T26CLFKGTD X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1701452158393000001 Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- libvirt.spec.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 5a5adf86bc..1d0ec5073d 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -391,9 +391,6 @@ BuildRequires: libssh2-devel >=3D 1.3.0 %endif %if %{with_netcf} BuildRequires: netcf-devel >=3D 0.2.2 - %endif - %if 0%{?fedora} || 0%{?rhel} >=3D 9 -BuildRequires: passt %endif %if %{with_esx} BuildRequires: libcurl-devel --=20 2.43.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sat May 11 12:08:11 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1701452506256465.7919758745263; Fri, 1 Dec 2023 09:41:46 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 8B7081BFD; Fri, 1 Dec 2023 12:41:45 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 6BDE51AA4; Fri, 1 Dec 2023 12:22:21 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 879A21BE7; Fri, 1 Dec 2023 12:21:38 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 3DD5B1AA3 for ; Fri, 1 Dec 2023 12:21:17 -0500 (EST) Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-596-KzwJmpX3Nte0aFGN0IOQng-1; Fri, 01 Dec 2023 12:21:15 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6634B1C07557 for ; Fri, 1 Dec 2023 17:21:15 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.225.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 842871C060AE for ; Fri, 1 Dec 2023 17:21:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: KzwJmpX3Nte0aFGN0IOQng-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [libvirt PATCH 8/9] ci: Refresh generated files Date: Fri, 1 Dec 2023 18:21:05 +0100 Message-ID: <20231201172107.1103113-9-abologna@redhat.com> In-Reply-To: <20231201172107.1103113-1-abologna@redhat.com> References: <20231201172107.1103113-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: QCPSO4635HCNWLB2H4YRCW4YGSWEJG2U X-Message-ID-Hash: QCPSO4635HCNWLB2H4YRCW4YGSWEJG2U X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1701452507779000001 Add black, drop scrub. Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- ci/buildenv/almalinux-8.sh | 5 ++++- ci/buildenv/alpine-317.sh | 1 + ci/buildenv/alpine-edge.sh | 1 + ci/buildenv/centos-stream-8.sh | 5 ++++- ci/buildenv/centos-stream-9.sh | 5 ++++- ci/buildenv/debian-11-cross-aarch64.sh | 2 +- ci/buildenv/debian-11-cross-armv6l.sh | 2 +- ci/buildenv/debian-11-cross-armv7l.sh | 2 +- ci/buildenv/debian-11-cross-i686.sh | 2 +- ci/buildenv/debian-11-cross-mips64el.sh | 2 +- ci/buildenv/debian-11-cross-mipsel.sh | 2 +- ci/buildenv/debian-11-cross-ppc64le.sh | 2 +- ci/buildenv/debian-11-cross-s390x.sh | 2 +- ci/buildenv/debian-11.sh | 2 +- ci/buildenv/debian-12-cross-aarch64.sh | 2 +- ci/buildenv/debian-12-cross-armv6l.sh | 2 +- ci/buildenv/debian-12-cross-armv7l.sh | 2 +- ci/buildenv/debian-12-cross-i686.sh | 2 +- ci/buildenv/debian-12-cross-mips64el.sh | 2 +- ci/buildenv/debian-12-cross-mipsel.sh | 2 +- ci/buildenv/debian-12-cross-ppc64le.sh | 2 +- ci/buildenv/debian-12-cross-s390x.sh | 2 +- ci/buildenv/debian-12.sh | 2 +- ci/buildenv/debian-sid-cross-aarch64.sh | 2 +- ci/buildenv/debian-sid-cross-armv6l.sh | 2 +- ci/buildenv/debian-sid-cross-armv7l.sh | 2 +- ci/buildenv/debian-sid-cross-i686.sh | 2 +- ci/buildenv/debian-sid-cross-mips64el.sh | 2 +- ci/buildenv/debian-sid-cross-ppc64le.sh | 2 +- ci/buildenv/debian-sid-cross-s390x.sh | 2 +- ci/buildenv/debian-sid.sh | 2 +- ci/buildenv/fedora-37.sh | 2 +- ci/buildenv/fedora-38-cross-mingw32.sh | 2 +- ci/buildenv/fedora-38-cross-mingw64.sh | 2 +- ci/buildenv/fedora-38.sh | 2 +- ci/buildenv/fedora-rawhide-cross-mingw32.sh | 2 +- ci/buildenv/fedora-rawhide-cross-mingw64.sh | 2 +- ci/buildenv/fedora-rawhide.sh | 2 +- ci/buildenv/opensuse-leap-15.sh | 5 ++++- ci/buildenv/opensuse-tumbleweed.sh | 4 ++-- ci/buildenv/ubuntu-2004.sh | 2 +- ci/buildenv/ubuntu-2204.sh | 2 +- ci/cirrus/freebsd-12.vars | 2 +- ci/cirrus/freebsd-13.vars | 2 +- ci/cirrus/macos-13.vars | 2 +- ci/cirrus/macos-14.vars | 2 +- ci/containers/almalinux-8.Dockerfile | 6 +++++- ci/containers/alpine-317.Dockerfile | 1 + ci/containers/alpine-edge.Dockerfile | 1 + ci/containers/centos-stream-8.Dockerfile | 6 +++++- ci/containers/centos-stream-9.Dockerfile | 6 +++++- ci/containers/debian-11-cross-aarch64.Dockerfile | 2 +- ci/containers/debian-11-cross-armv6l.Dockerfile | 2 +- ci/containers/debian-11-cross-armv7l.Dockerfile | 2 +- ci/containers/debian-11-cross-i686.Dockerfile | 2 +- ci/containers/debian-11-cross-mips64el.Dockerfile | 2 +- ci/containers/debian-11-cross-mipsel.Dockerfile | 2 +- ci/containers/debian-11-cross-ppc64le.Dockerfile | 2 +- ci/containers/debian-11-cross-s390x.Dockerfile | 2 +- ci/containers/debian-11.Dockerfile | 2 +- ci/containers/debian-12-cross-aarch64.Dockerfile | 2 +- ci/containers/debian-12-cross-armv6l.Dockerfile | 2 +- ci/containers/debian-12-cross-armv7l.Dockerfile | 2 +- ci/containers/debian-12-cross-i686.Dockerfile | 2 +- ci/containers/debian-12-cross-mips64el.Dockerfile | 2 +- ci/containers/debian-12-cross-mipsel.Dockerfile | 2 +- ci/containers/debian-12-cross-ppc64le.Dockerfile | 2 +- ci/containers/debian-12-cross-s390x.Dockerfile | 2 +- ci/containers/debian-12.Dockerfile | 2 +- ci/containers/debian-sid-cross-aarch64.Dockerfile | 2 +- ci/containers/debian-sid-cross-armv6l.Dockerfile | 2 +- ci/containers/debian-sid-cross-armv7l.Dockerfile | 2 +- ci/containers/debian-sid-cross-i686.Dockerfile | 2 +- ci/containers/debian-sid-cross-mips64el.Dockerfile | 2 +- ci/containers/debian-sid-cross-ppc64le.Dockerfile | 2 +- ci/containers/debian-sid-cross-s390x.Dockerfile | 2 +- ci/containers/debian-sid.Dockerfile | 2 +- ci/containers/fedora-37.Dockerfile | 2 +- ci/containers/fedora-38-cross-mingw32.Dockerfile | 2 +- ci/containers/fedora-38-cross-mingw64.Dockerfile | 2 +- ci/containers/fedora-38.Dockerfile | 2 +- ci/containers/fedora-rawhide-cross-mingw32.Dockerfile | 2 +- ci/containers/fedora-rawhide-cross-mingw64.Dockerfile | 2 +- ci/containers/fedora-rawhide.Dockerfile | 2 +- ci/containers/opensuse-leap-15.Dockerfile | 6 +++++- ci/containers/opensuse-tumbleweed.Dockerfile | 4 ++-- ci/containers/ubuntu-2004.Dockerfile | 2 +- ci/containers/ubuntu-2204.Dockerfile | 2 +- 88 files changed, 118 insertions(+), 86 deletions(-) diff --git a/ci/buildenv/almalinux-8.sh b/ci/buildenv/almalinux-8.sh index 0f0e66ef9a..322f8fc062 100644 --- a/ci/buildenv/almalinux-8.sh +++ b/ci/buildenv/almalinux-8.sh @@ -73,12 +73,14 @@ function install_buildenv() { python3 \ python3-docutils \ python3-flake8 \ + python3-pip \ python3-pytest \ + python3-setuptools \ + python3-wheel \ qemu-img \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ @@ -90,6 +92,7 @@ function install_buildenv() { ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc + /usr/bin/pip3 install black } =20 export CCACHE_WRAPPERSDIR=3D"/usr/libexec/ccache-wrappers" diff --git a/ci/buildenv/alpine-317.sh b/ci/buildenv/alpine-317.sh index d11c247051..18aaa936eb 100644 --- a/ci/buildenv/alpine-317.sh +++ b/ci/buildenv/alpine-317.sh @@ -13,6 +13,7 @@ function install_buildenv() { audit-dev \ augeas \ bash-completion \ + black \ ca-certificates \ ccache \ ceph-dev \ diff --git a/ci/buildenv/alpine-edge.sh b/ci/buildenv/alpine-edge.sh index d11c247051..18aaa936eb 100644 --- a/ci/buildenv/alpine-edge.sh +++ b/ci/buildenv/alpine-edge.sh @@ -13,6 +13,7 @@ function install_buildenv() { audit-dev \ augeas \ bash-completion \ + black \ ca-certificates \ ccache \ ceph-dev \ diff --git a/ci/buildenv/centos-stream-8.sh b/ci/buildenv/centos-stream-8.sh index 58adc95633..44e39a9112 100644 --- a/ci/buildenv/centos-stream-8.sh +++ b/ci/buildenv/centos-stream-8.sh @@ -74,12 +74,14 @@ function install_buildenv() { python3 \ python3-docutils \ python3-flake8 \ + python3-pip \ python3-pytest \ + python3-setuptools \ + python3-wheel \ qemu-img \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ @@ -91,6 +93,7 @@ function install_buildenv() { ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc + /usr/bin/pip3 install black } =20 export CCACHE_WRAPPERSDIR=3D"/usr/libexec/ccache-wrappers" diff --git a/ci/buildenv/centos-stream-9.sh b/ci/buildenv/centos-stream-9.sh index 28960fff46..794c731016 100644 --- a/ci/buildenv/centos-stream-9.sh +++ b/ci/buildenv/centos-stream-9.sh @@ -70,12 +70,14 @@ function install_buildenv() { python3 \ python3-docutils \ python3-flake8 \ + python3-pip \ python3-pytest \ + python3-setuptools \ + python3-wheel \ qemu-img \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ @@ -87,6 +89,7 @@ function install_buildenv() { ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc + /usr/bin/pip3 install black } =20 export CCACHE_WRAPPERSDIR=3D"/usr/libexec/ccache-wrappers" diff --git a/ci/buildenv/debian-11-cross-aarch64.sh b/ci/buildenv/debian-11= -cross-aarch64.sh index ba0062577f..0b8f7046c7 100644 --- a/ci/buildenv/debian-11-cross-aarch64.sh +++ b/ci/buildenv/debian-11-cross-aarch64.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -42,7 +43,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-11-cross-armv6l.sh b/ci/buildenv/debian-11-= cross-armv6l.sh index 272cb71c8a..9a36c4be5b 100644 --- a/ci/buildenv/debian-11-cross-armv6l.sh +++ b/ci/buildenv/debian-11-cross-armv6l.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -42,7 +43,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-11-cross-armv7l.sh b/ci/buildenv/debian-11-= cross-armv7l.sh index 4cbb2bddf1..5041e8895c 100644 --- a/ci/buildenv/debian-11-cross-armv7l.sh +++ b/ci/buildenv/debian-11-cross-armv7l.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -42,7 +43,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-11-cross-i686.sh b/ci/buildenv/debian-11-cr= oss-i686.sh index 9cb76c85c8..ffdd9d0db9 100644 --- a/ci/buildenv/debian-11-cross-i686.sh +++ b/ci/buildenv/debian-11-cross-i686.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -42,7 +43,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-11-cross-mips64el.sh b/ci/buildenv/debian-1= 1-cross-mips64el.sh index 3960d6f949..a1727dcca3 100644 --- a/ci/buildenv/debian-11-cross-mips64el.sh +++ b/ci/buildenv/debian-11-cross-mips64el.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -42,7 +43,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-11-cross-mipsel.sh b/ci/buildenv/debian-11-= cross-mipsel.sh index 787da13997..4edad75f64 100644 --- a/ci/buildenv/debian-11-cross-mipsel.sh +++ b/ci/buildenv/debian-11-cross-mipsel.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -42,7 +43,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-11-cross-ppc64le.sh b/ci/buildenv/debian-11= -cross-ppc64le.sh index 60fd2e116c..be74683905 100644 --- a/ci/buildenv/debian-11-cross-ppc64le.sh +++ b/ci/buildenv/debian-11-cross-ppc64le.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -42,7 +43,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-11-cross-s390x.sh b/ci/buildenv/debian-11-c= ross-s390x.sh index b703571016..a4641bcae8 100644 --- a/ci/buildenv/debian-11-cross-s390x.sh +++ b/ci/buildenv/debian-11-cross-s390x.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -42,7 +43,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-11.sh b/ci/buildenv/debian-11.sh index 353bc76567..d445616684 100644 --- a/ci/buildenv/debian-11.sh +++ b/ci/buildenv/debian-11.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ clang \ @@ -77,7 +78,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ diff --git a/ci/buildenv/debian-12-cross-aarch64.sh b/ci/buildenv/debian-12= -cross-aarch64.sh index 16857a60c8..ecedf390f6 100644 --- a/ci/buildenv/debian-12-cross-aarch64.sh +++ b/ci/buildenv/debian-12-cross-aarch64.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-12-cross-armv6l.sh b/ci/buildenv/debian-12-= cross-armv6l.sh index 8d758a195b..f65856143d 100644 --- a/ci/buildenv/debian-12-cross-armv6l.sh +++ b/ci/buildenv/debian-12-cross-armv6l.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-12-cross-armv7l.sh b/ci/buildenv/debian-12-= cross-armv7l.sh index 08e1b08d4d..e74f363fcb 100644 --- a/ci/buildenv/debian-12-cross-armv7l.sh +++ b/ci/buildenv/debian-12-cross-armv7l.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-12-cross-i686.sh b/ci/buildenv/debian-12-cr= oss-i686.sh index 37142cb0c3..c0e194c552 100644 --- a/ci/buildenv/debian-12-cross-i686.sh +++ b/ci/buildenv/debian-12-cross-i686.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-12-cross-mips64el.sh b/ci/buildenv/debian-1= 2-cross-mips64el.sh index aab7c72a4f..f374c33379 100644 --- a/ci/buildenv/debian-12-cross-mips64el.sh +++ b/ci/buildenv/debian-12-cross-mips64el.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-12-cross-mipsel.sh b/ci/buildenv/debian-12-= cross-mipsel.sh index c188d46f41..23d4052c42 100644 --- a/ci/buildenv/debian-12-cross-mipsel.sh +++ b/ci/buildenv/debian-12-cross-mipsel.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-12-cross-ppc64le.sh b/ci/buildenv/debian-12= -cross-ppc64le.sh index 75b82147f9..5fd07da2c8 100644 --- a/ci/buildenv/debian-12-cross-ppc64le.sh +++ b/ci/buildenv/debian-12-cross-ppc64le.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-12-cross-s390x.sh b/ci/buildenv/debian-12-c= ross-s390x.sh index e537333efb..a9f2063642 100644 --- a/ci/buildenv/debian-12-cross-s390x.sh +++ b/ci/buildenv/debian-12-cross-s390x.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-12.sh b/ci/buildenv/debian-12.sh index 5b259a243a..01521b9074 100644 --- a/ci/buildenv/debian-12.sh +++ b/ci/buildenv/debian-12.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ clang \ @@ -77,7 +78,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ diff --git a/ci/buildenv/debian-sid-cross-aarch64.sh b/ci/buildenv/debian-s= id-cross-aarch64.sh index 16857a60c8..ecedf390f6 100644 --- a/ci/buildenv/debian-sid-cross-aarch64.sh +++ b/ci/buildenv/debian-sid-cross-aarch64.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-sid-cross-armv6l.sh b/ci/buildenv/debian-si= d-cross-armv6l.sh index 69a5612d01..81ac6defb2 100644 --- a/ci/buildenv/debian-sid-cross-armv6l.sh +++ b/ci/buildenv/debian-sid-cross-armv6l.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-sid-cross-armv7l.sh b/ci/buildenv/debian-si= d-cross-armv7l.sh index 2f59aa4203..30ff3e5381 100644 --- a/ci/buildenv/debian-sid-cross-armv7l.sh +++ b/ci/buildenv/debian-sid-cross-armv7l.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-sid-cross-i686.sh b/ci/buildenv/debian-sid-= cross-i686.sh index f096fa88c6..04cccfd05f 100644 --- a/ci/buildenv/debian-sid-cross-i686.sh +++ b/ci/buildenv/debian-sid-cross-i686.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-sid-cross-mips64el.sh b/ci/buildenv/debian-= sid-cross-mips64el.sh index aab7c72a4f..f374c33379 100644 --- a/ci/buildenv/debian-sid-cross-mips64el.sh +++ b/ci/buildenv/debian-sid-cross-mips64el.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-sid-cross-ppc64le.sh b/ci/buildenv/debian-s= id-cross-ppc64le.sh index 75b82147f9..5fd07da2c8 100644 --- a/ci/buildenv/debian-sid-cross-ppc64le.sh +++ b/ci/buildenv/debian-sid-cross-ppc64le.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-sid-cross-s390x.sh b/ci/buildenv/debian-sid= -cross-s390x.sh index e537333efb..a9f2063642 100644 --- a/ci/buildenv/debian-sid-cross-s390x.sh +++ b/ci/buildenv/debian-sid-cross-s390x.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -43,7 +44,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen diff --git a/ci/buildenv/debian-sid.sh b/ci/buildenv/debian-sid.sh index 5b259a243a..01521b9074 100644 --- a/ci/buildenv/debian-sid.sh +++ b/ci/buildenv/debian-sid.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ clang \ @@ -77,7 +78,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ diff --git a/ci/buildenv/fedora-37.sh b/ci/buildenv/fedora-37.sh index 10c5e1651f..2e7ec0d2e9 100644 --- a/ci/buildenv/fedora-37.sh +++ b/ci/buildenv/fedora-37.sh @@ -68,6 +68,7 @@ function install_buildenv() { pkgconfig \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ @@ -75,7 +76,6 @@ function install_buildenv() { readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ diff --git a/ci/buildenv/fedora-38-cross-mingw32.sh b/ci/buildenv/fedora-38= -cross-mingw32.sh index 3b1479d945..325e953dec 100644 --- a/ci/buildenv/fedora-38-cross-mingw32.sh +++ b/ci/buildenv/fedora-38-cross-mingw32.sh @@ -39,12 +39,12 @@ function install_buildenv() { perl-base \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ qemu-img \ rpm-build \ - scrub \ sed \ systemd-rpm-macros dnf install -y \ diff --git a/ci/buildenv/fedora-38-cross-mingw64.sh b/ci/buildenv/fedora-38= -cross-mingw64.sh index 5ab11f7af1..4e79a753d2 100644 --- a/ci/buildenv/fedora-38-cross-mingw64.sh +++ b/ci/buildenv/fedora-38-cross-mingw64.sh @@ -39,12 +39,12 @@ function install_buildenv() { perl-base \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ qemu-img \ rpm-build \ - scrub \ sed \ systemd-rpm-macros dnf install -y \ diff --git a/ci/buildenv/fedora-38.sh b/ci/buildenv/fedora-38.sh index 10c5e1651f..2e7ec0d2e9 100644 --- a/ci/buildenv/fedora-38.sh +++ b/ci/buildenv/fedora-38.sh @@ -68,6 +68,7 @@ function install_buildenv() { pkgconfig \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ @@ -75,7 +76,6 @@ function install_buildenv() { readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ diff --git a/ci/buildenv/fedora-rawhide-cross-mingw32.sh b/ci/buildenv/fedo= ra-rawhide-cross-mingw32.sh index 2dba1c835b..01c89b5019 100644 --- a/ci/buildenv/fedora-rawhide-cross-mingw32.sh +++ b/ci/buildenv/fedora-rawhide-cross-mingw32.sh @@ -40,12 +40,12 @@ function install_buildenv() { perl-base \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ qemu-img \ rpm-build \ - scrub \ sed \ systemd-rpm-macros dnf install -y \ diff --git a/ci/buildenv/fedora-rawhide-cross-mingw64.sh b/ci/buildenv/fedo= ra-rawhide-cross-mingw64.sh index 9ccd1c9914..918179454e 100644 --- a/ci/buildenv/fedora-rawhide-cross-mingw64.sh +++ b/ci/buildenv/fedora-rawhide-cross-mingw64.sh @@ -40,12 +40,12 @@ function install_buildenv() { perl-base \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ qemu-img \ rpm-build \ - scrub \ sed \ systemd-rpm-macros dnf install -y \ diff --git a/ci/buildenv/fedora-rawhide.sh b/ci/buildenv/fedora-rawhide.sh index 198fb85659..8af23ea834 100644 --- a/ci/buildenv/fedora-rawhide.sh +++ b/ci/buildenv/fedora-rawhide.sh @@ -69,6 +69,7 @@ function install_buildenv() { pkgconfig \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ @@ -76,7 +77,6 @@ function install_buildenv() { readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ diff --git a/ci/buildenv/opensuse-leap-15.sh b/ci/buildenv/opensuse-leap-15= .sh index 50fa733612..6bdd248cf0 100644 --- a/ci/buildenv/opensuse-leap-15.sh +++ b/ci/buildenv/opensuse-leap-15.sh @@ -72,12 +72,14 @@ function install_buildenv() { python3-base \ python3-docutils \ python3-flake8 \ + python3-pip \ python3-pytest \ + python3-setuptools \ + python3-wheel \ qemu-tools \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-rpm-macros \ systemtap-sdt-devel \ @@ -88,6 +90,7 @@ function install_buildenv() { ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc + /usr/bin/pip3 install black } =20 export CCACHE_WRAPPERSDIR=3D"/usr/libexec/ccache-wrappers" diff --git a/ci/buildenv/opensuse-tumbleweed.sh b/ci/buildenv/opensuse-tumb= leweed.sh index 56854136d3..ca0face186 100644 --- a/ci/buildenv/opensuse-tumbleweed.sh +++ b/ci/buildenv/opensuse-tumbleweed.sh @@ -70,14 +70,14 @@ function install_buildenv() { pkgconfig \ polkit \ python3-base \ + python3-black \ python3-docutils \ + python3-flake8 \ python3-pytest \ - python39-flake8 \ qemu-tools \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-rpm-macros \ systemtap-sdt-devel \ diff --git a/ci/buildenv/ubuntu-2004.sh b/ci/buildenv/ubuntu-2004.sh index 3572918758..893f25f094 100644 --- a/ci/buildenv/ubuntu-2004.sh +++ b/ci/buildenv/ubuntu-2004.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ clang \ @@ -80,7 +81,6 @@ function install_buildenv() { python3-setuptools \ python3-wheel \ qemu-utils \ - scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ diff --git a/ci/buildenv/ubuntu-2204.sh b/ci/buildenv/ubuntu-2204.sh index 153dd94209..472b6bcf52 100644 --- a/ci/buildenv/ubuntu-2204.sh +++ b/ci/buildenv/ubuntu-2204.sh @@ -12,6 +12,7 @@ function install_buildenv() { augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ clang \ @@ -78,7 +79,6 @@ function install_buildenv() { python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ diff --git a/ci/cirrus/freebsd-12.vars b/ci/cirrus/freebsd-12.vars index ec8b2e0faf..278b5834f6 100644 --- a/ci/cirrus/freebsd-12.vars +++ b/ci/cirrus/freebsd-12.vars @@ -11,6 +11,6 @@ MAKE=3D'/usr/local/bin/gmake' NINJA=3D'/usr/local/bin/ninja' PACKAGING_COMMAND=3D'pkg' PIP3=3D'/usr/local/bin/pip-3.8' -PKGS=3D'augeas bash-completion ca_root_nss ccache codespell cppi curl cyru= s-sasl diffutils diskscrub fusefs-libs gettext git glib gmake gnugrep gnutl= s gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl= 5 pkgconf polkit py39-docutils py39-flake8 py39-pytest python3 qemu readlin= e yajl' +PKGS=3D'augeas bash-completion ca_root_nss ccache codespell cppi curl cyru= s-sasl diffutils fusefs-libs gettext git glib gmake gnugrep gnutls gsed lib= pcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf = polkit py39-black py39-docutils py39-flake8 py39-pytest python3 qemu readli= ne yajl' PYPI_PKGS=3D'' PYTHON=3D'/usr/local/bin/python3' diff --git a/ci/cirrus/freebsd-13.vars b/ci/cirrus/freebsd-13.vars index ec8b2e0faf..278b5834f6 100644 --- a/ci/cirrus/freebsd-13.vars +++ b/ci/cirrus/freebsd-13.vars @@ -11,6 +11,6 @@ MAKE=3D'/usr/local/bin/gmake' NINJA=3D'/usr/local/bin/ninja' PACKAGING_COMMAND=3D'pkg' PIP3=3D'/usr/local/bin/pip-3.8' -PKGS=3D'augeas bash-completion ca_root_nss ccache codespell cppi curl cyru= s-sasl diffutils diskscrub fusefs-libs gettext git glib gmake gnugrep gnutl= s gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl= 5 pkgconf polkit py39-docutils py39-flake8 py39-pytest python3 qemu readlin= e yajl' +PKGS=3D'augeas bash-completion ca_root_nss ccache codespell cppi curl cyru= s-sasl diffutils fusefs-libs gettext git glib gmake gnugrep gnutls gsed lib= pcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf = polkit py39-black py39-docutils py39-flake8 py39-pytest python3 qemu readli= ne yajl' PYPI_PKGS=3D'' PYTHON=3D'/usr/local/bin/python3' diff --git a/ci/cirrus/macos-13.vars b/ci/cirrus/macos-13.vars index b059205480..ca4e55887c 100644 --- a/ci/cirrus/macos-13.vars +++ b/ci/cirrus/macos-13.vars @@ -11,6 +11,6 @@ MAKE=3D'/opt/homebrew/bin/gmake' NINJA=3D'/opt/homebrew/bin/ninja' PACKAGING_COMMAND=3D'brew' PIP3=3D'/opt/homebrew/bin/pip3' -PKGS=3D'augeas bash-completion ccache codespell cppi curl diffutils docuti= ls flake8 gettext git glib gnu-sed gnutls grep libiscsi libpcap libssh libs= sh2 libxml2 libxslt make meson ninja perl pkg-config python3 qemu readline = scrub yajl' +PKGS=3D'augeas bash-completion black ccache codespell cppi curl diffutils = docutils flake8 gettext git glib gnu-sed gnutls grep libiscsi libpcap libss= h libssh2 libxml2 libxslt make meson ninja perl pkg-config python3 qemu rea= dline yajl' PYPI_PKGS=3D'pytest' PYTHON=3D'/opt/homebrew/bin/python3' diff --git a/ci/cirrus/macos-14.vars b/ci/cirrus/macos-14.vars index b059205480..ca4e55887c 100644 --- a/ci/cirrus/macos-14.vars +++ b/ci/cirrus/macos-14.vars @@ -11,6 +11,6 @@ MAKE=3D'/opt/homebrew/bin/gmake' NINJA=3D'/opt/homebrew/bin/ninja' PACKAGING_COMMAND=3D'brew' PIP3=3D'/opt/homebrew/bin/pip3' -PKGS=3D'augeas bash-completion ccache codespell cppi curl diffutils docuti= ls flake8 gettext git glib gnu-sed gnutls grep libiscsi libpcap libssh libs= sh2 libxml2 libxslt make meson ninja perl pkg-config python3 qemu readline = scrub yajl' +PKGS=3D'augeas bash-completion black ccache codespell cppi curl diffutils = docutils flake8 gettext git glib gnu-sed gnutls grep libiscsi libpcap libss= h libssh2 libxml2 libxslt make meson ninja perl pkg-config python3 qemu rea= dline yajl' PYPI_PKGS=3D'pytest' PYTHON=3D'/opt/homebrew/bin/python3' diff --git a/ci/containers/almalinux-8.Dockerfile b/ci/containers/almalinux= -8.Dockerfile index 453fa28c7b..83d0315207 100644 --- a/ci/containers/almalinux-8.Dockerfile +++ b/ci/containers/almalinux-8.Dockerfile @@ -74,12 +74,14 @@ RUN dnf update -y && \ python3 \ python3-docutils \ python3-flake8 \ + python3-pip \ python3-pytest \ + python3-setuptools \ + python3-wheel \ qemu-img \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ @@ -94,6 +96,8 @@ RUN dnf update -y && \ ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc =20 +RUN /usr/bin/pip3 install black + ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" ENV LANG "en_US.UTF-8" ENV MAKE "/usr/bin/make" diff --git a/ci/containers/alpine-317.Dockerfile b/ci/containers/alpine-317= .Dockerfile index 52a2caf5a0..461b1a7482 100644 --- a/ci/containers/alpine-317.Dockerfile +++ b/ci/containers/alpine-317.Dockerfile @@ -14,6 +14,7 @@ RUN apk update && \ audit-dev \ augeas \ bash-completion \ + black \ ca-certificates \ ccache \ ceph-dev \ diff --git a/ci/containers/alpine-edge.Dockerfile b/ci/containers/alpine-ed= ge.Dockerfile index aa78d00372..50d53399b2 100644 --- a/ci/containers/alpine-edge.Dockerfile +++ b/ci/containers/alpine-edge.Dockerfile @@ -14,6 +14,7 @@ RUN apk update && \ audit-dev \ augeas \ bash-completion \ + black \ ca-certificates \ ccache \ ceph-dev \ diff --git a/ci/containers/centos-stream-8.Dockerfile b/ci/containers/cento= s-stream-8.Dockerfile index 1ca3bde68c..b67eb917de 100644 --- a/ci/containers/centos-stream-8.Dockerfile +++ b/ci/containers/centos-stream-8.Dockerfile @@ -75,12 +75,14 @@ RUN dnf distro-sync -y && \ python3 \ python3-docutils \ python3-flake8 \ + python3-pip \ python3-pytest \ + python3-setuptools \ + python3-wheel \ qemu-img \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ @@ -95,6 +97,8 @@ RUN dnf distro-sync -y && \ ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc =20 +RUN /usr/bin/pip3 install black + ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" ENV LANG "en_US.UTF-8" ENV MAKE "/usr/bin/make" diff --git a/ci/containers/centos-stream-9.Dockerfile b/ci/containers/cento= s-stream-9.Dockerfile index 6bc61fe816..5a85ccfeed 100644 --- a/ci/containers/centos-stream-9.Dockerfile +++ b/ci/containers/centos-stream-9.Dockerfile @@ -71,12 +71,14 @@ RUN dnf distro-sync -y && \ python3 \ python3-docutils \ python3-flake8 \ + python3-pip \ python3-pytest \ + python3-setuptools \ + python3-wheel \ qemu-img \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ @@ -91,6 +93,8 @@ RUN dnf distro-sync -y && \ ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc =20 +RUN /usr/bin/pip3 install black + ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" ENV LANG "en_US.UTF-8" ENV MAKE "/usr/bin/make" diff --git a/ci/containers/debian-11-cross-aarch64.Dockerfile b/ci/containe= rs/debian-11-cross-aarch64.Dockerfile index 4652009d5d..61964b02b2 100644 --- a/ci/containers/debian-11-cross-aarch64.Dockerfile +++ b/ci/containers/debian-11-cross-aarch64.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -44,7 +45,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-11-cross-armv6l.Dockerfile b/ci/container= s/debian-11-cross-armv6l.Dockerfile index 406c6eba49..b8f56c9c1d 100644 --- a/ci/containers/debian-11-cross-armv6l.Dockerfile +++ b/ci/containers/debian-11-cross-armv6l.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -44,7 +45,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-11-cross-armv7l.Dockerfile b/ci/container= s/debian-11-cross-armv7l.Dockerfile index 4d53743de0..f7d387c482 100644 --- a/ci/containers/debian-11-cross-armv7l.Dockerfile +++ b/ci/containers/debian-11-cross-armv7l.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -44,7 +45,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-11-cross-i686.Dockerfile b/ci/containers/= debian-11-cross-i686.Dockerfile index 52130cd52a..4d28a3dfa9 100644 --- a/ci/containers/debian-11-cross-i686.Dockerfile +++ b/ci/containers/debian-11-cross-i686.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -44,7 +45,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-11-cross-mips64el.Dockerfile b/ci/contain= ers/debian-11-cross-mips64el.Dockerfile index 8becb6eca9..9603fccf51 100644 --- a/ci/containers/debian-11-cross-mips64el.Dockerfile +++ b/ci/containers/debian-11-cross-mips64el.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -44,7 +45,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-11-cross-mipsel.Dockerfile b/ci/container= s/debian-11-cross-mipsel.Dockerfile index c41398f6e5..eee3c9550f 100644 --- a/ci/containers/debian-11-cross-mipsel.Dockerfile +++ b/ci/containers/debian-11-cross-mipsel.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -44,7 +45,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-11-cross-ppc64le.Dockerfile b/ci/containe= rs/debian-11-cross-ppc64le.Dockerfile index ae17452b86..fdde64a3c6 100644 --- a/ci/containers/debian-11-cross-ppc64le.Dockerfile +++ b/ci/containers/debian-11-cross-ppc64le.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -44,7 +45,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-11-cross-s390x.Dockerfile b/ci/containers= /debian-11-cross-s390x.Dockerfile index b3242bfecc..d5f59510a7 100644 --- a/ci/containers/debian-11-cross-s390x.Dockerfile +++ b/ci/containers/debian-11-cross-s390x.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -44,7 +45,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-11.Dockerfile b/ci/containers/debian-11.D= ockerfile index 313e9f8e32..a5b1e2dba4 100644 --- a/ci/containers/debian-11.Dockerfile +++ b/ci/containers/debian-11.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ clang \ @@ -79,7 +80,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ diff --git a/ci/containers/debian-12-cross-aarch64.Dockerfile b/ci/containe= rs/debian-12-cross-aarch64.Dockerfile index b1df77f686..11b2c4fc30 100644 --- a/ci/containers/debian-12-cross-aarch64.Dockerfile +++ b/ci/containers/debian-12-cross-aarch64.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-12-cross-armv6l.Dockerfile b/ci/container= s/debian-12-cross-armv6l.Dockerfile index 39326f8463..44f13d45c9 100644 --- a/ci/containers/debian-12-cross-armv6l.Dockerfile +++ b/ci/containers/debian-12-cross-armv6l.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-12-cross-armv7l.Dockerfile b/ci/container= s/debian-12-cross-armv7l.Dockerfile index 2f5cba03df..2c91ec59d6 100644 --- a/ci/containers/debian-12-cross-armv7l.Dockerfile +++ b/ci/containers/debian-12-cross-armv7l.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-12-cross-i686.Dockerfile b/ci/containers/= debian-12-cross-i686.Dockerfile index 1241904b3b..2b57133958 100644 --- a/ci/containers/debian-12-cross-i686.Dockerfile +++ b/ci/containers/debian-12-cross-i686.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-12-cross-mips64el.Dockerfile b/ci/contain= ers/debian-12-cross-mips64el.Dockerfile index dd7eeb23db..e457d2949d 100644 --- a/ci/containers/debian-12-cross-mips64el.Dockerfile +++ b/ci/containers/debian-12-cross-mips64el.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-12-cross-mipsel.Dockerfile b/ci/container= s/debian-12-cross-mipsel.Dockerfile index b320afbecd..3a3483395d 100644 --- a/ci/containers/debian-12-cross-mipsel.Dockerfile +++ b/ci/containers/debian-12-cross-mipsel.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-12-cross-ppc64le.Dockerfile b/ci/containe= rs/debian-12-cross-ppc64le.Dockerfile index 79a785ecc5..aaac11b763 100644 --- a/ci/containers/debian-12-cross-ppc64le.Dockerfile +++ b/ci/containers/debian-12-cross-ppc64le.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-12-cross-s390x.Dockerfile b/ci/containers= /debian-12-cross-s390x.Dockerfile index 37564b3bf8..59f00c769e 100644 --- a/ci/containers/debian-12-cross-s390x.Dockerfile +++ b/ci/containers/debian-12-cross-s390x.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-12.Dockerfile b/ci/containers/debian-12.D= ockerfile index 8464b8ad93..04fbf91e79 100644 --- a/ci/containers/debian-12.Dockerfile +++ b/ci/containers/debian-12.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ clang \ @@ -79,7 +80,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ diff --git a/ci/containers/debian-sid-cross-aarch64.Dockerfile b/ci/contain= ers/debian-sid-cross-aarch64.Dockerfile index c2670eba71..b28de509d3 100644 --- a/ci/containers/debian-sid-cross-aarch64.Dockerfile +++ b/ci/containers/debian-sid-cross-aarch64.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-sid-cross-armv6l.Dockerfile b/ci/containe= rs/debian-sid-cross-armv6l.Dockerfile index eef19ab72c..d348281c8f 100644 --- a/ci/containers/debian-sid-cross-armv6l.Dockerfile +++ b/ci/containers/debian-sid-cross-armv6l.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-sid-cross-armv7l.Dockerfile b/ci/containe= rs/debian-sid-cross-armv7l.Dockerfile index 97c765bc7a..a8e729bc1d 100644 --- a/ci/containers/debian-sid-cross-armv7l.Dockerfile +++ b/ci/containers/debian-sid-cross-armv7l.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-sid-cross-i686.Dockerfile b/ci/containers= /debian-sid-cross-i686.Dockerfile index a6c90df0cc..e780a00da3 100644 --- a/ci/containers/debian-sid-cross-i686.Dockerfile +++ b/ci/containers/debian-sid-cross-i686.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-sid-cross-mips64el.Dockerfile b/ci/contai= ners/debian-sid-cross-mips64el.Dockerfile index 5cc740fe89..eb6276d058 100644 --- a/ci/containers/debian-sid-cross-mips64el.Dockerfile +++ b/ci/containers/debian-sid-cross-mips64el.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-sid-cross-ppc64le.Dockerfile b/ci/contain= ers/debian-sid-cross-ppc64le.Dockerfile index 996dd596d0..7e179ce0fe 100644 --- a/ci/containers/debian-sid-cross-ppc64le.Dockerfile +++ b/ci/containers/debian-sid-cross-ppc64le.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-sid-cross-s390x.Dockerfile b/ci/container= s/debian-sid-cross-s390x.Dockerfile index 757c9c4c3a..9db5210871 100644 --- a/ci/containers/debian-sid-cross-s390x.Dockerfile +++ b/ci/containers/debian-sid-cross-s390x.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ codespell \ @@ -45,7 +46,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ xsltproc && \ eatmydata apt-get autoremove -y && \ diff --git a/ci/containers/debian-sid.Dockerfile b/ci/containers/debian-sid= .Dockerfile index 7145c0fcb5..3f9796249c 100644 --- a/ci/containers/debian-sid.Dockerfile +++ b/ci/containers/debian-sid.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ clang \ @@ -79,7 +80,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ diff --git a/ci/containers/fedora-37.Dockerfile b/ci/containers/fedora-37.D= ockerfile index 86ebc0f027..5177f8db1a 100644 --- a/ci/containers/fedora-37.Dockerfile +++ b/ci/containers/fedora-37.Dockerfile @@ -79,6 +79,7 @@ exec "$@"\n' > /usr/bin/nosync && \ pkgconfig \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ @@ -86,7 +87,6 @@ exec "$@"\n' > /usr/bin/nosync && \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ diff --git a/ci/containers/fedora-38-cross-mingw32.Dockerfile b/ci/containe= rs/fedora-38-cross-mingw32.Dockerfile index 27adb78658..3e003177d0 100644 --- a/ci/containers/fedora-38-cross-mingw32.Dockerfile +++ b/ci/containers/fedora-38-cross-mingw32.Dockerfile @@ -50,12 +50,12 @@ exec "$@"\n' > /usr/bin/nosync && \ perl-base \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ qemu-img \ rpm-build \ - scrub \ sed \ systemd-rpm-macros && \ nosync dnf autoremove -y && \ diff --git a/ci/containers/fedora-38-cross-mingw64.Dockerfile b/ci/containe= rs/fedora-38-cross-mingw64.Dockerfile index 8d5a69f686..21a222ac3f 100644 --- a/ci/containers/fedora-38-cross-mingw64.Dockerfile +++ b/ci/containers/fedora-38-cross-mingw64.Dockerfile @@ -50,12 +50,12 @@ exec "$@"\n' > /usr/bin/nosync && \ perl-base \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ qemu-img \ rpm-build \ - scrub \ sed \ systemd-rpm-macros && \ nosync dnf autoremove -y && \ diff --git a/ci/containers/fedora-38.Dockerfile b/ci/containers/fedora-38.D= ockerfile index a47e4a484e..903f396899 100644 --- a/ci/containers/fedora-38.Dockerfile +++ b/ci/containers/fedora-38.Dockerfile @@ -79,6 +79,7 @@ exec "$@"\n' > /usr/bin/nosync && \ pkgconfig \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ @@ -86,7 +87,6 @@ exec "$@"\n' > /usr/bin/nosync && \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ diff --git a/ci/containers/fedora-rawhide-cross-mingw32.Dockerfile b/ci/con= tainers/fedora-rawhide-cross-mingw32.Dockerfile index 865fde2f8f..8fa2579503 100644 --- a/ci/containers/fedora-rawhide-cross-mingw32.Dockerfile +++ b/ci/containers/fedora-rawhide-cross-mingw32.Dockerfile @@ -51,12 +51,12 @@ exec "$@"\n' > /usr/bin/nosync && \ perl-base \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ qemu-img \ rpm-build \ - scrub \ sed \ systemd-rpm-macros && \ nosync dnf autoremove -y && \ diff --git a/ci/containers/fedora-rawhide-cross-mingw64.Dockerfile b/ci/con= tainers/fedora-rawhide-cross-mingw64.Dockerfile index 0e1a23dbac..35aa4087f9 100644 --- a/ci/containers/fedora-rawhide-cross-mingw64.Dockerfile +++ b/ci/containers/fedora-rawhide-cross-mingw64.Dockerfile @@ -51,12 +51,12 @@ exec "$@"\n' > /usr/bin/nosync && \ perl-base \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ qemu-img \ rpm-build \ - scrub \ sed \ systemd-rpm-macros && \ nosync dnf autoremove -y && \ diff --git a/ci/containers/fedora-rawhide.Dockerfile b/ci/containers/fedora= -rawhide.Dockerfile index 72e7d85643..8d76cb4ae6 100644 --- a/ci/containers/fedora-rawhide.Dockerfile +++ b/ci/containers/fedora-rawhide.Dockerfile @@ -80,6 +80,7 @@ exec "$@"\n' > /usr/bin/nosync && \ pkgconfig \ polkit \ python3 \ + python3-black \ python3-docutils \ python3-flake8 \ python3-pytest \ @@ -87,7 +88,6 @@ exec "$@"\n' > /usr/bin/nosync && \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-devel \ systemd-rpm-macros \ diff --git a/ci/containers/opensuse-leap-15.Dockerfile b/ci/containers/open= suse-leap-15.Dockerfile index 748d764075..80074ba8a4 100644 --- a/ci/containers/opensuse-leap-15.Dockerfile +++ b/ci/containers/opensuse-leap-15.Dockerfile @@ -73,12 +73,14 @@ RUN zypper update -y && \ python3-base \ python3-docutils \ python3-flake8 \ + python3-pip \ python3-pytest \ + python3-setuptools \ + python3-wheel \ qemu-tools \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-rpm-macros \ systemtap-sdt-devel \ @@ -91,6 +93,8 @@ RUN zypper update -y && \ ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc =20 +RUN /usr/bin/pip3 install black + ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" ENV LANG "en_US.UTF-8" ENV MAKE "/usr/bin/make" diff --git a/ci/containers/opensuse-tumbleweed.Dockerfile b/ci/containers/o= pensuse-tumbleweed.Dockerfile index 691553e9be..644f173ed1 100644 --- a/ci/containers/opensuse-tumbleweed.Dockerfile +++ b/ci/containers/opensuse-tumbleweed.Dockerfile @@ -71,14 +71,14 @@ RUN zypper dist-upgrade -y && \ pkgconfig \ polkit \ python3-base \ + python3-black \ python3-docutils \ + python3-flake8 \ python3-pytest \ - python39-flake8 \ qemu-tools \ readline-devel \ rpm-build \ sanlock-devel \ - scrub \ sed \ systemd-rpm-macros \ systemtap-sdt-devel \ diff --git a/ci/containers/ubuntu-2004.Dockerfile b/ci/containers/ubuntu-20= 04.Dockerfile index 25d787f50a..641f6f2555 100644 --- a/ci/containers/ubuntu-2004.Dockerfile +++ b/ci/containers/ubuntu-2004.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ clang \ @@ -82,7 +83,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-setuptools \ python3-wheel \ qemu-utils \ - scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ diff --git a/ci/containers/ubuntu-2204.Dockerfile b/ci/containers/ubuntu-22= 04.Dockerfile index 47b9c3d7f9..2b0ba90bde 100644 --- a/ci/containers/ubuntu-2204.Dockerfile +++ b/ci/containers/ubuntu-2204.Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ augeas-lenses \ augeas-tools \ bash-completion \ + black \ ca-certificates \ ccache \ clang \ @@ -80,7 +81,6 @@ RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ python3-docutils \ python3-pytest \ qemu-utils \ - scrub \ sed \ systemtap-sdt-dev \ wireshark-dev \ --=20 2.43.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sat May 11 12:08:11 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1701452641207232.97958896717023; Fri, 1 Dec 2023 09:44:01 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 60CF41BC2; Fri, 1 Dec 2023 12:44:00 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 93AAF1B40; Fri, 1 Dec 2023 12:22:31 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 57A7D1BED; Fri, 1 Dec 2023 12:21:40 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 434531AFB for ; Fri, 1 Dec 2023 12:21:18 -0500 (EST) Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-45-ahVDqB8yMuu70XgGhy-U9w-1; Fri, 01 Dec 2023 12:21:16 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 201FD2810D48 for ; Fri, 1 Dec 2023 17:21:16 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.225.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A8DED1C060AE for ; Fri, 1 Dec 2023 17:21:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: ahVDqB8yMuu70XgGhy-U9w-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [libvirt PATCH 9/9] ci: Stop passing --nodeps to rpmbuild Date: Fri, 1 Dec 2023 18:21:06 +0100 Message-ID: <20231201172107.1103113-10-abologna@redhat.com> In-Reply-To: <20231201172107.1103113-1-abologna@redhat.com> References: <20231201172107.1103113-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: FHGLKZIUBQKYZ6BVUBEU57IBGLM2YM5J X-Message-ID-Hash: FHGLKZIUBQKYZ6BVUBEU57IBGLM2YM5J X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1701452641769000001 All BuildRequires should now be part of the build environment, so it's no longer needed. This ensures that, if we forget to add some BuildRequires to the build environment in the future, the mistake will be quickly detected. Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- ci/jobs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/jobs.sh b/ci/jobs.sh index b9e0494338..9a1c668d2e 100644 --- a/ci/jobs.sh +++ b/ci/jobs.sh @@ -94,7 +94,6 @@ run_rpmbuild() { =20 run_cmd rpmbuild \ --clean \ - --nodeps \ --define "_without_$build1 1" \ --define "_without_$build2 1" \ -ta build/meson-dist/libvirt-*.tar.xz --=20 2.43.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org