import nvme-cli-1.12-3.el8

This commit is contained in:
CentOS Sources 2021-04-03 04:14:34 +00:00 committed by Andrew Lukoshko
parent d2f6e599f9
commit 5b348fc0d3
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: nvme-cli
Version: 1.12
Release: 2%{?dist}
Release: 3%{?dist}
Summary: NVMe management command line interface
License: GPLv2+
@ -16,6 +16,7 @@ Patch0: nvme-cli-makefile-dont-install-host-params-patch
BuildRequires: libuuid-devel
BuildRequires: gcc
BuildRequires: systemd-devel
Requires: util-linux
%description
nvme-cli provides NVM-Express user space tooling for Linux.
@ -77,9 +78,13 @@ if [ $1 -eq 1 ] || [ $1 -eq 2 ]; then
systemctl enable nvmefc-boot-connections
systemctl daemon-reload
udevadm control --reload-rules && udevadm trigger
exit 0
fi
%changelog
* Wed Mar 24 2021 Maurizio Lombardi <mlombard@redhat.com> - 1.12-3
- Added the dependency to util-linux and exit with error code 0 from the post install script
* Tue Jun 16 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.12-1
- Update to 1.12 (#1827581)