From 00a8cbe533bcdae84d1b8773478e733e3270ec4e Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:47:50 +0100 Subject: [PATCH] automatic version update by autodist [release 2.5-1mamba;Mon Aug 21 2023] --- nvme-cli.spec | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/nvme-cli.spec b/nvme-cli.spec index b5ba1dd..4175e39 100644 --- a/nvme-cli.spec +++ b/nvme-cli.spec @@ -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 2.5-1mamba +- automatic version update by autodist + * Sun Nov 14 2021 Automatic Build System 1.16-1mamba - automatic version update by autodist