]> TLD Linux GIT Repositories - packages/zfs.git/commitdiff
- updated to 2.3.3 master
authorMarcin Krol <hawk@tld-linux.org>
Wed, 13 Aug 2025 15:43:40 +0000 (17:43 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 13 Aug 2025 15:43:40 +0000 (17:43 +0200)
zfs.spec

index 6f6259aa2af5a35b9c93860e0b643c3bc574c8bc..4d515f8510fe71720198823502582b85467c4477 100644 (file)
--- a/zfs.spec
+++ b/zfs.spec
@@ -29,12 +29,12 @@ exit 1
 Summary:       Native Linux port of the ZFS filesystem
 Summary(pl.UTF-8):     Natywny linuksowy port systemu plików ZFS
 Name:          %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:       2.3.2
+Version:       2.3.3
 Release:       %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 License:       CDDL
 Group:         Applications/System
 Source0:       https://github.com/openzfs/zfs/releases/download/zfs-%{version}/%{pname}-%{version}.tar.gz
-# Source0-md5: eef957a390e9c7641cd829827b0ce183
+# Source0-md5: 16f08cddc449c91e1ff757843c400cc0
 Patch0:                initdir.patch
 Patch1:                tld.patch
 URL:           https://zfsonlinux.org/
@@ -322,11 +322,6 @@ cp -a installed/* $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        DEFAULT_INIT_DIR=/etc/rc.d/init.d
 
-# these headers are used as <sys/abd_os.h> and <sys/abd_impl_os.h> from /usr/include/libzfs/sys/abd{,_impl}.h resp.
-# they don't refer to any functions in libzpool
-%{__mv} $RPM_BUILD_ROOT%{_includedir}/libzpool/abd*_os.h $RPM_BUILD_ROOT%{_includedir}/libzfs/sys
-rmdir $RPM_BUILD_ROOT%{_includedir}/libzpool
-
 %if %{with python3}
 cd contrib/pyzfs
 %py3_install