]> git.proxmox.com Git - zfsonlinux.git/blob - zfs-patches/0036-Tag-zfs-0.7.6.patch
add remaining zfs-0.7.6 changes as patches
[zfsonlinux.git] / zfs-patches / 0036-Tag-zfs-0.7.6.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Tony Hutter <hutter2@llnl.gov>
3 Date: Thu, 1 Feb 2018 10:02:58 -0800
4 Subject: [PATCH] Tag zfs-0.7.6
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 e3b28e16ceaf59d7f550a149f863b2cfe67cf4ad)
13 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
14 ---
15 rpm/generic/zfs-kmod.spec.in | 3 +++
16 rpm/generic/zfs.spec.in | 3 +++
17 META | 2 +-
18 3 files changed, 7 insertions(+), 1 deletion(-)
19
20 diff --git a/rpm/generic/zfs-kmod.spec.in b/rpm/generic/zfs-kmod.spec.in
21 index f4c92b998..cb23b0a8f 100644
22 --- a/rpm/generic/zfs-kmod.spec.in
23 +++ b/rpm/generic/zfs-kmod.spec.in
24 @@ -191,6 +191,9 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/*
25 rm -rf $RPM_BUILD_ROOT
26
27 %changelog
28 +* Thu Feb 01 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.6-1
29 +- Released 0.7.6-1, detailed release notes are available at:
30 +- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.6
31 * Mon Dec 18 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.5-1
32 - Released 0.7.5-1, detailed release notes are available at:
33 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.5
34 diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in
35 index afa45268a..8df57fa46 100644
36 --- a/rpm/generic/zfs.spec.in
37 +++ b/rpm/generic/zfs.spec.in
38 @@ -333,6 +333,9 @@ exit 0
39 %endif
40
41 %changelog
42 +* Thu Feb 01 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.6-1
43 +- Released 0.7.6-1, detailed release notes are available at:
44 +- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.6
45 * Mon Dec 18 2017 Tony Hutter <hutter2@llnl.gov> - 0.7.5-1
46 - Released 0.7.5-1, detailed release notes are available at:
47 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.5
48 diff --git a/META b/META
49 index 8bcb520b6..1f4686df7 100644
50 --- a/META
51 +++ b/META
52 @@ -1,7 +1,7 @@
53 Meta: 1
54 Name: zfs
55 Branch: 1.0
56 -Version: 0.7.5
57 +Version: 0.7.6
58 Release: 1
59 Release-Tags: relext
60 License: CDDL
61 --
62 2.14.2
63