From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (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 lists.proxmox.com (Postfix) with ESMTPS id BF79D6D344 for ; Mon, 27 Sep 2021 20:07:54 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B676724DB9 for ; Mon, 27 Sep 2021 20:07:24 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (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 firstgate.proxmox.com (Proxmox) with ESMTPS id 1A0FB24DA2 for ; Mon, 27 Sep 2021 20:07:22 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id E064C44B10 for ; Mon, 27 Sep 2021 20:07:21 +0200 (CEST) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Mon, 27 Sep 2021 20:07:06 +0200 Message-Id: <20210927180706.3090234-4-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210927180706.3090234-1-s.ivanov@proxmox.com> References: <20210927180706.3090234-1-s.ivanov@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.390 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH zfsonlinux 3/3] bump libzpool soname X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 18:07:54 -0000 following commit ec311430e2fd66492498a1559f56ef25e1192266 upstream However since libzfs increased both the current as well as the age the soname of the library remained at libzfs4.so - following https://www.debian.org/doc/debian-policy/ch-sharedlibs.html I left the package name at libzfs4linux Signed-off-by: Stoiko Ivanov --- Makefile | 2 +- debian/control | 8 ++++---- debian/{libzpool4linux.docs => libzpool5linux.docs} | 0 ...ibzpool4linux.install.in => libzpool5linux.install.in} | 0 ...lintian-overrides => libzpool5linux.lintian-overrides} | 0 5 files changed, 5 insertions(+), 5 deletions(-) rename debian/{libzpool4linux.docs => libzpool5linux.docs} (100%) rename debian/{libzpool4linux.install.in => libzpool5linux.install.in} (100%) rename debian/{libzpool4linux.lintian-overrides => libzpool5linux.lintian-overrides} (100%) diff --git a/Makefile b/Makefile index a6eeca09..3113001a 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ libpam-zfs_${ZFSPKGVER}_amd64.deb \ libuutil3linux_${ZFSPKGVER}_amd64.deb \ libzfs4linux_${ZFSPKGVER}_amd64.deb \ libzfsbootenv1linux_${ZFSPKGVER}_amd64.deb \ -libzpool4linux_${ZFSPKGVER}_amd64.deb \ +libzpool5linux_${ZFSPKGVER}_amd64.deb \ zfs-test_${ZFSPKGVER}_amd64.deb \ zfsutils-linux_${ZFSPKGVER}_amd64.deb \ zfs-zed_${ZFSPKGVER}_amd64.deb diff --git a/debian/control b/debian/control index 89f51393..06ec27b7 100644 --- a/debian/control +++ b/debian/control @@ -70,7 +70,7 @@ Depends: libssl-dev | libssl1.0-dev, libuutil3linux (= ${binary:Version}), libzfs4linux (= ${binary:Version}), libzfsbootenv1linux (= ${binary:Version}), - libzpool4linux (= ${binary:Version}), + libzpool5linux (= ${binary:Version}), ${misc:Depends} Provides: libnvpair-dev, libuutil-dev Description: OpenZFS filesystem development files for Linux @@ -78,7 +78,7 @@ Description: OpenZFS filesystem development files for Linux libraries of OpenZFS filesystem. . This package includes the development files of libnvpair3, libuutil3, - libzpool4 and libzfs4. + libzpool5 and libzfs4, libzfsbootenv1. Package: libzfs4linux Section: contrib/libs @@ -106,7 +106,7 @@ Description: OpenZFS filesystem library for Linux . The zfsbootenv library provides support for modifying ZFS label information. -Package: libzpool4linux +Package: libzpool5linux Section: contrib/libs Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends} @@ -274,7 +274,7 @@ Suggests: libnvpair3linux-dbgsym, libuutil3linux-dbgsym, libzfs4linux-dbgsym, libzfsbootenv1linux-dbgsym, - libzpool4linux-dbgsym, + libzpool5linux-dbgsym, zfs-test-dbgsym, zfsutils-linux-dbgsym, zfs-zed-dbgsym, diff --git a/debian/libzpool4linux.docs b/debian/libzpool5linux.docs similarity index 100% rename from debian/libzpool4linux.docs rename to debian/libzpool5linux.docs diff --git a/debian/libzpool4linux.install.in b/debian/libzpool5linux.install.in similarity index 100% rename from debian/libzpool4linux.install.in rename to debian/libzpool5linux.install.in diff --git a/debian/libzpool4linux.lintian-overrides b/debian/libzpool5linux.lintian-overrides similarity index 100% rename from debian/libzpool4linux.lintian-overrides rename to debian/libzpool5linux.lintian-overrides -- 2.30.2