Fix zfs.spec.in to use @LICENSE@ variable
authorPrakash Surya <surya1@llnl.gov>
Thu, 25 Aug 2011 22:20:25 +0000 (15:20 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 6 Sep 2011 20:38:46 +0000 (13:38 -0700)
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 <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
zfs.spec.in

index 6849cbd..d5f801c 100644 (file)
@@ -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