SPDK 20.10
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Ib56970df336aaccdca04b7b132294b732296903a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4936 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: John Kariuki <John.K.Kariuki@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
parent
658d7df6a7
commit
e5d26ecc2a
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## v20.10: (Upcoming Release)
|
||||
## v20.10: NVMe-oF multipath, NVMe ZNS, iSCSI login redirection
|
||||
|
||||
### accel
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
||||
/**
|
||||
* Version string suffix.
|
||||
*/
|
||||
#define SPDK_VERSION_SUFFIX "-pre"
|
||||
#define SPDK_VERSION_SUFFIX ""
|
||||
|
||||
/**
|
||||
* Single numeric value representing a version number for compile-time comparisons.
|
||||
|
@ -2,12 +2,12 @@
|
||||
%bcond_with doc
|
||||
|
||||
Name: spdk
|
||||
Version: master
|
||||
Version: 20.10
|
||||
Release: 0%{?dist}
|
||||
Epoch: 0
|
||||
URL: http://spdk.io
|
||||
|
||||
Source: https://github.com/spdk/spdk/archive/master.tar.gz
|
||||
Source: https://github.com/spdk/spdk/archive/v20.10.tar.gz
|
||||
Summary: Set of libraries and utilities for high performance user-mode storage
|
||||
|
||||
%define package_version %{epoch}:%{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user