Blame SPECS/nvme-cli.spec

e628da
#%%global commit0 bdbb4da0979fbdc079cf98410cdb31cf799e83b3
e628da
#%%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
b1bebd
b1bebd
Name:           nvme-cli
235e14
Version:        1.16
235e14
Release:        3%{?dist}
b1bebd
Summary:        NVMe management command line interface
b1bebd
b1bebd
License:        GPLv2+
b1bebd
URL:            https://github.com/linux-nvme/nvme-cli
b1bebd
Source0:        https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz
b1bebd
e628da
Patch0:         nvme-cli-makefile-dont-install-host-params-patch
235e14
Patch1:         0001-fabrics-fix-nvme-connect-segfault-if-transport-type-.patch
235e14
Patch2:         0002-fabrics-fix-a-buffer-overrun.patch
235e14
Patch3:         0003-bash-Fix-nvme-completion.patch
235e14
Patch4:         0004-nvme-do-not-leak-an-open-file-handle.patch
235e14
Patch5:         0005-nvme-topology-fix-memory-leaks-in-nvme_logical_block.patch
235e14
Patch6:         0006-nvme-cli-nvmf-connect-.service-Remove-matching-from-.patch
235e14
Patch7:         0007-nvme-cli-Make-connect-all-matching-be-case-insensiti.patch
b1bebd
e628da
BuildRequires:  libuuid-devel
e628da
BuildRequires:  gcc
e628da
BuildRequires:  systemd-devel
ce2bc8
Requires:       util-linux
b1bebd
b1bebd
%description
b1bebd
nvme-cli provides NVM-Express user space tooling for Linux.
b1bebd
b1bebd
%prep
e628da
#%%setup -qn %%{name}-%%{commit0}
e628da
%setup -q
b1bebd
%patch0 -p1
ce2bc8
%patch1 -p1
ce2bc8
%patch2 -p1
ce2bc8
%patch3 -p1
ce2bc8
%patch4 -p1
ce2bc8
%patch5 -p1
235e14
%patch6 -p1
235e14
%patch7 -p1
b1bebd
b1bebd
%build
e628da
e628da
# CFLAGS on the command line breaks the build.  It works okay as an
e628da
# environment variable, though.  See:
e628da
# https://github.com/linux-nvme/nvme-cli/pull/480
e628da
CFLAGS="%{optflags}" make PREFIX=/usr LDFLAGS="%{__global_ldflags}" %{?_smp_mflags}
b1bebd
b1bebd
b1bebd
%install
e628da
%make_install PREFIX=/usr UDEVDIR="%{_udevrulesdir}/.." SYSTEMDDIR="%{_unitdir}/.."
b1bebd
mkdir -p %{buildroot}%{_sysconfdir}/nvme
b1bebd
e628da
# hostid and hostnqn are supposed to be unique per machine.  We obviously
e628da
# can't package them.
e628da
#rm -f %{buildroot}%{_sysconfdir}/nvme/hostid
e628da
#rm -f %{buildroot}%{_sysconfdir}/nvme/hostnqn
e628da
e628da
# Do not install the dracut rule yet.  See rhbz 1742764
e628da
rm -f %{buildroot}/usr/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf
e628da
b1bebd
b1bebd
%files
b1bebd
%license LICENSE
b1bebd
%doc README.md
b1bebd
%{_sbindir}/nvme
b1bebd
%{_mandir}/man1/nvme*.gz
b1bebd
%{_datadir}/bash-completion/completions/nvme
b1bebd
%{_datadir}/zsh/site-functions/_nvme
b1bebd
%dir %{_sysconfdir}/nvme
e628da
%{_unitdir}/nvmefc-boot-connections.service
e628da
%{_unitdir}/nvmf-autoconnect.service
e628da
%{_unitdir}/nvmf-connect.target
e628da
%{_unitdir}/nvmf-connect@.service
e628da
%{_udevrulesdir}/70-nvmf-autoconnect.rules
e628da
%{_udevrulesdir}/71-nvmf-iopolicy-netapp.rules
e628da
# Do not install the dracut rule yet.  See rhbz 1742764
e628da
# /usr/lib/dracut/dracut.conf.d/70-nvmf-autoconnect.conf
b1bebd
b1bebd
%post
e628da
if [ $1 -eq 1 ] || [ $1 -eq 2 ]; then
e628da
        if [ ! -s %{_sysconfdir}/nvme/hostnqn ]; then
e628da
		echo $(nvme gen-hostnqn) > %{_sysconfdir}/nvme/hostnqn
b1bebd
        fi
e628da
        if [ ! -s %{_sysconfdir}/nvme/hostid ]; then
e628da
                uuidgen > %{_sysconfdir}/nvme/hostid
b1bebd
        fi
b1bebd
e628da
	# apply udev and systemd changes that we did
e628da
	systemctl enable nvmefc-boot-connections
e628da
	systemctl daemon-reload
e628da
	udevadm control --reload-rules && udevadm trigger
ce2bc8
	exit 0
b1bebd
fi
b1bebd
b1bebd
%changelog
235e14
* Fri Jan 07 2022 Maurizio Lombardi <mlombard@redhat.com> - 1.16-3
235e14
- Merge a few bugfixes
235e14
235e14
* Mon Nov 29 2021 Maurizio Lombardi <mlombard@redhat.com> - 1.16-2
235e14
- Update to version 1.16
235e14
ce2bc8
* Thu Jul 22 2021 Maurizio Lombardi <mlombard@redhat.com> - 1.14-2
ce2bc8
- Merge various bugfixes
ce2bc8
ce2bc8
* Wed Apr 28 2021 Maurizio Lombardi <mlombard@redhat.com> - 1.14-1
ce2bc8
- Update to version v1.14
ce2bc8
ce2bc8
* Tue Apr 20 2021 Maurizio Lombardi <mlombard@redhat.com> - 1.13-4
ce2bc8
- Rebuild to mark bz1949462 as fixed
ce2bc8
ce2bc8
* Fri Apr 16 2021 Maurizio Lombardi <mlombard@redhat.com> - 1.13-3
ce2bc8
- KATO values fixes for various controllers
ce2bc8
ce2bc8
* Wed Apr 14 2021 Maurizio Lombardi <mlombard@redhat.com> - 1.13-2
ce2bc8
- Add dependency to util-linux and fix the post install script
ce2bc8
ce2bc8
* Wed Apr 14 2021 Maurizio Lombardi <mlombard@redhat.com> - 1.13-1
ce2bc8
- Update to 1.13
ce2bc8
e628da
* Tue Jun 16 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.12-1
e628da
- Update to 1.12 (#1827581)
e628da
e628da
* Sat Apr 25 2020 luto@kernel.org - 1.11.1-1
e628da
- Update to 1.11
e628da
e628da
* Thu Mar 19 2020 luto@kernel.org - 1.10.1-1
e628da
- Update to 1.10.1
e628da
e628da
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-2
e628da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e628da
e628da
* Wed Oct 02 2019 luto@kernel.org - 1.9-1
e628da
- Update to 1.9
e628da
- Certain fabric functionality may not work yet due to missing dracut
e628da
  support and missing hostid and hostnqn configuration.
b1bebd
e628da
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
e628da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b1bebd
b1bebd
* Mon Apr 15 2019 luto@kernel.org - 1.8.1-1
b1bebd
- Update to 1.8.1-1.
b1bebd
- Remove a build hack.
b1bebd
b1bebd
* Sun Feb 24 2019 luto@kernel.org - 1.7-2
b1bebd
- Create /etc/nvme
b1bebd
b1bebd
* Sun Feb 24 2019 luto@kernel.org - 1.7-1
b1bebd
- Bump to 1.7
b1bebd
- Clean up some trivial rpmlint complaints
b1bebd
e628da
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2
e628da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b1bebd
b1bebd
* Tue Jul 24 2018 luto@kernel.org - 1.6-1
b1bebd
- Update to 1.6
b1bebd
b1bebd
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-5
b1bebd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b1bebd
b1bebd
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
b1bebd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b1bebd
b1bebd
* Wed Nov 22 2017 luto@kernel.org - 1.4-1
b1bebd
- Update to 1.4
b1bebd
b1bebd
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-3
b1bebd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b1bebd
b1bebd
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
b1bebd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b1bebd
b1bebd
* Mon May 22 2017 luto@kernel.org - 1.3-1
b1bebd
- Update to 1.3
b1bebd
b1bebd
* Wed Apr 19 2017 luto@kernel.org - 1.2-2
b1bebd
- Update to 1.2
b1bebd
- 1.2-1 never existed
b1bebd
b1bebd
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
b1bebd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b1bebd
b1bebd
* Wed Feb 01 2017 luto@kernel.org - 1.1-1
b1bebd
- Update to 1.1
b1bebd
b1bebd
* Sun Nov 20 2016 luto@kernel.org - 1.0-1
b1bebd
- Update to 1.0
b1bebd
b1bebd
* Mon Oct 31 2016 luto@kernel.org - 0.9-1
b1bebd
- Update to 0.9
b1bebd
b1bebd
* Thu Jun 30 2016 luto@kernel.org - 0.8-1
b1bebd
- Update to 0.8
b1bebd
b1bebd
* Tue May 31 2016 luto@kernel.org - 0.7-1
b1bebd
- Update to 0.7
b1bebd
b1bebd
* Fri Mar 18 2016 luto@kernel.org - 0.5-1
b1bebd
- Update to 0.5
b1bebd
b1bebd
* Sun Mar 06 2016 luto@kernel.org - 0.4-1
b1bebd
- Update to 0.4
b1bebd
b1bebd
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-3.20160112gitbdbb4da
b1bebd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b1bebd
b1bebd
* Wed Jan 20 2016 luto@kernel.org - 0.2-2.20160112gitbdbb4da
b1bebd
- Update to new upstream commit, fixing #49.  "nvme list" now works.
b1bebd
b1bebd
* Wed Jan 13 2016 luto@kernel.org - 0.2-1.20160112gitde3e0f1
b1bebd
- Initial import.