diff --git a/nvme-cli.changes b/nvme-cli.changes index 8363bdc..0732111 100644 --- a/nvme-cli.changes +++ b/nvme-cli.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Sep 21 08:32:38 UTC 2022 - Daniel Wagner -- Add %systemd_require to spec file (bsc#1186399) +- Add %systemd_requires to spec file (bsc#1186399) ------------------------------------------------------------------- Wed Aug 17 19:26:17 UTC 2022 - dmueller@suse.com diff --git a/nvme-cli.spec b/nvme-cli.spec index c624870..ea41f80 100644 --- a/nvme-cli.spec +++ b/nvme-cli.spec @@ -118,6 +118,8 @@ fi %postun %service_del_postun %{services} +%systemd_requires + %posttrans if [ -f /sys/class/fc/fc_udev_device/nvme_discovery ]; then %{_bindir}/echo add > /sys/class/fc/fc_udev_device/nvme_discovery @@ -128,8 +130,6 @@ if [ -d %{_datadir}/bash-completion/completions/nvme ]; then rm -r %{_datadir}/bash-completion/completions/nvme; fi -%systemd_require - %files %license LICENSE %doc README.md