]> git.proxmox.com Git - mirror_spl.git/blame - rpm/generic/spl.spec.in
Tag spl-0.7.12
[mirror_spl.git] / rpm / generic / spl.spec.in
CommitLineData
d8c8ba29
TH
1# Python permits the !/usr/bin/python shebang for scripts that are cross
2# compatible between python2 and python3, but Fedora 28 does not. Fedora
3# wants us to choose python3 for cross-compatible scripts. Since we want
4# to support python2 and python3 users, exclude our scripts from Fedora 28's
5# RPM build check, so that we don't get a bunch of build warnings.
6#
7# Details: https://github.com/zfsonlinux/zfs/issues/7360
8#
9%global __brp_mangle_shebangs_exclude_from splslab.py
10
493972c8
BB
11Name: @PACKAGE@
12Version: @VERSION@
13Release: @RELEASE@%{?dist}
14Summary: Commands to control the kernel modules
15
16Group: System Environment/Kernel
17License: GPLv2+
18URL: http://zfsonlinux.org/
19Source0: %{name}-%{version}.tar.gz
20BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9bd8cbc5 21Requires: %{name}-kmod = %{version}
493972c8 22Provides: %{name}-kmod-common = %{version}
8caa0262
TH
23%if 0%{?rhel}%{?fedora}%{?suse_version}
24BuildRequires: gcc, make
25%endif
493972c8
BB
26
27%description
28This package contains the commands to verify the SPL
29kernel modules are functioning properly.
30
31%prep
32%setup -q
33
34%build
35%configure --with-config=user
36make %{?_smp_mflags}
37
38%install
39%{__rm} -rf $RPM_BUILD_ROOT
40make install DESTDIR=%{?buildroot}
41
42%files
43%doc AUTHORS COPYING DISCLAIMER
5578f58b 44%{_bindir}/*
493972c8 45%{_sbindir}/*
40748209 46%{_mandir}/man1/*
30607d9b 47%{_mandir}/man5/*
493972c8
BB
48
49%changelog
312f3887
TH
50* Thu Nov 08 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.12-1
51- Released 0.7.12-1, detailed release notes are available at:
52- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.12
a4b19aac
TH
53* Thu Sep 13 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.11-1
54- Released 0.7.11-1, detailed release notes are available at:
55- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.11
0235e53a
TH
56* Wed Sep 05 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.10-1
57- Released 0.7.10-1, detailed release notes are available at:
58- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.10
34f80175
TH
59* Tue May 08 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.9-1
60- Released 0.7.9-1, detailed release notes are available at:
61- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.9
557af268
TH
62* Mon Apr 09 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.8-1
63- Released 0.7.8-1, detailed release notes are available at:
64- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.8
2f52bf4a
TH
65* Wed Mar 14 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.7-1
66- Released 0.7.7-1, detailed release notes are available at:
67- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.7
3cc0ea2a
TH
68* Thu Feb 01 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.6-1
69- Released 0.7.6-1, detailed release notes are available at:
70- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.6
ed024006
TH
71* Mon Dec 18 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.5-1
72- Released 0.7.5-1, detailed release notes are available at:
73- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.5
42bc9d5a
TH
74* Thu Dec 07 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.4-1
75- Released 0.7.4-1, detailed release notes are available at:
76- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.4
849e7b6a
TH
77* Wed Oct 18 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.3-1
78- Released 0.7.3-1, detailed release notes are available at:
79- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.3
f3b9491a
TH
80* Fri Sep 22 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.2-1
81- Released 0.7.2-1, detailed release notes are available at:
82- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.2
51d82ce8
TH
83* Tue Aug 8 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.1-1
84- Released 0.7.1-1, detailed release notes are available at:
85- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.1
1f2671b9
BB
86* Wed Jul 26 2017 Brian Behlendorf <behlendorf1@llnl.gov> - 0.7.0-1
87- Released 0.7.0-1, detailed release notes are available at:
88- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.0