Update to version v2.2.1
Resolves: #2184975 Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
parent
1217256389
commit
83da3516fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/nvme-stas-1.1.6.tar.gz
|
||||
/nvme-stas-2.0.tar.gz
|
||||
/nvme-stas-2.1.1.tar.gz
|
||||
/nvme-stas-2.2.1.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: nvme-stas
|
||||
Summary: NVMe STorage Appliance Services
|
||||
Version: 2.1.1
|
||||
Version: 2.2.1
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/linux-nvme/nvme-stas
|
||||
@ -13,7 +13,7 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: meson >= 0.57.0
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libnvme-devel >= 1.2
|
||||
BuildRequires: libnvme-devel >= 1.4
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: systemd-devel
|
||||
@ -31,7 +31,7 @@ BuildRequires: python3-gobject-devel
|
||||
BuildRequires: python3-lxml
|
||||
|
||||
Requires: avahi
|
||||
Requires: python3-libnvme >= 1.2
|
||||
Requires: python3-libnvme >= 1.4
|
||||
Requires: python3-dasbus
|
||||
Requires: python3-pyudev
|
||||
Requires: python3-systemd
|
||||
@ -47,7 +47,6 @@ stafd (STorage Appliance Finder) and stacd (STorage Appliance Connector).
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version_no_tilde}
|
||||
sed -i meson.build -e "s/subdir('test')//"
|
||||
|
||||
%build
|
||||
%meson -Dman=true -Dhtml=true
|
||||
@ -95,6 +94,9 @@ mv %{buildroot}/%{_sysconfdir}/stas/sys.conf.doc %{buildroot}/%{_sysconfdir}/sta
|
||||
%{_mandir}/man8/sta*.8*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 06 2023 Maurizio Lombardi <mlombard@redhat.com> - 2.2.1-1
|
||||
- Update to version v2.2.1
|
||||
|
||||
* Fri Jan 13 2023 John Meneghini <jmeneghi@redhat.com> - 2.1.1-1
|
||||
- Update to the v2.1.1 package
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nvme-stas-2.1.1.tar.gz) = 80935ee0c974eb8ace648304bdd5abe36d031fc36991cbcb5723110dd470512442347556f35c6510a73c16ee3a3ba6fcf297c8f61d2886706ff21193196d7046
|
||||
SHA512 (nvme-stas-2.2.1.tar.gz) = ff7f2e4f659fe6fee98454e358bd7d7ccd538b388d1b7de09daba37df07c3006710763b44c517eda8ec97bb85b0451c13b98038bd303409bc35029eeed036189
|
||||
|
Loading…
Reference in New Issue
Block a user