SPDK 20.01.1
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I519f07a157f361141d3c2d9f4cf49af646af0901 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1375 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
1ffa3c3f08
commit
b90630a465
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## v20.01.1: (Upcoming Release)
|
||||
## v20.01.1:
|
||||
|
||||
## v20.01:
|
||||
|
||||
|
@ -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: 20.01.x
|
||||
Version: 20.01.1
|
||||
Release: 0%{?dist}
|
||||
Epoch: 0
|
||||
URL: http://spdk.io
|
||||
|
||||
Source: https://github.com/spdk/spdk/archive/v20.01.x.tar.gz
|
||||
Source: https://github.com/spdk/spdk/archive/v20.01.1.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