X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=zfs.spec;h=2520ac4c20363e862d7adfe9a612657feb1d1d24;hb=58d00fd641a0b00f4bc12310242635b6d5938d8b;hp=a90980c49b2087e83d18f63c1308cd38dbb4b25e;hpb=1b58aab16252422ec37fc3990de7dfcc08f9534b;p=packages%2Fzfs.git diff --git a/zfs.spec b/zfs.spec index a90980c..2520ac4 100644 --- a/zfs.spec +++ b/zfs.spec @@ -14,17 +14,6 @@ exit 1 %endif -%if "%{_alt_kernel}" != "%{nil}" -%if 0%{?build_kernels:1} -%{error:alt_kernel and build_kernels are mutually exclusive} -exit 1 -%endif -%undefine with_userspace -%global _build_kernels %{alt_kernel} -%else -%global _build_kernels %{?build_kernels:,%{?build_kernels}} -%endif - %if %{without userspace} # nothing to be placed to debuginfo package %define _enable_debug_packages 0 @@ -32,29 +21,28 @@ exit 1 %define _duplicate_files_terminate_build 0 -%define kbrs %(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo "BuildRequires:kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2,kernel%%{_alt_kernel}-spl-devel >= 0.6.3" ; done) -%define kpkg %(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo %%kernel_pkg ; done) -%define bkpkg %(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo %%build_kernel_pkg ; done) - %define pname zfs -%define rel 4 +%define rel 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: 0.6.3 +Version: 0.6.5.1 Release: %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}} License: CDDL (ZFS), GPL v2+ (ZPIOS) Group: Applications/System Source0: http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/%{pname}-%{version}.tar.gz -# Source0-md5: 5bcc32c122934d421eba68e16826637d +# Source0-md5: 0421551f728c1fd4239bdd9932ba2c52 Patch0: %{pname}-link.patch -Patch1: linux-3.18.patch +Patch1: x32.patch URL: http://zfsonlinux.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: libtool BuildRequires: rpmbuild(macros) >= 1.701 -%{?with_kernel:%{expand:%kbrs}} +%if %{with kernel} +%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2} +%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-spl-devel >= 0.6.3} +%endif %if %{with userspace} BuildRequires: libblkid-devel BuildRequires: libselinux-devel @@ -219,7 +207,7 @@ p=`pwd`\ %{__make} install DESTDIR=$p/installed INSTALL_MOD_DIR=misc\ %{nil} -%{?with_kernel:%{expand:%kpkg}} +%{?with_kernel:%{expand:%create_kernel_packages}} %prep %setup -q -n %{pname}-%{version} @@ -232,7 +220,7 @@ p=`pwd`\ %{__autoconf} %{__autoheader} %{__automake} -%{?with_kernel:%{expand:%bkpkg}} +%{?with_kernel:%{expand:%build_kernel_packages}} %if %{with userspace} %configure \ @@ -259,6 +247,9 @@ cp -a installed/* $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ DEFAULT_INIT_DIR=/etc/rc.d/init.d + +install -d $RPM_BUILD_ROOT%{_pkgconfigdir} +%{__mv} $RPM_BUILD_ROOT%{_npkgconfigdir}/* $RPM_BUILD_ROOT%{_pkgconfigdir} %endif %clean @@ -272,6 +263,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS COPYRIGHT DISCLAIMER OPENSOLARIS.LICENSE README.markdown %attr(755,root,root) /sbin/mount.zfs +%attr(755,root,root) %{_bindir}/arc_summary.py %attr(755,root,root) %{_bindir}/arcstat.py %attr(755,root,root) %{_bindir}/dbufstat.py %attr(755,root,root) %{_sbindir}/fsck.zfs @@ -290,7 +282,12 @@ rm -rf $RPM_BUILD_ROOT %dir %{_sysconfdir}/zfs/zed.d %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zfs/zed.d/*.sh %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zfs/zed.d/zed.rc -%attr(754,root,root) /etc/rc.d/init.d/zfs +%attr(754,root,root) /etc/rc.d/init.d/zfs-import +%attr(754,root,root) /etc/rc.d/init.d/zfs-mount +%attr(754,root,root) /etc/rc.d/init.d/zfs-share +%attr(754,root,root) /etc/rc.d/init.d/zfs-zed +%config(noreplace) %verify(not md5 mtime size) /etc/default/zfs +/etc/zfs/zfs-functions /usr/lib/modules-load.d/zfs.conf /etc/systemd/system-preset/50-zfs.preset %{systemdunitdir}/zed.service @@ -319,6 +316,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/zpios.1* %{_mandir}/man1/ztest.1* %{_mandir}/man5/vdev_id.conf.5* +%{_mandir}/man5/zfs-events.5* %{_mandir}/man5/zfs-module-parameters.5* %{_mandir}/man5/zpool-features.5* %{_mandir}/man8/fsck.zfs.8* @@ -358,6 +356,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libzpool.la %{_includedir}/libspl %{_includedir}/libzfs +%{_pkgconfigdir}/libzfs.pc +%{_pkgconfigdir}/libzfs_core.pc %files static %defattr(644,root,root,755) @@ -369,11 +369,13 @@ rm -rf $RPM_BUILD_ROOT %files -n dracut-zfs %defattr(644,root,root,755) -%doc dracut/README.dracut.markdown +%doc contrib/dracut/README.dracut.markdown %dir %{dracutlibdir}/modules.d/90zfs +%attr(755,root,root) %{dracutlibdir}/modules.d/90zfs/export-zfs.sh %attr(755,root,root) %{dracutlibdir}/modules.d/90zfs/module-setup.sh %attr(755,root,root) %{dracutlibdir}/modules.d/90zfs/mount-zfs.sh %attr(755,root,root) %{dracutlibdir}/modules.d/90zfs/parse-zfs.sh +%attr(755,root,root) %{dracutlibdir}/modules.d/90zfs/zfs-lib.sh %endif %if %{with kernel}