From nobody Fri Mar 29 08:10:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1555334588; cv=none; d=zoho.com; s=zohoarc; b=N+FmNoQddS1C7Mp+Azh7MJ2xXA4LDKmuoncAgds4hPYLbLPZlAyNQobjmnDzZolLenzlQ2KXjhQHpfbalSEBodm7xZxc8SNaPTGLSA+9kyeyBcVRIEmJm97RcXMjs1QciAzK7EIiqaCHqDVGWo+YUdO0Pxd6k60iPANR0Gv6L48= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1555334588; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=VKGLPgcGxQoFLnP6InwHOcsJ4aw5pH5m98isfPSM0qA=; b=XDSTukyVARxTCJx6zK0R0l0JSghJjSlG1FHsgRSB25imROr1LY4Ekr8EMsguacaDzj9a9lv9xtjdnActWW7+299cjSEGoL3G6zF7CQyqC26bFSdW/xkEeRCWz+5tKV8o/xjYz9VYtBKa3REdOMaC7zdg6319wUSSfaKiUgHkOQI= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 155533458819463.1990184067954; Mon, 15 Apr 2019 06:23:08 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 88C46C060209; Mon, 15 Apr 2019 13:23:06 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2F249608C0; Mon, 15 Apr 2019 13:23:06 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id C1F963FA46; Mon, 15 Apr 2019 13:23:04 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x3FDL6Mf004430 for ; Mon, 15 Apr 2019 09:21:06 -0400 Received: by smtp.corp.redhat.com (Postfix) id D7BD55D71A; Mon, 15 Apr 2019 13:21:06 +0000 (UTC) Received: from kinshicho.redhat.com (ovpn-204-220.brq.redhat.com [10.40.204.220]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 425475D707 for ; Mon, 15 Apr 2019 13:21:06 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Mon, 15 Apr 2019 15:21:00 +0200 Message-Id: <20190415132101.30522-2-abologna@redhat.com> In-Reply-To: <20190415132101.30522-1-abologna@redhat.com> References: <20190415132101.30522-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 1/2] keycodemapdb: Update submodule X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 15 Apr 2019 13:23:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" We need commit 6280c94f306d in order to fix our generated man pages. Signed-off-by: Andrea Bolognani Reviewed-by: Martin Kletzander --- src/keycodemapdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keycodemapdb b/src/keycodemapdb index 16e5b07876..6280c94f30 160000 --- a/src/keycodemapdb +++ b/src/keycodemapdb @@ -1 +1 @@ -Subproject commit 16e5b0787687d8904dad2c026107409eb9bfcb95 +Subproject commit 6280c94f306df6a20bbc100ba15a5a81af0366e6 --=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Fri Mar 29 08:10:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1555334529; cv=none; d=zoho.com; s=zohoarc; b=K3t0eIVr2pbTCPlMu1t9n+7w7k0bwg0nChXd8hIAJ1/BLJigW51d1h4leEZzbPaJZoYX/MLKGTfJ7s1BoHbFW1DhDXPnpd9zLNWiDwXXW/PAWNJiRE25/5btPPp5H/iG8ZcfAuCU3sUnIbqDVKGbOJdSggudBmUVIR3JcVW5W/M= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1555334529; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=fSJfBUtb4HBzwuGp/e/mC6SLviA7PMLsdDwPPJm23gE=; b=D+QHBePg51hW9iFuNkGJtaQG1pSgQzMwBQUYIhdDYXkpW33mmYFl6K0kUEsKmfz3lznSIEUgZEHg8O13+HgsdYrE+vTpetGjerWHE+5gEdKUhYrGKTFtWmlruj3fpw27kWKfC1exO0teuk2h+112UjB7/DoYG2LmtNP9/Ax8au8= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1555334529945351.3534658315202; Mon, 15 Apr 2019 06:22:09 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CB3103099D38; Mon, 15 Apr 2019 13:22:07 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4DD6E5D9D3; Mon, 15 Apr 2019 13:22:07 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 0D552181AC45; Mon, 15 Apr 2019 13:22:05 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x3FDL7uT004438 for ; Mon, 15 Apr 2019 09:21:07 -0400 Received: by smtp.corp.redhat.com (Postfix) id D88C55D71A; Mon, 15 Apr 2019 13:21:07 +0000 (UTC) Received: from kinshicho.redhat.com (ovpn-204-220.brq.redhat.com [10.40.204.220]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4353F5D707 for ; Mon, 15 Apr 2019 13:21:07 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Mon, 15 Apr 2019 15:21:01 +0200 Message-Id: <20190415132101.30522-3-abologna@redhat.com> In-Reply-To: <20190415132101.30522-1-abologna@redhat.com> References: <20190415132101.30522-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 2/2] util: Fix NAME section for virkey{code, name}-* X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Mon, 15 Apr 2019 13:22:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Spotted by Lintian (manpage-has-bad-whatis-entry tag). Signed-off-by: Andrea Bolognani Reviewed-by: Martin Kletzander --- src/util/Makefile.inc.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/util/Makefile.inc.am b/src/util/Makefile.inc.am index f44d3b3b2a..c757f5a6ae 100644 --- a/src/util/Makefile.inc.am +++ b/src/util/Makefile.inc.am @@ -321,7 +321,9 @@ util/virkeycode-%.pod: $(srcdir)/keycodemapdb/data/keym= aps.csv \ -e 's,\.pod,,'` && \ $(MKDIR_P) util/ && \ $(PYTHON) $(srcdir)/keycodemapdb/tools/keymap-gen \ - --lang pod --varname "Key code values for $$NAME" code-docs \ + --lang pod \ + --varname "virkeycode-$$NAME - Key code values for $$NAME" \ + code-docs \ $(srcdir)/keycodemapdb/data/keymaps.csv $$NAME > \ $@-tmp && mv $@-tmp $@ || rm $@-tmp =20 @@ -331,7 +333,9 @@ util/virkeyname-%.pod: $(srcdir)/keycodemapdb/data/keym= aps.csv \ -e 's,\.pod,,'` && \ $(MKDIR_P) util/ && \ $(PYTHON) $(srcdir)/keycodemapdb/tools/keymap-gen \ - --lang pod --varname "Key name values for $$NAME" name-docs \ + --lang pod \ + --varname "virkeyname-$$NAME - Key name values for $$NAME" \ + name-docs \ $(srcdir)/keycodemapdb/data/keymaps.csv $$NAME > \ $@-tmp && mv $@-tmp $@ || rm $@-tmp =20 --=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list