automatic version update by autodist [release 1.14-1mamba;Sat Apr 24 2021]

This commit is contained in:
Automatic Build System 2024-01-06 07:47:50 +01:00
parent 882ffc92eb
commit 60095db43a

View File

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