scripts/package/Makefile: rpmbuild add support of RPMOPTS
[kvmfornfv.git] / ci / build_deb / mkcontrol.sh
1 #!/bin/bash
2 echo "Package: qemu"
3 echo "Version: $1"
4 echo "Section: base"
5 echo "Priority: optional"
6 echo "Architecture: all"
7 echo "Maintainer: Intel"
8 echo "Description: control file for qemu debian build on centos"