OPNFV KVM4NFV CICD: Scripts for creating Rpms & Debians for Kernel, Qemu
[kvmfornfv.git] / ci / build_rpm / mkspec
similarity index 93%
rename from ci/build_qemu_rpm_deb/mkspec
rename to ci/build_rpm/mkspec
index 0b75a18..4aa5423 100755 (executable)
@@ -14,7 +14,7 @@ echo "Summary: The Linux qemu"
 echo "Version: $__QEMURELEASE"
 # we need to determine the NEXT version number
 # rpm -q will agree
-echo "Release: `sudo sh mkversion`"
+echo "Release: `sh mkversion`"
 echo "License: GPLv2+ and LGPLv2+ and BSD"
 echo "Group: Development/Tools"
 echo "Vendor: The Linux Community"
@@ -36,6 +36,7 @@ echo "rm -rf %{buildroot}"
 echo "%files"
 echo "%dir"
 echo "/usr/local/share/qemu"
+echo "/usr/local/share/locale/*"
 echo "%doc"
 echo "/usr/local/bin/ivshmem*"
 echo "/usr/local/bin/qemu*"