forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
META file and changelog updated. Signed-off-by: Tony Hutter <[email protected]>
- Loading branch information
1 parent
8c6867d
commit 1b0cd07
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|