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) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 1431C7128D for ; Wed, 8 Sep 2021 13:51:35 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 053112593B for ; Wed, 8 Sep 2021 13:51:35 +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 8D0F625930 for ; Wed, 8 Sep 2021 13:51:31 +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 5302343429 for ; Wed, 8 Sep 2021 13:51:31 +0200 (CEST) Date: Wed, 08 Sep 2021 13:51:18 +0200 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox VE development discussion References: <20210907131755.1016175-1-s.ivanov@proxmox.com> <20210907131755.1016175-6-s.ivanov@proxmox.com> In-Reply-To: <20210907131755.1016175-6-s.ivanov@proxmox.com> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1631101569.c2kwj78so3.astroid@nora.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 0 AWL 0.420 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: Re: [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: Wed, 08 Sep 2021 11:51:35 -0000 On September 7, 2021 3:17 pm, Stoiko Ivanov wrote: > following commit ec311430e2fd66492498a1559f56ef25e1192266 upstream >=20 > 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 >=20 > Signed-off-by: Stoiko Ivanov > --- > Makefile | 2 +- > debian/control | 12 ++++++------ > debian/{libzpool4linux.docs =3D> libzpool5linux.docs} | 0 > ...ol4linux.install.in =3D> libzpool5linux.install.in} | 0 > ...an-overrides =3D> libzpool5linux.lintian-overrides} | 0 > 5 files changed, 7 insertions(+), 7 deletions(-) > rename debian/{libzpool4linux.docs =3D> libzpool5linux.docs} (100%) > rename debian/{libzpool4linux.install.in =3D> libzpool5linux.install.in}= (100%) > rename debian/{libzpool4linux.lintian-overrides =3D> libzpool5linux.lint= ian-overrides} (100%) >=20 > 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 (=3D ${binary:Version}), > libzfs4linux (=3D ${binary:Version}), > libzfsbootenv1linux (=3D ${binary:Version}), > - libzpool4linux (=3D ${binary:Version}), > + libzpool5linux (=3D ${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 L= inux > libraries of OpenZFS filesystem. > . > This package includes the development files of libnvpair3, libuutil3, > - libzpool4 and libzfs4. > + libzpool5 and libzfs4, libzfsbootenv1. > =20 > Package: libzfs4linux > Section: contrib/libs > @@ -106,12 +106,12 @@ Description: OpenZFS filesystem library for Linux > . > The zfsbootenv library provides support for modifying ZFS label informa= tion. > =20 > -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, libzpool4l= inux > +Replaces: libzpool2, libzpool2linux, libzpool3linux, libzpool4, libzpool= 4linux this change should not be needed - the new package does not contain any=20 files that the old one did, and no conflict arises from both being=20 installed in parallel? for shared libraries with so-versioning you want=20 them to be coinstallable in general to allow for transitions/reduce=20 friction on upgrades, the old version can then be autoremoved=20 post-transition/upgrade if nothing depends on it anymore. > 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.ins= tall.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/libzpool5li= nux.lintian-overrides > similarity index 100% > rename from debian/libzpool4linux.lintian-overrides > rename to debian/libzpool5linux.lintian-overrides > --=20 > 2.30.2 >=20 >=20 >=20 > _______________________________________________ > pve-devel mailing list > pve-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel >=20 >=20 >=20