From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pve-devel-bounces@lists.proxmox.com> Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 725121FF16E for <inbox@lore.proxmox.com>; Mon, 31 Mar 2025 15:42:04 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1EB816A9A; Mon, 31 Mar 2025 15:41:45 +0200 (CEST) From: Stoiko Ivanov <s.ivanov@proxmox.com> To: pve-devel@lists.proxmox.com Date: Mon, 31 Mar 2025 15:41:25 +0200 Message-Id: <20250331134128.168524-6-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250331134128.168524-1-s.ivanov@proxmox.com> References: <20250331134128.168524-1-s.ivanov@proxmox.com> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.065 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 5/8] d/control: remove transitional dummy package spl X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com> List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe> List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/> List-Post: <mailto:pve-devel@lists.proxmox.com> List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help> List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe> Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com> debian upstream did this in 2021, but I overlooked that back then[0]. [0] https://salsa.debian.org/zfsonlinux-team/zfs/-/commit/50841f137b225746a549d3dac98cc6b05a39e4dd Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com> --- Makefile | 1 - debian/control | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/Makefile b/Makefile index 72accfdb3..4f27fca07 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ ZFS_DEB2= $(ZFS_DEB_BINARY) \ libzfslinux-dev_$(DEB_VERSION)_amd64.deb \ python3-pyzfs_$(DEB_VERSION)_amd64.deb \ pyzfs-doc_$(DEB_VERSION)_all.deb \ -spl_$(DEB_VERSION)_all.deb \ zfs-initramfs_$(DEB_VERSION)_all.deb DEBS= $(ZFS_DEB1) $(ZFS_DEB2) $(ZFS_DBG_DEBS) diff --git a/debian/control b/debian/control index b0640b360..6ee22da9e 100644 --- a/debian/control +++ b/debian/control @@ -267,22 +267,3 @@ Description: OpenZFS test infrastructure and support scripts This package provides the OpenZFS test infrastructure for destructively testing and validating a system using OpenZFS. It is entirely optional and should only be installed and used in test environments. - -Package: spl -Section: contrib/metapackages -Architecture: all -Depends: ${misc:Depends}, -Suggests: zfs-test -Description: Solaris Porting Layer user-space utilities for Linux (dummy) - The Solaris Porting Layer (SPL) is a Linux kernel module which provides - many of the Solaris kernel APIs. This shim layer makes it possible to - run Solaris kernel code in the Linux kernel with relatively minimal - modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel - module which provides a testing harness for the SPL module. - . - SPL can be particularly useful when you want to track upstream Illumos - (or any other OpenSolaris fork) development closely and don't want the - overhead of maintaining a large patch which converts Solaris primitives - to Linux primitives. - . - This is a transitional dummy package. It can safely be removed. -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel