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
This commit is contained in:
Vitaly Parakhin 2016-06-30 12:52:50 +03:00
parent eeebb60a92
commit db63658d12
1 changed files with 2 additions and 2 deletions

View File

@ -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