* Fri Jul 15 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.1~rc0-1
- Update to 2.1-rc0 - Drop the hostnqn generate scriptlet (#2065886)
This commit is contained in:
parent
ea4b1fb223
commit
629f632c97
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
|||||||
/nvme-cli-2.0-rc6.tar.gz
|
/nvme-cli-2.0-rc6.tar.gz
|
||||||
/nvme-cli-2.0-rc8.tar.gz
|
/nvme-cli-2.0-rc8.tar.gz
|
||||||
/nvme-cli-2.0.tar.gz
|
/nvme-cli-2.0.tar.gz
|
||||||
|
/nvme-cli-2.1-rc0.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Name: nvme-cli
|
Name: nvme-cli
|
||||||
Version: 2.0
|
Version: 2.1~rc0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: NVMe management command line interface
|
Summary: NVMe management command line interface
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2
|
||||||
URL: https://github.com/linux-nvme/nvme-cli
|
URL: https://github.com/linux-nvme/nvme-cli
|
||||||
Source0: %{url}/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
|
Source0: %{url}/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ BuildRequires: systemd-devel
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
|
||||||
BuildRequires: libnvme-devel >= 1.0
|
BuildRequires: libnvme-devel >= 1.1~rc0
|
||||||
BuildRequires: json-c-devel >= 0.14
|
BuildRequires: json-c-devel >= 0.14
|
||||||
BuildRequires: python3-nose2
|
BuildRequires: python3-nose2
|
||||||
BuildRequires: python3-mypy
|
BuildRequires: python3-mypy
|
||||||
@ -42,6 +42,8 @@ nvme-cli provides NVM-Express user space tooling for Linux.
|
|||||||
|
|
||||||
# hostid and hostnqn are supposed to be unique per machine. We obviously
|
# hostid and hostnqn are supposed to be unique per machine. We obviously
|
||||||
# can't package them.
|
# can't package them.
|
||||||
|
# nvme-stas ships the stas-config@.service that will take care
|
||||||
|
# of generating these files if missing. See rhbz 2065886#c19
|
||||||
rm -f %{buildroot}%{_sysconfdir}/nvme/hostid
|
rm -f %{buildroot}%{_sysconfdir}/nvme/hostid
|
||||||
rm -f %{buildroot}%{_sysconfdir}/nvme/hostnqn
|
rm -f %{buildroot}%{_sysconfdir}/nvme/hostnqn
|
||||||
|
|
||||||
@ -73,18 +75,11 @@ rm -rf %{buildroot}%{_pkgdocdir}/nvme
|
|||||||
# /usr/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf
|
# /usr/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf
|
||||||
|
|
||||||
|
|
||||||
%post
|
|
||||||
if [ $1 -eq 1 ] || [ $1 -eq 2 ]; then
|
|
||||||
if [ ! -s %{_sysconfdir}/nvme/hostnqn ]; then
|
|
||||||
echo $(nvme gen-hostnqn) > %{_sysconfdir}/nvme/hostnqn
|
|
||||||
fi
|
|
||||||
if [ ! -s %{_sysconfdir}/nvme/hostid ]; then
|
|
||||||
uuidgen > %{_sysconfdir}/nvme/hostid
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 15 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.1~rc0-1
|
||||||
|
- Update to 2.1-rc0
|
||||||
|
- Drop the hostnqn generate scriptlet (#2065886)
|
||||||
|
|
||||||
* Mon Apr 11 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.0-1
|
* Mon Apr 11 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.0-1
|
||||||
- Update to 2.0
|
- Update to 2.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (nvme-cli-2.0.tar.gz) = 24a00ee8e0fc963c1757797413ff5725cec18f821a714d6bbbf37906010d72934d6fdd7b466c085f13716a5279d1a7bd3254ee474e37a0ecd00a85ef23e12417
|
SHA512 (nvme-cli-2.1-rc0.tar.gz) = 5d1387435a71d6a95343749f9284552890c81250c158d1efa12977fa17111efaf1b144609622ea81afd1cbb34a051806eedaec45f29a23b32cb39259caf1c0af
|
||||||
|
Loading…
Reference in New Issue
Block a user