From db63658d12d849f3b04b8d62c9f4e8c5d4411fb0 Mon Sep 17 00:00:00 2001 From: Vitaly Parakhin Date: Thu, 30 Jun 2016 12:52:50 +0300 Subject: [PATCH] Fix wrong licenses for fuel-release and fuel-setup subpackages Licenses for these two packages were set to GPLv2 for no apparent reason. Align the licenses for subpackages with the fuel-main package license. Change-Id: Id8dd332216c91cc1f122db5c27a87bae0d4db18d Closes-Bug: #1597696 --- specs/fuel-main.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/fuel-main.spec b/specs/fuel-main.spec index ca4849f56..54fcad2b0 100644 --- a/specs/fuel-main.spec +++ b/specs/fuel-main.spec @@ -62,7 +62,7 @@ rm -rf %{buildroot} Summary: Fuel release package Version: %{version} Release: %{release} -License: GPLv2 +License: Apache BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot URL: http://github.com/Mirantis Requires: python @@ -92,7 +92,7 @@ fi Summary: Fuel deployment script package Version: %{version} Release: %{release} -License: GPLv2 +License: Apache BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot URL: http://github.com/Mirantis