diff --git a/SPECS/nvme-cli.spec b/SPECS/nvme-cli.spec
index 33df88a..ec082ee 100644
--- a/SPECS/nvme-cli.spec
+++ b/SPECS/nvme-cli.spec
@@ -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)