diff options
author | Vitaly Parakhin <vparakhin@mirantis.com> | 2016-06-30 12:52:50 +0300 |
---|---|---|
committer | Vitaly Parakhin <vparakhin@mirantis.com> | 2016-06-30 13:04:20 +0300 |
commit | db63658d12d849f3b04b8d62c9f4e8c5d4411fb0 (patch) | |
tree | ade86ed4f73315be1fdd6cf425a44136ed675e94 | |
parent | eeebb60a921dd448b9f5bf5c3df5f94fd428dbe4 (diff) |
Fix wrong licenses for fuel-release and fuel-setup subpackages10.0.0b1
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
Notes
Notes (review):
Code-Review+1: Dmitry Burmistrov <dburmistrov@mirantis.com>
Code-Review+1: Roman Vyalov <rvyalov@mirantis.com>
Code-Review+2: Sergey Kulanov <skulanov@mirantis.com>
Workflow+1: Sergey Kulanov <skulanov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 30 Jun 2016 10:38:22 +0000
Reviewed-on: https://review.openstack.org/335913
Project: openstack/fuel-main
Branch: refs/heads/master
-rw-r--r-- | specs/fuel-main.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/fuel-main.spec b/specs/fuel-main.spec index ca4849f..54fcad2 100644 --- a/specs/fuel-main.spec +++ b/specs/fuel-main.spec | |||
@@ -62,7 +62,7 @@ rm -rf %{buildroot} | |||
62 | Summary: Fuel release package | 62 | Summary: Fuel release package |
63 | Version: %{version} | 63 | Version: %{version} |
64 | Release: %{release} | 64 | Release: %{release} |
65 | License: GPLv2 | 65 | License: Apache |
66 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot | 66 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
67 | URL: http://github.com/Mirantis | 67 | URL: http://github.com/Mirantis |
68 | Requires: python | 68 | Requires: python |
@@ -92,7 +92,7 @@ fi | |||
92 | Summary: Fuel deployment script package | 92 | Summary: Fuel deployment script package |
93 | Version: %{version} | 93 | Version: %{version} |
94 | Release: %{release} | 94 | Release: %{release} |
95 | License: GPLv2 | 95 | License: Apache |
96 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot | 96 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
97 | URL: http://github.com/Mirantis | 97 | URL: http://github.com/Mirantis |
98 | 98 | ||