forked from openzfs/spl
-
Notifications
You must be signed in to change notification settings - Fork 2
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
8636968
commit 6385874
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,6 +1,6 @@ | ||
Meta: 1 | ||
Name: spl | ||
Branch: 1.0 | ||
Version: 0.6.0 | ||
Release: rc14 | ||
Version: 0.6.1 | ||
Release: 1 | ||
Release-Tags: relext |
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 |
---|---|---|
|
@@ -134,5 +134,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 |
---|---|---|
|
@@ -144,5 +144,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. | ||
* Tue 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 |
---|---|---|
|
@@ -37,5 +37,5 @@ make install DESTDIR=%{?buildroot} | |
%{_mandir}/man1/* | ||
|
||
%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. |