version: 21.01.1 pre

Removed the suppress for tracking ABI differences.
Maintanance release will need to capture any changes,
rather than ignore some.

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Ia01fecf872f213b61b9545ff7c476a9312e02109
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6158
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Tomasz Zawadzki 2021-01-28 13:37:24 -05:00
parent 0811dda8bf
commit 84c4530e9b
4 changed files with 6 additions and 15 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## v21.01.1: (Upcoming Release)
## v21.01: Dynamic scheduler, vfio-user, ZNS Zone Append
### bdev

View File

@ -54,12 +54,12 @@
* Patch level is incremented on maintenance branch releases and reset to 0 for each
* new major.minor release.
*/
#define SPDK_VERSION_PATCH 0
#define SPDK_VERSION_PATCH 1
/**
* Version string suffix.
*/
#define SPDK_VERSION_SUFFIX ""
#define SPDK_VERSION_SUFFIX "-pre"
/**
* Single numeric value representing a version number for compile-time comparisons.

View File

@ -2,12 +2,12 @@
%bcond_with doc
Name: spdk
Version: 21.01
Version: 21.01.x
Release: 0%{?dist}
Epoch: 0
URL: http://spdk.io
Source: https://github.com/spdk/spdk/archive/v21.01.tar.gz
Source: https://github.com/spdk/spdk/archive/v21.01.x.tar.gz
Summary: Set of libraries and utilities for high performance user-mode storage
%define package_version %{epoch}:%{version}-%{release}

View File

@ -49,17 +49,6 @@ function confirm_abi_deps() {
fi
cat << EOF > ${suppression_file}
[suppress_type]
name = spdk_nvme_ctrlr_data
[suppress_type]
type_kind = enum
changed_enumerators = SPDK_BDEV_NUM_IO_TYPES
[suppress_type]
name = spdk_env_opts
[suppress_type]
name = spdk_app_opts
[suppress_type]
name = spdk_thread
EOF
for object in "$libdir"/libspdk_*.so; do