From: root Date: Sat, 7 Oct 2017 14:01:31 +0000 (-0700) Subject: Updating License in Qemu spec X-Git-Tag: opnfv-5.2.0~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=commitdiff_plain;h=c8298861407f3f33af25691ea60841c104938dac Updating License in Qemu spec This patch is used to update the License version in mkspec file of Qemu Change-Id: I22856fec9214a3472f2477eab5fbfe0df2663dc9 Signed-off-by:Shravani --- diff --git a/ci/build_rpm/mkspec b/ci/build_rpm/mkspec index 2f750dc34..afa788186 100755 --- a/ci/build_rpm/mkspec +++ b/ci/build_rpm/mkspec @@ -15,7 +15,7 @@ echo "Version: $__QEMURELEASE" # we need to determine the NEXT version number # rpm -q will agree echo "Release: `sh mkversion`" -echo "License: GPLv2+ and LGPLv2+ and BSD" +echo "License: GPLv2" echo "Group: Development/Tools" echo "Vendor: The Linux Community" echo "URL: http://www.qemu.org"