From: Prakash Surya Date: Thu, 25 Aug 2011 22:20:25 +0000 (-0700) Subject: Fix zfs.spec.in to use @LICENSE@ variable X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=7cdac8b8533c662155248eb2ea672a1e803ab634;p=zfs.git 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 Signed-off-by: Brian Behlendorf --- diff --git a/zfs.spec.in b/zfs.spec.in index 6849cbd..d5f801c 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