From: Eyal Ben David Date: Mon, 15 Oct 2018 16:10:46 +0000 (+0300) Subject: nvme.spec.in : fix bash completion path, require X-Git-Tag: v1.7~47^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bbbc3b55493cd1d719b1ee688c41bede533a50f6;p=users%2Fsagi%2Fnvme-cli.git nvme.spec.in : fix bash completion path, require --- diff --git a/nvme.spec.in b/nvme.spec.in index 0be61e39..eb5ed677 100644 --- a/nvme.spec.in +++ b/nvme.spec.in @@ -7,7 +7,7 @@ Group: Development/Tools URL: https://github.com/linux-nvme/nvme-cli/ Source: nvme-@@VERSION@@.tar.gz Provides: nvme -Requires(post): uuidgen +Requires(post): util-linux BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -29,7 +29,7 @@ make install DESTDIR=%{buildroot} PREFIX=/usr %doc Documentation/nvme*.1 %{_sbindir}/nvme %{_mandir}/man1/nvme*.1* -%{_datadir}/bash_completion.d/nvme +%{_datadir}/bash-completion/completions/nvme %clean rm -rf $RPM_BUILD_ROOT @@ -55,5 +55,8 @@ if [ "$1" = "remove" ]; then fi fi %changelog +* Mon Oct 15 2018 Eyal Ben-David - 1.6.81.g899a-2 +- bash-completion check + * Thu Oct 15 2015 Keith Busch - Initial RPM spec