From 4b7d14569c243e33d966c4d411c8ccc6b26f7d1b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Oct 2017 07:01:31 -0700 Subject: 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 (cherry picked from commit c8298861407f3f33af25691ea60841c104938dac) --- ci/build_rpm/mkspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg