diff options
author | Brian Behlendorf <[email protected]> | 2013-02-17 11:16:22 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-06 15:46:41 -0800 |
commit | e07b579b1b487eec772ec9394eefaad264c779fb (patch) | |
tree | 4201bbbdb84589b1fa2fee1357a47c08213933be /zfs.spec.in | |
parent | 0da31cd6ca0dedbf0ceb7118d2cede2e97e73c14 (diff) |
Retire ZFS.RELEASE file
The ZFS.RELEASE file was originally added to document which
version of OpenSolaris the ZoL code was based on. However,
that's no longer particularly important or useful. We'll
likely never see a new onnv_* drop from Solaris, and even
if we do the ZoL changes are now extensive enough they
could not be easily applied. We now treat Illumos as the
official upstream and cherry pick the patches we need.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'zfs.spec.in')
-rw-r--r-- | zfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs.spec.in b/zfs.spec.in index 7c469642c..3e784ecda 100644 --- a/zfs.spec.in +++ b/zfs.spec.in @@ -86,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT %config %{_sysconfdir}/zfs/* %doc AUTHORS COPYING COPYRIGHT DISCLAIMER -%doc OPENSOLARIS.LICENSE README.markdown ZFS.RELEASE +%doc OPENSOLARIS.LICENSE README.markdown %files devel %defattr(-,root,root) |