]> git.proxmox.com Git - zfsonlinux.git/blob - spl-patches/0013-Tag-spl-0.7.7.patch
update SPL to 0.7.7
[zfsonlinux.git] / spl-patches / 0013-Tag-spl-0.7.7.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Tony Hutter <hutter2@llnl.gov>
3 Date: Wed, 14 Mar 2018 16:16:00 -0700
4 Subject: [PATCH] Tag spl-0.7.7
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 META file and changelog updated.
10
11 Signed-off-by: Tony Hutter <hutter2@llnl.gov>
12 (cherry picked from commit 2f52bf4a84b1a3520cccd5cee1415ce85b91d04f)
13 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
14 ---
15 rpm/generic/spl-kmod.spec.in | 3 +++
16 rpm/generic/spl.spec.in | 3 +++
17 META | 2 +-
18 3 files changed, 7 insertions(+), 1 deletion(-)
19
20 diff --git a/rpm/generic/spl-kmod.spec.in b/rpm/generic/spl-kmod.spec.in
21 index eb38c21..6af292d 100644
22 --- a/rpm/generic/spl-kmod.spec.in
23 +++ b/rpm/generic/spl-kmod.spec.in
24 @@ -167,6 +167,9 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/*
25 rm -rf $RPM_BUILD_ROOT
26
27 %changelog
28 +* Wed Mar 14 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.7-1
29 +- Released 0.7.7-1, detailed release notes are available at:
30 +- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.7
31 * Thu Feb 01 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.6-1
32 - Released 0.7.6-1, detailed release notes are available at:
33 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.6
34 diff --git a/rpm/generic/spl.spec.in b/rpm/generic/spl.spec.in
35 index 0338a47..b693bdc 100644
36 --- a/rpm/generic/spl.spec.in
37 +++ b/rpm/generic/spl.spec.in
38 @@ -34,6 +34,9 @@ make install DESTDIR=%{?buildroot}
39 %{_mandir}/man5/*
40
41 %changelog
42 +* Wed Mar 14 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.7-1
43 +- Released 0.7.7-1, detailed release notes are available at:
44 +- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.7
45 * Thu Feb 01 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.6-1
46 - Released 0.7.6-1, detailed release notes are available at:
47 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.6
48 diff --git a/META b/META
49 index 4b0c0bb..64a07f1 100644
50 --- a/META
51 +++ b/META
52 @@ -1,7 +1,7 @@
53 Meta: 1
54 Name: spl
55 Branch: 1.0
56 -Version: 0.7.6
57 +Version: 0.7.7
58 Release: 1
59 Release-Tags: relext
60 License: GPL
61 --
62 2.14.2
63