Compare commits
10 Commits
2a6f5173a5
...
84b91a4fcd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84b91a4fcd | ||
|
|
83bec484ef | ||
|
|
87cec83aa6 | ||
|
|
cc67f4a654 | ||
|
|
16b4dfce4a | ||
|
|
047c764ba0 | ||
|
|
0dfae15d86 | ||
|
|
8aa0343b89 | ||
|
|
fed5534a8a | ||
|
|
dad2e0b8c2 |
@ -1,13 +1,20 @@
|
|||||||
Name: nvme-cli
|
Name: nvme-cli
|
||||||
Version: 1.6
|
Version: 2.8
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: NVMe management command line interface
|
Summary: NVMe management command line interface
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/linux-nvme/nvme-cli
|
URL: https://github.com/linux-nvme/nvme-cli
|
||||||
Source0: https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz
|
Source0: https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: libuuid-devel gcc
|
Requires: libnvme
|
||||||
|
|
||||||
|
BuildRequires: gcc-g++
|
||||||
|
BuildRequires: libnvme-devel
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: systemd
|
||||||
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
nvme-cli provides NVM-Express user space tooling for Linux.
|
nvme-cli provides NVM-Express user space tooling for Linux.
|
||||||
@ -18,20 +25,57 @@ nvme-cli provides NVM-Express user space tooling for Linux.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build PREFIX=%{_prefix} CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}"
|
%meson -Ddocs=man -Dsystemddir=%{_unitdir} -Dudevrulesdir=%{_udevrulesdir}
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install PREFIX=%{_prefix}
|
%meson_install
|
||||||
|
|
||||||
|
# hostid and hostnqn are supposed to be unique per machine. We obviously
|
||||||
|
# can't package them.
|
||||||
|
rm -f %{buildroot}%{_sysconfdir}/nvme/hostid
|
||||||
|
rm -f %{buildroot}%{_sysconfdir}/nvme/hostnqn
|
||||||
|
|
||||||
|
# Do not install the dracut rule yet. See rhbz 1742764
|
||||||
|
rm -f %{buildroot}/usr/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_sbindir}/nvme
|
%{_sbindir}/nvme
|
||||||
%{_datadir}/bash_completion.d/nvme
|
%{_datadir}/bash-completion/completions/nvme
|
||||||
|
%{_datadir}/zsh/site-functions/_nvme
|
||||||
|
%dir %{_sysconfdir}/nvme
|
||||||
|
%{_sysconfdir}/nvme/discovery.conf
|
||||||
|
%{_unitdir}/nvmefc-boot-connections.service
|
||||||
|
%{_unitdir}/nvmf-autoconnect.service
|
||||||
|
%{_unitdir}/nvmf-connect.target
|
||||||
|
%{_unitdir}/nvmf-connect@.service
|
||||||
|
%{_unitdir}/nvmf-connect-nbft.service
|
||||||
|
%{_udevrulesdir}/70-nvmf-autoconnect.rules
|
||||||
|
%{_udevrulesdir}/71-nvmf-netapp.rules
|
||||||
|
%{_udevrulesdir}/65-persistent-net-nbft.rules
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_mandir}/man1/nvme*.gz
|
%{_mandir}/man1/nvme*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 21 2024 panchenbo <panchenbo@kylinsec.com.cn> - 2.8-1
|
||||||
|
- Update to version 2.8
|
||||||
|
|
||||||
|
* Thu Feb 9 2023 Hongtao Zhang <zhanghongtao22@huawei.com> - 2.2.1-2
|
||||||
|
- Fix meson build failed
|
||||||
|
|
||||||
|
* Mon Dec 19 2022 Qiang Wei <qiang.wei@suse.com> - 2.2.1-1
|
||||||
|
- Update to version 2.2.1.
|
||||||
|
* Remove 0001-bash-Fix-nvme-completion.patch, it is fixed in upstream.
|
||||||
|
* backport upstream patch: Bash completion: move global declare into function.
|
||||||
|
|
||||||
|
* Sat Oct 8 2022 zhanghongtao <zhanghongtao22@huawei.com> - 1.16-2
|
||||||
|
- bash Fix nvme completion
|
||||||
|
|
||||||
|
* Wed Dec 29 2021 baizhonggui <baizhonggui@huawei.com> - 1.16-1
|
||||||
|
- update to 1.16
|
||||||
|
|
||||||
* Tue Nov 19 2019 mengxian@huawei.com - 1.6-2
|
* Tue Nov 19 2019 mengxian@huawei.com - 1.6-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
BIN
v1.6.tar.gz
BIN
v1.6.tar.gz
Binary file not shown.
BIN
v2.8.tar.gz
Normal file
BIN
v2.8.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user