diff options
author | Brian Behlendorf <[email protected]> | 2013-03-25 13:46:37 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-26 08:50:29 -0700 |
commit | 36c0b62799554d0a41fc0a65602de3b50f9f6409 (patch) | |
tree | a429836327b892559681afff19f20fd02d7df4a3 | |
parent | b7f59425f93c8fd7392da903f4a292fff1154dad (diff) |
Tag zfs-0.6.1zfs-0.6.1
META file and release log updated.
Signed-off-by: Brian Behlendorf <[email protected]>
-rw-r--r-- | META | 4 | ||||
-rw-r--r-- | rpm/fedora/zfs-kmod.spec.in | 4 | ||||
-rw-r--r-- | rpm/generic/zfs-dkms.spec.in | 5 | ||||
-rw-r--r-- | rpm/generic/zfs-kmod.spec.in | 4 | ||||
-rw-r--r-- | rpm/generic/zfs.spec.in | 4 |
5 files changed, 10 insertions, 11 deletions
@@ -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 diff --git a/rpm/fedora/zfs-kmod.spec.in b/rpm/fedora/zfs-kmod.spec.in index 323b99f4a..6a8e570a6 100644 --- a/rpm/fedora/zfs-kmod.spec.in +++ b/rpm/fedora/zfs-kmod.spec.in @@ -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. diff --git a/rpm/generic/zfs-dkms.spec.in b/rpm/generic/zfs-dkms.spec.in index 07a9f6d3b..7d871cbfb 100644 --- a/rpm/generic/zfs-dkms.spec.in +++ b/rpm/generic/zfs-dkms.spec.in @@ -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. diff --git a/rpm/generic/zfs-kmod.spec.in b/rpm/generic/zfs-kmod.spec.in index d99446b21..6f478f3fa 100644 --- a/rpm/generic/zfs-kmod.spec.in +++ b/rpm/generic/zfs-kmod.spec.in @@ -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. diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index 53312652a..7ee4ca018 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -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. |