From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 416A5158086 for ; Tue, 4 Jan 2022 16:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84B0D2BC00E; Tue, 4 Jan 2022 16:43:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49CD32BC00E for ; Tue, 4 Jan 2022 16:43:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7346343299 for ; Tue, 4 Jan 2022 16:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D57D233 for ; Tue, 4 Jan 2022 16:43:13 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1641314513.6a2d704ccabfb6b1cfc0f19cfe169eb961e6e85c.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/files/, app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/files/libvirt-7.10.0-fix_soname.patch app-emulation/libvirt/libvirt-7.10.0-r1.ebuild app-emulation/libvirt/libvirt-7.10.0-r2.ebuild X-VCS-Directories: app-emulation/libvirt/ app-emulation/libvirt/files/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 6a2d704ccabfb6b1cfc0f19cfe169eb961e6e85c X-VCS-Branch: master Date: Tue, 4 Jan 2022 16:43:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9618bda2-00b6-4267-bf61-51781fc16efc X-Archives-Hash: 995bd3380d5b002e0e910019b364445b commit: 6a2d704ccabfb6b1cfc0f19cfe169eb961e6e85c Author: Matthias Maier gentoo org> AuthorDate: Tue Jan 4 16:41:38 2022 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Jan 4 16:41:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2d704c app-emulation/libvirt: ebuild maintenance, install proper soname Closes: https://bugs.gentoo.org/828562 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> app-emulation/libvirt/files/libvirt-7.10.0-fix_soname.patch | 13 +++++++++++++ .../{libvirt-7.10.0-r1.ebuild => libvirt-7.10.0-r2.ebuild} | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/app-emulation/libvirt/files/libvirt-7.10.0-fix_soname.patch b/app-emulation/libvirt/files/libvirt-7.10.0-fix_soname.patch new file mode 100644 index 000000000000..8e89fc818fb5 --- /dev/null +++ b/app-emulation/libvirt/files/libvirt-7.10.0-fix_soname.patch @@ -0,0 +1,13 @@ +diff --git a/tools/nss/meson.build b/tools/nss/meson.build +index 198936f3d42e1827d0f03ff3b27a198bdc4fa59c..f77309ebcab8063c515ae2bf95dbff542238a2ee 100644 +--- a/tools/nss/meson.build ++++ b/tools/nss/meson.build +@@ -59,7 +59,7 @@ nss_libvirt_guest_syms = '@0@@1@'.format( + meson.current_source_dir() / nss_guest_sym_file, + ) + +-nss_libvirt_lib = shared_module( ++nss_libvirt_lib = shared_library( + 'nss_libvirt', + name_prefix: nss_prefix, + name_suffix: 'so.@0@'.format(nss_so_ver), diff --git a/app-emulation/libvirt/libvirt-7.10.0-r1.ebuild b/app-emulation/libvirt/libvirt-7.10.0-r2.ebuild similarity index 99% rename from app-emulation/libvirt/libvirt-7.10.0-r1.ebuild rename to app-emulation/libvirt/libvirt-7.10.0-r2.ebuild index 7cfdb6dca8bc..14c31d413e2c 100644 --- a/app-emulation/libvirt/libvirt-7.10.0-r1.ebuild +++ b/app-emulation/libvirt/libvirt-7.10.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -135,6 +135,7 @@ PATCHES=( "${FILESDIR}"/${PN}-6.7.0-do-not-use-sysconfig.patch "${FILESDIR}"/${PN}-6.7.0-fix-paths-for-apparmor.patch "${FILESDIR}"/${PN}-7.9.0-fix_cgroupv2.patch + "${FILESDIR}"/${PN}-7.10.0-fix_soname.patch ) pkg_setup() {