]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
Add missing dependencies on systemd & systemd-udev
authorDarrin Smart <darrin@djs.to>
Fri, 24 Jul 2020 03:46:19 +0000 (20:46 -0700)
committerKeith Busch <kbusch@kernel.org>
Fri, 24 Jul 2020 15:06:21 +0000 (09:06 -0600)
For /usr/bin/udevadm and /usr/bin/systemctl

nvme.spec.in

index 74e681e0d41b56432ca8f20776e410c0ccb40708..215b397d95195e8c969f69531847fc26d913b88d 100644 (file)
@@ -7,7 +7,7 @@ Group:          Development/Tools
 URL:           https://github.com/linux-nvme/nvme-cli/
 Source:        nvme-@@VERSION@@.tar.gz
 Provides:      nvme
-Requires(post): util-linux
+Requires(post): util-linux systemd systemd-udev
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 
 %description