obs: image: remove unused variables.

Remove unsed variables.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz
2018-08-13 17:12:25 -05:00
parent 5362e22df0
commit 527bd92e2b
2 changed files with 0 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
%define version @VERSION@
%define release @RELEASE@
%define agent_sha @AGENT_SHA@
%define rootfs_os @ROOTFS_OS@
Name: kata-containers-image
Version: %{version}

View File

@@ -44,8 +44,6 @@ function check_image() {
replace_list=(
"VERSION=$VERSION"
"RELEASE=$RELEASE"
"AGENT_SHA=${kata_agent_hash:0:7}"
"ROOTFS_OS=$osbuilder_default_os"
)
verify