]> git.proxmox.com Git - mirror_spl-debian.git/blame - rpm/redhat/spl.spec.in
New upstream version 0.7.2
[mirror_spl-debian.git] / rpm / redhat / spl.spec.in
CommitLineData
10946b02
AX
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)
10946b02
AX
11Requires: %{name}-kmod = %{version}
12Provides: %{name}-kmod-common = %{version}
13
14%description
15This package contains the commands to verify the SPL
16kernel modules are functioning properly.
17
18%prep
19%setup -q
20
21%build
22%configure --with-config=user
23make %{?_smp_mflags}
24
25%install
26%{__rm} -rf $RPM_BUILD_ROOT
27make install DESTDIR=%{?buildroot}
28
29%files
30%doc AUTHORS COPYING DISCLAIMER
ec06701b 31%{_bindir}/*
10946b02
AX
32%{_sbindir}/*
33%{_mandir}/man1/*
34%{_mandir}/man5/*
35
36%changelog
ec06701b
AX
37* Fri Sep 22 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.2-1
38- Released 0.7.2-1, detailed release notes are available at:
39- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.2
40* Tue Aug 8 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.1-1
41- Released 0.7.1-1, detailed release notes are available at:
42- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.1
43* Wed Jul 26 2017 Brian Behlendorf <behlendorf1@llnl.gov> - 0.7.0-1
44- Released 0.7.0-1, detailed release notes are available at:
45- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.0