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: Brian Behlendorf <[email protected]>
- Loading branch information
1 parent
b7f5942
commit 36c0b62
Showing
5 changed files
with
10 additions
and
11 deletions.
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,8 +1,8 @@ | ||
Meta: 1 | ||
Name: zfs | ||
Branch: 1.0 | ||
Version: 0.6.0 | ||
Release: rc14 | ||
Version: 0.6.1 | ||
Release: 1 | ||
Release-Tags: relext | ||
License: CDDL | ||
Author: Sun Microsystems/Oracle, Lawrence Livermore National Laboratory |
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 |
---|---|---|
|
@@ -114,5 +114,5 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/* | |
rm -rf $RPM_BUILD_ROOT | ||
|
||
%changelog | ||
* Tue Mar 12 2013 Brian Behlendorf <[email protected]> - 0.6.0-1 | ||
- Initial kmods2 packaging. | ||
* Fri Mar 22 2013 Brian Behlendorf <[email protected]> - 0.6.1-1 | ||
- First official stable release. |
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 |
---|---|---|
|
@@ -62,6 +62,5 @@ dkms remove -m %{module} -v %{version} --all --rpm_safe_upgrade | |
exit 0 | ||
|
||
%changelog | ||
* Tue Mar 12 2013 Brian Behlendorf <[email protected]> - 0.6.0-1 | ||
- Initial dkms packaging. | ||
|
||
* Fri Mar 22 2013 Brian Behlendorf <[email protected]> - 0.6.1-1 | ||
- First official stable release. |
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 |
---|---|---|
|
@@ -127,5 +127,5 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/* | |
rm -rf $RPM_BUILD_ROOT | ||
|
||
%changelog | ||
* Tue Mar 12 2013 Brian Behlendorf <[email protected]> - 0.6.0-1 | ||
- Initial kmods2 packaging. | ||
* Fri Mar 22 2013 Brian Behlendorf <[email protected]> - 0.6.1-1 | ||
- First official stable release. |
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 |
---|---|---|
|
@@ -145,5 +145,5 @@ find %{?buildroot}%{_libdir} -name '*.la' -exec rm -f {} \; | |
%{_dracutdir}/modules.d/* | ||
|
||
%changelog | ||
* Tue Mar 12 2013 Brian Behlendorf <[email protected]> - 0.6.0-1 | ||
- Refreshed RPM packaging. | ||
* Fri Mar 22 2013 Brian Behlendorf <[email protected]> - 0.6.1-1 | ||
- First official stable release. |