diff --git a/.gitignore b/.gitignore index fc68fce..cedd5a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.12.tar.gz +SOURCES/v1.14.tar.gz diff --git a/.nvme-cli.metadata b/.nvme-cli.metadata index a1de130..5ba5ed1 100644 --- a/.nvme-cli.metadata +++ b/.nvme-cli.metadata @@ -1 +1 @@ -ec24fdc3944cff338170f8a98e95e9ebe90463f2 SOURCES/v1.12.tar.gz +0cdeb36c3a661104f49617fb1b625edab18234b2 SOURCES/v1.14.tar.gz diff --git a/SPECS/nvme-cli.spec b/SPECS/nvme-cli.spec index 4738665..32602cc 100644 --- a/SPECS/nvme-cli.spec +++ b/SPECS/nvme-cli.spec @@ -2,13 +2,12 @@ #%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) Name: nvme-cli -Version: 1.12 -Release: 3%{?dist}.0.1 +Version: 1.14 +Release: 1%{?dist} Summary: NVMe management command line interface License: GPLv2+ URL: https://github.com/linux-nvme/nvme-cli -#Source0: https://github.com/linux-nvme/%%{name}/archive/%%{commit0}.tar.gz Source0: https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz Patch0: nvme-cli-makefile-dont-install-host-params-patch @@ -82,8 +81,20 @@ if [ $1 -eq 1 ] || [ $1 -eq 2 ]; then fi %changelog -* Wed Mar 24 2021 Maurizio Lombardi - 1.12-3 -- Added the dependency to util-linux and exit with error code 0 from the post install script +* Wed Apr 28 2021 Maurizio Lombardi - 1.14-1 +- Update to version v1.14 + +* Tue Apr 20 2021 Maurizio Lombardi - 1.13-4 +- Rebuild to mark bz1949462 as fixed + +* Fri Apr 16 2021 Maurizio Lombardi - 1.13-3 +- KATO values fixes for various controllers + +* Wed Apr 14 2021 Maurizio Lombardi - 1.13-2 +- Add dependency to util-linux and fix the post install script + +* Wed Apr 14 2021 Maurizio Lombardi - 1.13-1 +- Update to 1.13 * Tue Jun 16 2020 Fedora Release Monitoring - 1.12-1 - Update to 1.12 (#1827581)