diff options
author | Brian Behlendorf <[email protected]> | 2013-03-25 13:46:47 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-25 13:46:47 -0700 |
commit | 6385874dbfe0478a5f3d70c5e5983e800b038d49 (patch) | |
tree | ef618062b9bb42138563aa668c65656744aa9357 | |
parent | 8636968f9a24e4a1cce1753ca68631a0ae2ced71 (diff) |
Tag spl-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/spl-kmod.spec.in | 4 | ||||
-rw-r--r-- | rpm/generic/spl-dkms.spec.in | 5 | ||||
-rw-r--r-- | rpm/generic/spl-kmod.spec.in | 4 | ||||
-rw-r--r-- | rpm/generic/spl.spec.in | 4 |
5 files changed, 10 insertions, 11 deletions
@@ -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 diff --git a/rpm/fedora/spl-kmod.spec.in b/rpm/fedora/spl-kmod.spec.in index 30121591c..f83ff60c1 100644 --- a/rpm/fedora/spl-kmod.spec.in +++ b/rpm/fedora/spl-kmod.spec.in @@ -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. diff --git a/rpm/generic/spl-dkms.spec.in b/rpm/generic/spl-dkms.spec.in index a57441bb5..148d612ed 100644 --- a/rpm/generic/spl-dkms.spec.in +++ b/rpm/generic/spl-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/spl-kmod.spec.in b/rpm/generic/spl-kmod.spec.in index dc23548a0..224660be0 100644 --- a/rpm/generic/spl-kmod.spec.in +++ b/rpm/generic/spl-kmod.spec.in @@ -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. diff --git a/rpm/generic/spl.spec.in b/rpm/generic/spl.spec.in index b44d85297..3db301516 100644 --- a/rpm/generic/spl.spec.in +++ b/rpm/generic/spl.spec.in @@ -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. |