From nobody Sat Nov 23 16:43:46 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) 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 1723673598265561.083317799786; Wed, 14 Aug 2024 15:13:18 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 3B67B12BE; Wed, 14 Aug 2024 18:13:17 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 2D43515BB; Wed, 14 Aug 2024 17:43:48 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id F366912A8; Wed, 14 Aug 2024 17:43:44 -0400 (EDT) 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 40B6F13C2 for ; Wed, 14 Aug 2024 17:43:25 -0400 (EDT) Received: from mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-426-CTdzi67zMUWN7KSrdBnFLA-1; Wed, 14 Aug 2024 17:43:23 -0400 Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.15]) (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 mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id D7EC41955F65 for ; Wed, 14 Aug 2024 21:43:22 +0000 (UTC) Received: from hjs.brq.redhat.com (unknown [10.43.3.187]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 0AD121955E8C for ; Wed, 14 Aug 2024 21:43:21 +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.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1723671805; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4M008GNqrZHR+rBaY8QIThjfZ499YWSIsVOJ0lb16AY=; b=KtiAxeh+WUvJwVL1Se30wS4lt0DqzbBqKWAp+mIS0HWs4WfUsZ4NY2IlTefs7kHA+fAbhP /8I3SphMJKps5ty44aBBcH0TvWwVdyk1hW3CbqijYyAyXsoCOoq17QGNcfNL2Vq6hTZVLn oRhdVv/dxtoGYBIzQFwJk5FI/ZiSC6g= X-MC-Unique: CTdzi67zMUWN7KSrdBnFLA-1 From: =?UTF-8?q?J=C3=A1n=20Tomko?= To: devel@lists.libvirt.org Subject: [libvirt PATCH 15/20] libvirt-spec: switch to building with json-c Date: Wed, 14 Aug 2024 23:40:30 +0200 Message-ID: <682911e005ea8a60b1be2afdb82b4306dfc56ad2.1723671635.git.jtomko@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Message-ID-Hash: Y7YDMBRDD5HIDQDWHD5DT3EMF5S5XTXW X-Message-ID-Hash: Y7YDMBRDD5HIDQDWHD5DT3EMF5S5XTXW X-MailFrom: jtomko@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: X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1723673599282116600 Content-Type: text/plain; charset="utf-8" Signed-off-by: J=C3=A1n Tomko --- libvirt.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index ad0f4f784f..b9f9f5ed45 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -361,7 +361,7 @@ BuildRequires: libblkid-devel >=3D 2.17 BuildRequires: augeas BuildRequires: systemd-devel >=3D 185 BuildRequires: libpciaccess-devel >=3D 0.10.9 -BuildRequires: yajl-devel +BuildRequires: json-c-devel %if %{with_sanlock} BuildRequires: sanlock-devel >=3D 2.4 %endif @@ -1369,7 +1369,7 @@ export SOURCE_DATE_EPOCH=3D$(stat --printf=3D'%Y' %{_= specdir}/libvirt.spec) -Dapparmor_profiles=3Ddisabled \ -Dsecdriver_apparmor=3Ddisabled \ -Dudev=3Denabled \ - -Dyajl=3Denabled \ + -Djson_c=3Denabled \ %{?arg_sanlock} \ -Dlibpcap=3Denabled \ %{?arg_nbdkit} \ @@ -1484,7 +1484,7 @@ export SOURCE_DATE_EPOCH=3D$(stat --printf=3D'%Y' %{_= specdir}/libvirt.spec) -Dtests=3Ddisabled \ -Dudev=3Ddisabled \ -Dwireshark_dissector=3Ddisabled \ - -Dyajl=3Ddisabled \ + -Dyajl=3Ddisabled %{?enable_werror} %mingw_ninja %endif --=20 2.45.2