From 7cdac8b8533c662155248eb2ea672a1e803ab634 Mon Sep 17 00:00:00 2001 From: Prakash Surya Date: Thu, 25 Aug 2011 15:20:25 -0700 Subject: [PATCH] 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 --- zfs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1