]> git.proxmox.com Git - mirror_spl-debian.git/blame - rpm/generic/spl.spec.in
Imported Upstream version 0.6.5.5
[mirror_spl-debian.git] / rpm / generic / spl.spec.in
CommitLineData
493972c8
BB
1Name: @PACKAGE@
2Version: @VERSION@
3Release: @RELEASE@%{?dist}
4Summary: Commands to control the kernel modules
5
6Group: System Environment/Kernel
7License: GPLv2+
8URL: http://zfsonlinux.org/
9Source0: %{name}-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11ExclusiveArch: i386 i686 x86_64
12
13# May build but untested on ppc/ppc64
14ExcludeArch: ppc ppc64
15
33a20369 16Requires: %{name}-kmod = %{version}
493972c8
BB
17Provides: %{name}-kmod-common = %{version}
18
19%description
20This package contains the commands to verify the SPL
21kernel modules are functioning properly.
22
23%prep
24%setup -q
25
26%build
27%configure --with-config=user
28make %{?_smp_mflags}
29
30%install
31%{__rm} -rf $RPM_BUILD_ROOT
32make install DESTDIR=%{?buildroot}
33
34%files
35%doc AUTHORS COPYING DISCLAIMER
36%{_sbindir}/*
40748209 37%{_mandir}/man1/*
33a20369 38%{_mandir}/man5/*
493972c8
BB
39
40%changelog
81dab2ed
AX
41* Wed Mar 9 2016 Ned Bass <bass6@llnl.gov> - 0.6.5.5-1
42- Linux 4.5 compatibility zfsonlinux/spl#524
43- Create working debuginfo packages on Red Hat zfsonlinux/zfs#4224
44- Allow copy-builtin to run multiple times zfsonlinux/spl#526
45- Use safer flags for in-kernel memory allocations zfsonlinux/spl#523
46- Fix potential deadlock in cv_wait() zfsonlinux/zfs#4106
47- Fix livelock in shrinker zfsonlinux/zfs#3936
879bbbc7
AX
48* Fri Jan 8 2016 Ned Bass <bass6@llnl.gov> - 0.6.5.4-1
49- Build fixes on SPARC and some kernels
50- Fix taskq dynamic spawning deadlock
51- Fix builtin kernel builds
52- Fix crash due to overflow in P2ROUNDUP macro
53- Fix deadlock during direct memory reclaim
f6188ddd
AX
54* Tue Oct 13 2015 Ned Bass <bass6@llnl.gov> - 0.6.5.3-1
55- Fix CPU hotplug zfsonlinux/spl#482
56- Disable dynamic taskqs by default to avoid deadlock zfsonlinux/spl#484
57* Tue Sep 29 2015 Ned Bass <bass6@llnl.gov> - 0.6.5.2-1
58- Released 0.6.5.2-1
59- Fix PAX Patch/Grsec SLAB_USERCOPY panic zfsonlinux/zfs#3796
60- Always remove during dkms uninstall/update zfsonlinux/spl#476
61* Thu Sep 19 2015 Ned Bass <bass6@llnl.gov> - 0.6.5.1-1
62- Released 0.6.5.1-1, no changes from spl-0.6.5
63* Thu Sep 10 2015 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.5-1
64- Released 0.6.5-1, detailed release notes are available at:
65- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5
10946b02
AX
66* Wed Apr 8 2015 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.4-1
67- Released 0.6.4-1
9e4fb5c2
LG
68* Thu Jun 12 2014 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.3-1
69- Released 0.6.3-1
80093b6f
AX
70* Wed Aug 21 2013 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.2-1
71- Released 0.6.2-1
6385874d
BB
72* Fri Mar 22 2013 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.1-1
73- First official stable release.