automatic version update by autodist [release 1.14-1mamba;Sat Apr 24 2021]
This commit is contained in:
parent
882ffc92eb
commit
60095db43a
@ -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 <autodist@mambasoft.it> 1.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user