From 60095db43ace8d027e8a256c87d4c8aa0d78b016 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 1.14-1mamba;Sat Apr 24 2021] --- nvme-cli.spec | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/nvme-cli.spec b/nvme-cli.spec index 4c24a66..da42c6e 100644 --- a/nvme-cli.spec +++ b/nvme-cli.spec @@ -1,5 +1,5 @@ Name: nvme-cli -Version: 1.13 +Version: 1.14 Release: 1mamba Summary: NVM-Express user space tooling for Linux Group: System/Kernel and Hardware @@ -11,11 +11,10 @@ Source: https://github.com/linux-nvme/nvme-cli.git/v%{version}/nvme-cli-% License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig +BuildRequires: libjson-c-devel BuildRequires: libsystemd-devel BuildRequires: libuuid-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description NVM-Express user space tooling for Linux. @@ -28,6 +27,15 @@ NVM-Express user space tooling for Linux. %build %make +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall \ + PREFIX=%{_prefix} \ + LIBDIR=%{_libdir} \ + UDEVRULESDIR=%{_udevrulesdir} \ + DRACUTDIR=%{_prefix}/lib/dracut \ + SYSTEMDDIR=%{_systemd_util_dir} + %preun %systemd_preun nvmf-autoconnect : @@ -40,15 +48,6 @@ NVM-Express user space tooling for Linux. %systemd_post nvmf-autoconnect : -%install -[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall \ - PREFIX=%{_prefix} \ - LIBDIR=%{_libdir} \ - UDEVRULESDIR=%{_udevrulesdir} \ - DRACUTDIR=%{_prefix}/lib/dracut \ - SYSTEMDDIR=/lib/systemd - %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -72,5 +71,8 @@ NVM-Express user space tooling for Linux. %doc LICENSE %changelog +* Sat Apr 24 2021 Automatic Build System 1.14-1mamba +- automatic version update by autodist + * Sat Dec 26 2020 Silvan Calarco 1.13-1mamba - package created using the webbuild interface