]> git.proxmox.com Git - mirror_spl-debian.git/blob - rpm/generic/spl.spec.in
New upstream version 0.7.11
[mirror_spl-debian.git] / rpm / generic / spl.spec.in
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
11 Name: @PACKAGE@
12 Version: @VERSION@
13 Release: @RELEASE@%{?dist}
14 Summary: Commands to control the kernel modules
15
16 Group: System Environment/Kernel
17 License: GPLv2+
18 URL: http://zfsonlinux.org/
19 Source0: %{name}-%{version}.tar.gz
20 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
21 Requires: %{name}-kmod = %{version}
22 Provides: %{name}-kmod-common = %{version}
23
24 %description
25 This package contains the commands to verify the SPL
26 kernel modules are functioning properly.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure --with-config=user
33 make %{?_smp_mflags}
34
35 %install
36 %{__rm} -rf $RPM_BUILD_ROOT
37 make install DESTDIR=%{?buildroot}
38
39 %files
40 %doc AUTHORS COPYING DISCLAIMER
41 %{_bindir}/*
42 %{_sbindir}/*
43 %{_mandir}/man1/*
44 %{_mandir}/man5/*
45
46 %changelog
47 * Thu Sep 13 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.11-1
48 - Released 0.7.11-1, detailed release notes are available at:
49 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.11
50 * Wed Sep 05 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.10-1
51 - Released 0.7.10-1, detailed release notes are available at:
52 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.10
53 * Tue May 08 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.9-1
54 - Released 0.7.9-1, detailed release notes are available at:
55 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.9
56 * Mon Apr 09 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.8-1
57 - Released 0.7.8-1, detailed release notes are available at:
58 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.8
59 * Wed Mar 14 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.7-1
60 - Released 0.7.7-1, detailed release notes are available at:
61 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.7
62 * Thu Feb 01 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.6-1
63 - Released 0.7.6-1, detailed release notes are available at:
64 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.6
65 * Mon Dec 18 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.5-1
66 - Released 0.7.5-1, detailed release notes are available at:
67 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.5
68 * Thu Dec 07 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.4-1
69 - Released 0.7.4-1, detailed release notes are available at:
70 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.4
71 * Wed Oct 18 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.3-1
72 - Released 0.7.3-1, detailed release notes are available at:
73 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.3
74 * Fri Sep 22 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.2-1
75 - Released 0.7.2-1, detailed release notes are available at:
76 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.2
77 * Tue Aug 8 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.1-1
78 - Released 0.7.1-1, detailed release notes are available at:
79 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.1
80 * Wed Jul 26 2017 Brian Behlendorf <behlendorf1@llnl.gov> - 0.7.0-1
81 - Released 0.7.0-1, detailed release notes are available at:
82 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.0