Name: @PACKAGE@ Version: @VERSION@ Release: @RELEASE@%{?dist} Summary: Commands to control the kernel modules Group: System Environment/Kernel License: GPLv2+ URL: http://zfsonlinux.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: i386 i686 x86_64 # May build but untested on ppc/ppc64 ExcludeArch: ppc ppc64 Requires: %{name}-kmod = %{version} Provides: %{name}-kmod-common = %{version} %description This package contains the commands to verify the SPL kernel modules are functioning properly. %prep %setup -q %build %configure --with-config=user make %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT make install DESTDIR=%{?buildroot} %files %doc AUTHORS COPYING DISCLAIMER %{_sbindir}/* %{_mandir}/man1/* %{_mandir}/man5/* %changelog * Tue Oct 13 2015 Ned Bass - 0.6.5.3-1 - Fix CPU hotplug zfsonlinux/spl#482 - Disable dynamic taskqs by default to avoid deadlock zfsonlinux/spl#484 * Tue Sep 29 2015 Ned Bass - 0.6.5.2-1 - Released 0.6.5.2-1 - Fix PAX Patch/Grsec SLAB_USERCOPY panic zfsonlinux/zfs#3796 - Always remove during dkms uninstall/update zfsonlinux/spl#476 * Thu Sep 19 2015 Ned Bass - 0.6.5.1-1 - Released 0.6.5.1-1, no changes from spl-0.6.5 * Thu Sep 10 2015 Brian Behlendorf - 0.6.5-1 - Released 0.6.5-1, detailed release notes are available at: - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5 * Wed Apr 8 2015 Brian Behlendorf - 0.6.4-1 - Released 0.6.4-1 * Thu Jun 12 2014 Brian Behlendorf - 0.6.3-1 - Released 0.6.3-1 * Wed Aug 21 2013 Brian Behlendorf - 0.6.2-1 - Released 0.6.2-1 * Fri Mar 22 2013 Brian Behlendorf - 0.6.1-1 - First official stable release.