automatic version update by autodist [release 2.5-1mamba;Mon Aug 21 2023]
This commit is contained in:
parent
521817b594
commit
00a8cbe533
@ -1,5 +1,5 @@
|
||||
Name: nvme-cli
|
||||
Version: 1.16
|
||||
Version: 2.5
|
||||
Release: 1mamba
|
||||
Summary: NVM-Express user space tooling for Linux
|
||||
Group: System/Kernel and Hardware
|
||||
@ -12,8 +12,7 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libjson-c-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libnvme-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
@ -25,16 +24,13 @@ NVM-Express user space tooling for Linux.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall \
|
||||
PREFIX=%{_prefix} \
|
||||
LIBDIR=%{_libdir} \
|
||||
UDEVRULESDIR=%{_udevrulesdir} \
|
||||
DRACUTDIR=%{_prefix}/lib/dracut \
|
||||
SYSTEMDDIR=%{_systemd_util_dir}
|
||||
%meson_install
|
||||
|
||||
%preun
|
||||
%systemd_preun nvmf-autoconnect
|
||||
@ -55,8 +51,6 @@ NVM-Express user space tooling for Linux.
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/nvme
|
||||
%config(noreplace) %{_sysconfdir}/nvme/discovery.conf
|
||||
%{_sysconfdir}/nvme/hostid
|
||||
%{_sysconfdir}/nvme/hostnqn
|
||||
%{_sbindir}/nvme
|
||||
%{_prefix}/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf
|
||||
%{_unitdir}/nvmefc-boot-connections.service
|
||||
@ -67,10 +61,13 @@ NVM-Express user space tooling for Linux.
|
||||
%{_udevrulesdir}/71-nvmf-iopolicy-netapp.rules
|
||||
%{_datadir}/bash-completion/completions/nvme
|
||||
%{_datadir}/zsh/site-functions/_nvme
|
||||
%{_mandir}/man1/nvme*.1*
|
||||
#%{_mandir}/man1/nvme*.1*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Aug 21 2023 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 14 2021 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user