From 6e1b3e9dbd482c9a511bf5848c4c422780737088 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:45:54 +0000 Subject: Prepare for a new update Reverting patches so we can apply the latest update and changes can be seen in the spec file and sources. --- diff --git a/Makefile b/Makefile index 94ee839..9db121c 100644 --- a/Makefile +++ b/Makefile @@ -157,8 +157,8 @@ install-etc: $(INSTALL) -m 644 -T ./etc/discovery.conf.in $(DESTDIR)$(SYSCONFDIR)/nvme/discovery.conf; \ fi -install-spec: install-bin install-man install-bash-completion install-zsh-completion install-systemd install-udev install-dracut -install: install-spec +install-spec: install-bin install-man install-bash-completion install-zsh-completion install-etc install-systemd install-udev install-dracut +install: install-spec install-hostparams nvme.spec: nvme.spec.in NVME-VERSION-FILE sed -e 's/@@VERSION@@/$(NVME_VERSION)/g' < $< > $@+