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/
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