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