diff options
-rw-r--r-- | META | 2 | ||||
-rw-r--r-- | rpm/generic/zfs-kmod.spec.in | 3 | ||||
-rw-r--r-- | rpm/generic/zfs.spec.in | 3 |
3 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,7 @@ Meta: 1 Name: zfs Branch: 1.0 -Version: 0.7.10 +Version: 0.7.11 Release: 1 Release-Tags: relext License: CDDL diff --git a/rpm/generic/zfs-kmod.spec.in b/rpm/generic/zfs-kmod.spec.in index 8306ea76d..d4746f5bb 100644 --- a/rpm/generic/zfs-kmod.spec.in +++ b/rpm/generic/zfs-kmod.spec.in @@ -191,6 +191,9 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/* rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 13 2018 Tony Hutter <[email protected]> - 0.7.11-1 +- Released 0.7.11-1, detailed release notes are available at: +- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.11 * Wed Sep 05 2018 Tony Hutter <[email protected]> - 0.7.10-1 - Released 0.7.10-1, detailed release notes are available at: - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.10 diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index 76953aeca..fa6f15714 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -371,6 +371,9 @@ systemctl --system daemon-reload >/dev/null || true %endif %changelog +* Thu Sep 13 2018 Tony Hutter <[email protected]> - 0.7.11-1 +- Released 0.7.11-1, detailed release notes are available at: +- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.11 * Wed Sep 05 2018 Tony Hutter <[email protected]> - 0.7.10-1 - Released 0.7.10-1, detailed release notes are available at: - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.10 |