summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrakash Surya <[email protected]>2011-08-25 15:20:25 -0700
committerBrian Behlendorf <[email protected]>2011-09-06 13:38:46 -0700
commit7cdac8b8533c662155248eb2ea672a1e803ab634 (patch)
treeb10ad1e30af0ab70d767c1360297a6ea09d2e30e
parent2e79a04a58bf85dbc18d420cc614100df0d1555a (diff)
Fix zfs.spec.in to use @LICENSE@ variable
The zfs.spec.in file had the license field hard coded to specify the CDDL. This was changed to use the @LICENSE@ variable, maintaining consistency with the zfs-modules.spec.in file. Signed-off-by: Prakash Surya <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]>
-rw-r--r--zfs.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs.spec.in b/zfs.spec.in
index 6849cbdcd..d5f801c5f 100644
--- a/zfs.spec.in
+++ b/zfs.spec.in
@@ -12,7 +12,7 @@ Group: Utilities/System
Name: %{name}
Version: %{version}
Release: %{release}
-License: CDDL
+License: @LICENSE@
URL: git://github.com/zfsonlinux/zfs.git
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
Source: %{name}-%{version}.tar.gz