Own /etc/nvme
This commit is contained in:
parent
12288ab553
commit
07cbe41a83
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: nvme-cli
|
Name: nvme-cli
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: NVMe management command line interface
|
Summary: NVMe management command line interface
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -32,6 +32,7 @@ make PREFIX=/usr CFLAGS="%{optflags} -I." LDFLAGS="%{__global_ldflags}" %{?_smp_
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install PREFIX=/usr
|
%make_install PREFIX=/usr
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/nvme
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -41,9 +42,13 @@ make PREFIX=/usr CFLAGS="%{optflags} -I." LDFLAGS="%{__global_ldflags}" %{?_smp_
|
|||||||
%{_mandir}/man1/nvme*.gz
|
%{_mandir}/man1/nvme*.gz
|
||||||
%{_datadir}/bash-completion/completions/nvme
|
%{_datadir}/bash-completion/completions/nvme
|
||||||
%{_datadir}/zsh/site-functions/_nvme
|
%{_datadir}/zsh/site-functions/_nvme
|
||||||
|
%dir %{_sysconfdir}/nvme
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 24 2019 luto@kernel.org - 1.7-2
|
||||||
|
- Create /etc/nvme
|
||||||
|
|
||||||
* Sun Feb 24 2019 luto@kernel.org - 1.7-1
|
* Sun Feb 24 2019 luto@kernel.org - 1.7-1
|
||||||
- Bump to 1.7
|
- Bump to 1.7
|
||||||
- Clean up some trivial rpmlint complaints
|
- Clean up some trivial rpmlint complaints
|
||||||
|
Loading…
Reference in New Issue
Block a user