spectre-meltdown-checker: package format
Current stx-tools infrastructure allows the download of tar compressed files having different names, directory output and version including commits, see a more detailed description here: https://review.openstack.org/#/c/577953/ All our compressed tar files are in gz format and this change makes our life easier avoiding us to add the check of bz2 format. Change-Id: Ic909dc7fc813956caf3f5cf4a6873b018967f42b Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
This commit is contained in:
parent
88877ed3cd
commit
921fc22a82
@ -1,2 +1,2 @@
|
||||
COPY_LIST="$CGCS_BASE/downloads/spectre-meltdown-checker-0.37+-5cc77741.tar.bz2"
|
||||
COPY_LIST="$CGCS_BASE/downloads/spectre-meltdown-checker-0.37+-5cc77741.tar.gz"
|
||||
TIS_PATCH_VER=0
|
||||
|
@ -6,7 +6,7 @@ Summary: Checker script for spectre/meltdown
|
||||
Group: base
|
||||
License: GPLv3
|
||||
URL: https://github.com/speed47/spectre-meltdown-checker.git
|
||||
Source0: spectre-meltdown-checker-0.37+-5cc77741.tar.bz2
|
||||
Source0: spectre-meltdown-checker-0.37+-5cc77741.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
Requires: bash
|
||||
@ -16,7 +16,7 @@ Script to check whether kernel is susceptible to spectre/meltdown vulnerabilitie
|
||||
|
||||
|
||||
%prep
|
||||
tar xjf %{SOURCE0}
|
||||
tar xf %{SOURCE0}
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user