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 4027870E8D for ; Tue, 7 Sep 2021 15:18:45 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3784C1C3A0 for ; Tue, 7 Sep 2021 15:18:15 +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 097AD1C394 for ; Tue, 7 Sep 2021 15:18:14 +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 D70FC445EE for ; Tue, 7 Sep 2021 15:18:13 +0200 (CEST) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Tue, 7 Sep 2021 15:17:55 +0200 Message-Id: <20210907131755.1016175-6-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210907131755.1016175-1-s.ivanov@proxmox.com> References: <20210907131755.1016175-1-s.ivanov@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.403 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 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [libzfs4.so, libzpool5linux.docs, libzpool4linux.docs, install.in] Subject: [pve-devel] [RFC zfsonlinux 5/5] 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: Tue, 07 Sep 2021 13:18:45 -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 | 12 ++++++------ debian/{libzpool4linux.docs => libzpool5linux.docs} | 0 ...ol4linux.install.in => libzpool5linux.install.in} | 0 ...an-overrides => libzpool5linux.lintian-overrides} | 0 5 files changed, 7 insertions(+), 7 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 168dfb91..b17e643d 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,12 +106,12 @@ 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} -Breaks: libzpool2, libzpool2linux, libzpool3linux, libzpool4 -Replaces: libzpool2, libzpool2linux, libzpool3linux, libzpool4 +Breaks: libzpool2, libzpool2linux, libzpool3linux, libzpool4, libzpool4linux +Replaces: libzpool2, libzpool2linux, libzpool3linux, libzpool4, libzpool4linux Description: OpenZFS pool library for Linux OpenZFS is a storage platform that encompasses the functionality of traditional filesystems and volume managers. It supports data checksums, @@ -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