import nvme-stas-2.1.1-1.el9
This commit is contained in:
parent
907cf18d1a
commit
b4a858c647
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/nvme-stas-1.1.6.tar.gz
|
SOURCES/nvme-stas-2.1.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
829d844d8ee2f797fdbf557be1815310cd37a1e3 SOURCES/nvme-stas-1.1.6.tar.gz
|
cba4b6de7241d339de4aa08cdcf55c2bd2293a66 SOURCES/nvme-stas-2.1.1.tar.gz
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -3,18 +3,17 @@
|
|||||||
|
|
||||||
Name: nvme-stas
|
Name: nvme-stas
|
||||||
Summary: NVMe STorage Appliance Services
|
Summary: NVMe STorage Appliance Services
|
||||||
Version: 1.1.6
|
Version: 2.1.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/linux-nvme/nvme-stas
|
URL: https://github.com/linux-nvme/nvme-stas
|
||||||
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
|
||||||
Patch0: 0001-sync-with-1.1.6.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: meson >= 0.57.0
|
BuildRequires: meson >= 0.57.0
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: libnvme-devel
|
BuildRequires: libnvme-devel >= 1.2
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
@ -32,7 +31,7 @@ BuildRequires: python3-gobject-devel
|
|||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-lxml
|
||||||
|
|
||||||
Requires: avahi
|
Requires: avahi
|
||||||
Requires: python3-libnvme
|
Requires: python3-libnvme >= 1.2
|
||||||
Requires: python3-dasbus
|
Requires: python3-dasbus
|
||||||
Requires: python3-pyudev
|
Requires: python3-pyudev
|
||||||
Requires: python3-systemd
|
Requires: python3-systemd
|
||||||
@ -48,6 +47,7 @@ stafd (STorage Appliance Finder) and stacd (STorage Appliance Connector).
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{version_no_tilde}
|
%autosetup -p1 -n %{name}-%{version_no_tilde}
|
||||||
|
sed -i meson.build -e "s/subdir('test')//"
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dman=true -Dhtml=true
|
%meson -Dman=true -Dhtml=true
|
||||||
@ -94,8 +94,13 @@ mv %{buildroot}/%{_sysconfdir}/stas/sys.conf.doc %{buildroot}/%{_sysconfdir}/sta
|
|||||||
%{_mandir}/man7/nvme*.7*
|
%{_mandir}/man7/nvme*.7*
|
||||||
%{_mandir}/man8/sta*.8*
|
%{_mandir}/man8/sta*.8*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 13 2023 John Meneghini <jmeneghi@redhat.com> - 2.1.1-1
|
||||||
|
- Update to the v2.1.1 package
|
||||||
|
|
||||||
|
* Tue Nov 08 2022 Maurizio Lombardi <mlombard@redhat.com> - 2.0-1
|
||||||
|
- Update to the latest v2.0 package
|
||||||
|
|
||||||
* Thu Aug 04 2022 Maurizio Lombardi <mlombard@redhat.com> - 1.1.6-3
|
* Thu Aug 04 2022 Maurizio Lombardi <mlombard@redhat.com> - 1.1.6-3
|
||||||
- Sync with the official 1.1.6 version
|
- Sync with the official 1.1.6 version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user