a010b40938
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
57 lines
2.0 KiB
Diff
57 lines
2.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Tony Hutter <hutter2@llnl.gov>
|
|
Date: Wed, 5 Sep 2018 10:37:32 -0700
|
|
Subject: [PATCH] Tag zfs-0.7.10
|
|
|
|
META file and changelog updated.
|
|
|
|
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
|
|
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
|
|
---
|
|
META | 2 +-
|
|
rpm/generic/zfs-kmod.spec.in | 3 +++
|
|
rpm/generic/zfs.spec.in | 3 +++
|
|
3 files changed, 7 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/META b/META
|
|
index fbada64e..89525ac8 100644
|
|
--- a/META
|
|
+++ b/META
|
|
@@ -1,7 +1,7 @@
|
|
Meta: 1
|
|
Name: zfs
|
|
Branch: 1.0
|
|
-Version: 0.7.9
|
|
+Version: 0.7.10
|
|
Release: 1
|
|
Release-Tags: relext
|
|
License: CDDL
|
|
diff --git a/rpm/generic/zfs-kmod.spec.in b/rpm/generic/zfs-kmod.spec.in
|
|
index a3678681..8306ea76 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
|
|
+* Wed Sep 05 2018 Tony Hutter <hutter2@llnl.gov> - 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
|
|
* Tue May 08 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.9-1
|
|
- Released 0.7.9-1, detailed release notes are available at:
|
|
- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.9
|
|
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in
|
|
index 22565725..76953aec 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
|
|
+* Wed Sep 05 2018 Tony Hutter <hutter2@llnl.gov> - 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
|
|
* Tue May 08 2018 Tony Hutter <hutter2@llnl.gov> - 0.7.9-1
|
|
- Released 0.7.9-1, detailed release notes are available at:
|
|
- https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.9
|