zfs 2.3.0

This commit is contained in:
Jan Engelhardt 2025-01-14 14:59:28 +01:00
parent 3d64181553
commit ff50ff552a
5 changed files with 45 additions and 32 deletions

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABCgAGBQJnWiMlAAoJEGrYYO7UWYAnquQQAONRfY8gZ5eDbs422ksI+XRo
YHbvcQSrpwMeePymGQ93EMLQzfv9/WMh6vbIRjieCZvlS5Mw7AEBE/MkDtO4KPdi
mdhQ8eVlVcyQY+nBNHp0PAdvd7teJ8r6gudxfjoKOTaesx2D06+fV/ONTeMjyvSu
gEEc7yfz184YXevilfq3ymTpGiA2eVzhWsFo/HNmvM5uzq8t82C0mfMtxS0k6sTT
rPwXpVY5XkL9cT7vs8KevtKyvL4dISsnoENvcQU6FHKfVCQaZPoVnnROv6/KphoU
qXwHRkuw0JVgxWaRZbwXlFuaFDMn0HTeidKb9tR1TxxeHvuq4pAXpENe4C/caLlj
dkfTap14+iPFluzZnRV+1n/Al0Fhsl19sV6JMH1JCkfXq3NN91oy3b3nPGxY1oRX
FoU88AKocfhuepRetbG56YSMqlVkbGYwrk1b0svqfdAJi2mSV49Nrpp9E7UjR+om
bjAMmKprU54vj7qDToO8v2c70lxjdSiUcoJXrfiDrffHu4QOwhTKDJsdfROABDxJ
y73jEntFYTnIX+5AwUYLQd9BloaVws7WTtNx2SdBel3o1gVMsOQHbuiPFdO9TKCC
AqGQ3Vf/WiRq2IReAB/fEaUxf0pPJCYqaqyFnVJJuROHPYRY0XH7PMjb+z+9Ho58
7JxqkZxhYoztxWjtVQMT
=1mMQ
-----END PGP SIGNATURE-----

17
zfs-2.3.0.tar.gz.asc Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABCgAGBQJnhZYOAAoJEGrYYO7UWYAnGDgQAMK9rIeCf7NFQMaofkcmSiUG
ft9AG1lvl7sqlDTV8yE+JfuWWrpVmwP9IbG8iEz+vLBwuyFZ6gOrusEKKCTANmLt
dXIalOHpdtAWGY+ddkoYUBdroytckyyBRJ30bgk9siakluaawS/q2JlcQGxSeDkV
jhuLh5C4un8ohvkIUiK9dGE8V7VhEDRnHfYJMNjkXYDwCw0nZaTqh8/5k7M0zYJp
afmi9/ofUHE0nKCv+SuD8Fh7oiNpICO6lp/0iVYd7jqo97y3KDFUndRDwATbzilG
O5Tr+hiGi0cV8Z/WxaE2ST6O7Jvg/LFawuSagJ0uvLBvDmyUV1gEW5G3H+Qk9dGG
caQUCgOfiAnu92uFwYkgAiMfN5JvjY6bHP9xp5ojdRLyGg2glSc6W3+fC/58l2qQ
rLQHHuRHGUlK1Yq+v6+o3OINNsby9ZRvYQlKNxQjHDxNvpIY41TtP3HHq+SetmH2
50yQIH/hnNEfGQ+bqw6h9psA82PZ7K2VqThnzAH4ksGCYSjy3kwwOUHKCHMqTnU6
i0sb6oiZ5UfV75/ayL7ajlq4o0lQdwhkMhRDFE3xkpdSL5CQPY8jz4YFjcIC7EWr
tgi4q2ILGzGtMERs1K3wlBy3YtvcrhdgzK5TfTQjCk889hOrWRUdfbc7KDABw4VU
HSulkBnNG7+2Lyn0vjnM
=x6t0
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jan 14 13:57:31 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.3.0
* RAIDZ Expansion: Support for adding new devices to an existing
RAIDZ pool, increasing storage capacity without downtime.
* Fast Dedup: A performance upgrade to the original OpenZFS
deduplication functionality.
* Direct IO: Allows bypassing the ARC for reads/writes, improving
performance in scenarios like NVMe devices where caching may
hinder efficiency.
* Long names: Support for file and directory names up to 1023
characters.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 12 08:19:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Thu Dec 12 08:19:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package zfs # spec file for package zfs
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@
%endif %endif
Name: zfs Name: zfs
Version: 2.2.7 Version: 2.3.0
Release: 0 Release: 0
Summary: The ZFS file system and utilities Summary: The ZFS file system and utilities
License: CDDL-1.0 AND GPL-2.0-or-later License: CDDL-1.0 AND GPL-2.0-or-later
@ -104,12 +104,12 @@ originally developed by Sun Microsystems.
The uutil library contains various utility and wrapper functions used The uutil library contains various utility and wrapper functions used
by the ZFS userland. by the ZFS userland.
%package -n libzfs4 %package -n libzfs6
Summary: ZFS filesystem access library Summary: ZFS filesystem access library
License: CDDL-1.0 License: CDDL-1.0
Group: System/Libraries Group: System/Libraries
%description -n libzfs4 %description -n libzfs6
ZFS is a file system and volume manager which was ZFS is a file system and volume manager which was
originally developed by Sun Microsystems. originally developed by Sun Microsystems.
@ -133,12 +133,12 @@ characteristics:
Thread safety, committed interface (stable API), programmatic Thread safety, committed interface (stable API), programmatic
error handling and clear atomicity. error handling and clear atomicity.
%package -n libzpool5 %package -n libzpool6
Summary: Zpool interface Summary: Zpool interface
License: CDDL-1.0 License: CDDL-1.0
Group: System/Libraries Group: System/Libraries
%description -n libzpool5 %description -n libzpool6
ZFS is a file system and volume manager which was ZFS is a file system and volume manager which was
originally developed by Sun Microsystems. originally developed by Sun Microsystems.
@ -152,10 +152,10 @@ License: CDDL-1.0
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libnvpair3 = %version Requires: libnvpair3 = %version
Requires: libuutil3 = %version Requires: libuutil3 = %version
Requires: libzfs4 = %version Requires: libzfs6 = %version
Requires: libzfs_core3 = %version Requires: libzfs_core3 = %version
Requires: libzfsbootenv1 = %version Requires: libzfsbootenv1 = %version
Requires: libzpool5 = %version Requires: libzpool6 = %version
%description devel %description devel
ZFS is a combined file system and logical volume manager designed by ZFS is a combined file system and logical volume manager designed by
@ -284,10 +284,10 @@ rm -v "$b/%_sysconfdir/sudoers.d/zfs"
%ldconfig_scriptlets -n libnvpair3 %ldconfig_scriptlets -n libnvpair3
%ldconfig_scriptlets -n libuutil3 %ldconfig_scriptlets -n libuutil3
%ldconfig_scriptlets -n libzfs4 %ldconfig_scriptlets -n libzfs6
%ldconfig_scriptlets -n libzfsbootenv1 %ldconfig_scriptlets -n libzfsbootenv1
%ldconfig_scriptlets -n libzfs_core3 %ldconfig_scriptlets -n libzfs_core3
%ldconfig_scriptlets -n libzpool5 %ldconfig_scriptlets -n libzpool6
%files %files
%doc zfs-smartctl-sudo.txt %doc zfs-smartctl-sudo.txt
@ -325,8 +325,8 @@ rm -v "$b/%_sysconfdir/sudoers.d/zfs"
%files -n libuutil3 %files -n libuutil3
%_libdir/libuutil.so.3* %_libdir/libuutil.so.3*
%files -n libzfs4 %files -n libzfs6
%_libdir/libzfs.so.4* %_libdir/libzfs.so.6*
%files -n libzfsbootenv1 %files -n libzfsbootenv1
%_libdir/libzfsbootenv.so.1* %_libdir/libzfsbootenv.so.1*
@ -334,9 +334,8 @@ rm -v "$b/%_sysconfdir/sudoers.d/zfs"
%files -n libzfs_core3 %files -n libzfs_core3
%_libdir/libzfs_core.so.3* %_libdir/libzfs_core.so.3*
%files -n libzpool5 %files -n libzpool6
%_libdir/libzpool.so.5* %_libdir/libzpool.so.6*
%files devel %files devel
%_includedir/lib*/ %_includedir/lib*/
%_libdir/libnvpair.so %_libdir/libnvpair.so