forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 0
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 release log updated. Signed-off-by: Ned Bass <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 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.6.5.5 | ||
Version: 0.6.5.6 | ||
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 |
---|---|---|
|
@@ -186,6 +186,18 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/* | |
rm -rf $RPM_BUILD_ROOT | ||
|
||
%changelog | ||
* Tue Mar 22 2016 Ned Bass <[email protected]> - 0.6.5.6-1 | ||
- Remove artificial architecture restrictions in packaging | ||
- Add support for s390[x] zfsonlinux/zfs#4425 | ||
- Handle negative dentries in case insensitive filesystem zfsonlinux/zfs#4243 | ||
- Fix casesensitivity=insensitive deadlock zfsonlinux/zfs#4136 | ||
- Correctly parse zdb -R flag arguments zfsonlinux/zfs#4304 | ||
- Fix lock order inversion with zvol_open() zfsonlinux/zfs#3681 | ||
- Add support for asynchronous zvol minor operations zfsonlinux/zfs#2217 | ||
- Make zvol minor functionality more robust zfsonlinux/zfs#4344 | ||
- Prevent zpool_find_vdev() from truncating vdev path zfsonlinux/zfs#4312 | ||
- Add -gLP to zpool subcommands for alt vdev names zfsonlinux/zfs#4341 | ||
- Fix zpool list -v output for spares and log devices zfsonlinux/zfs#4313 | ||
* Wed Mar 9 2016 Ned Bass <[email protected]> - 0.6.5.5-1 | ||
- Linux 4.5 compatibility zfsonlinux/zfs#4228 | ||
- Create working debuginfo packages on Red Hat zfsonlinux/zfs#4224 | ||
|
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 |
---|---|---|
|
@@ -327,6 +327,18 @@ exit 0 | |
%endif | ||
|
||
%changelog | ||
* Tue Mar 22 2016 Ned Bass <[email protected]> - 0.6.5.6-1 | ||
- Remove artificial architecture restrictions in packaging | ||
- Add support for s390[x] zfsonlinux/zfs#4425 | ||
- Handle negative dentries in case insensitive filesystem zfsonlinux/zfs#4243 | ||
- Fix casesensitivity=insensitive deadlock zfsonlinux/zfs#4136 | ||
- Correctly parse zdb -R flag arguments zfsonlinux/zfs#4304 | ||
- Fix lock order inversion with zvol_open() zfsonlinux/zfs#3681 | ||
- Add support for asynchronous zvol minor operations zfsonlinux/zfs#2217 | ||
- Make zvol minor functionality more robust zfsonlinux/zfs#4344 | ||
- Prevent zpool_find_vdev() from truncating vdev path zfsonlinux/zfs#4312 | ||
- Add -gLP to zpool subcommands for alt vdev names zfsonlinux/zfs#4341 | ||
- Fix zpool list -v output for spares and log devices zfsonlinux/zfs#4313 | ||
* Wed Mar 9 2016 Ned Bass <[email protected]> - 0.6.5.5-1 | ||
- Linux 4.5 compatibility zfsonlinux/zfs#4228 | ||
- Create working debuginfo packages on Red Hat zfsonlinux/zfs#4224 | ||
|