11 Commits

Author SHA1 Message Date
b57a18b48d automatic version update by autodist [release 2.14-1mamba;Sun May 25 2025] 2025-05-26 20:31:55 +02:00
0d08f000a1 automatic version update by autodist [release 2.13-1mamba;Sun Apr 13 2025] 2025-04-13 17:43:18 +02:00
9a139dbd6d automatic version update by autodist [release 2.12-1mamba;Tue Mar 18 2025] 2025-03-19 16:22:34 +01:00
3b114bb18c rebuilt with fortify_level 2; don't install dracut rules file as seen in Fedora after reported boot problem [release 2.11-2mamba;Mon Jan 13 2025] 2025-01-17 09:38:14 +01:00
60769900cb automatic version update by autodist [release 2.11-1mamba;Sun Nov 03 2024] 2024-11-03 21:03:13 +01:00
a0efc67d64 automatic version update by autodist [release 2.10.2-1mamba;Tue Aug 06 2024] 2024-08-06 10:35:34 +02:00
3a2228b7b1 automatic version update by autodist [release 2.10-1mamba;Sat Aug 03 2024] 2024-08-03 21:56:29 +02:00
606b9a9b34 automatic version update by autodist [release 2.9.1-1mamba;Sun May 05 2024] 2024-05-05 19:45:43 +02:00
7efb2d52d3 automatic version update by autodist [release 2.8-1mamba;Thu Feb 15 2024] 2024-02-16 10:00:40 +01:00
de0790e512 automatic version update by autodist [release 2.7.1-1mamba;Sat Dec 23 2023] 2024-01-06 07:47:51 +01:00
627a7bcd96 automatic version update by autodist [release 2.6-1mamba;Sat Sep 30 2023] 2024-01-06 07:47:50 +01:00
2 changed files with 47 additions and 9 deletions

View File

@ -1,4 +1,3 @@
# nvme-cli
NVM-Express user space tooling for Linux.

View File

@ -1,5 +1,5 @@
Name: nvme-cli
Version: 2.5
Version: 2.14
Release: 1mamba
Summary: NVM-Express user space tooling for Linux
Group: System/Kernel and Hardware
@ -11,6 +11,7 @@ Source: https://github.com/linux-nvme/nvme-cli.git/v%{version}/nvme-cli-%
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libjson-c-devel
BuildRequires: libnvme-devel
## AUTOBUILDREQ-END
@ -18,13 +19,15 @@ BuildRequires: libnvme-devel
%description
NVM-Express user space tooling for Linux.
%debug_package
# Seen in Arch Linux: this uses malloc_usable_size, which is incompatible with fortification level 3
%define _fortify_level 2
%prep
%setup -q
%build
%meson
%meson \
--sbindir=%{_bindir}
%meson_build
@ -32,6 +35,9 @@ NVM-Express user space tooling for Linux.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
# Do not install the dracut rule yet. See rhbz 1742764
rm -f %{buildroot}/usr/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf
%preun
%systemd_preun nvmf-autoconnect
:
@ -51,20 +57,53 @@ NVM-Express user space tooling for Linux.
%defattr(-,root,root)
%dir %{_sysconfdir}/nvme
%config(noreplace) %{_sysconfdir}/nvme/discovery.conf
%{_sbindir}/nvme
%{_prefix}/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf
%{_bindir}/nvme
%{_unitdir}/nvmefc-boot-connections.service
%{_unitdir}/nvmf-autoconnect.service
%{_unitdir}/nvmf-connect.target
%{_unitdir}/nvmf-connect@.service
%{_udevrulesdir}/70-nvmf-autoconnect.rules
%{_udevrulesdir}/71-nvmf-iopolicy-netapp.rules
%{_unitdir}/nvmf-connect-nbft.service
%{_udevrulesdir}/65-persistent-net-nbft.rules
%{_udevrulesdir}/70-nvmf-*.rules
%{_udevrulesdir}/71-nvmf-*.rules
%{_datadir}/bash-completion/completions/nvme
%{_datadir}/zsh/site-functions/_nvme
#%{_mandir}/man1/nvme*.1*
%doc LICENSE
%changelog
* Sun May 25 2025 Automatic Build System <autodist@openmamba.org> 2.14-1mamba
- automatic version update by autodist
* Sun Apr 13 2025 Automatic Build System <autodist@openmamba.org> 2.13-1mamba
- automatic version update by autodist
* Tue Mar 18 2025 Automatic Build System <autodist@openmamba.org> 2.12-1mamba
- automatic version update by autodist
* Mon Jan 13 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.11-2mamba
- rebuilt with fortify_level 2; don't install dracut rules file as seen in Fedora after reported boot problem
* Sun Nov 03 2024 Automatic Build System <autodist@openmamba.org> 2.11-1mamba
- automatic version update by autodist
* Tue Aug 06 2024 Automatic Build System <autodist@openmamba.org> 2.10.2-1mamba
- automatic version update by autodist
* Sat Aug 03 2024 Automatic Build System <autodist@openmamba.org> 2.10-1mamba
- automatic version update by autodist
* Sun May 05 2024 Automatic Build System <autodist@openmamba.org> 2.9.1-1mamba
- automatic version update by autodist
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 2.8-1mamba
- automatic version update by autodist
* Sat Dec 23 2023 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
- automatic version update by autodist
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
- automatic version update by autodist
* Mon Aug 21 2023 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
- automatic version update by autodist