From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 1AFC11FF16F for ; Tue, 27 May 2025 18:13:38 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 163B61BB4D; Tue, 27 May 2025 18:13:37 +0200 (CEST) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Tue, 27 May 2025 18:12:42 +0200 Message-Id: <20250527161243.918116-5-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250527161243.918116-1-s.ivanov@proxmox.com> References: <20250527161243.918116-1-s.ivanov@proxmox.com> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.064 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy 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 4/5] d/control: record conflict with nordugrid-arc-client 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: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" nordugrid-arc-client also ships /usr/bin/arcstat, which conflicts with zfsutils-linux after usrmerge and moving files from sbin to bin. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063457 for further details. based on upstream https://salsa.debian.org/zfsonlinux-team/zfs/ commit 779b5232db366c4e48b159a76cb0d18be4452273 Signed-off-by: Stoiko Ivanov --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f2688dfac..8be70d999 100644 --- a/debian/control +++ b/debian/control @@ -213,7 +213,7 @@ Architecture: linux-any Depends: python3, ${misc:Depends}, ${shlibs:Depends}, Recommends: zfs-zed, Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs, -Conflicts: zfs, zfs-fuse, +Conflicts: zfs, zfs-fuse, nordugrid-arc-client Provides: zfsutils, Description: command-line tools to manage OpenZFS filesystems OpenZFS is a storage platform that encompasses the functionality of -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel