Update to version 2.0
Resolves: #2134947 Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
parent
3ade4d9ed5
commit
eef1a7411c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/nvme-stas-1.1.6.tar.gz
|
||||
/nvme-stas-2.0.tar.gz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -3,18 +3,17 @@
|
||||
|
||||
Name: nvme-stas
|
||||
Summary: NVMe STorage Appliance Services
|
||||
Version: 1.1.6
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/linux-nvme/nvme-stas
|
||||
Source0: %{url}/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
|
||||
Patch0: 0001-sync-with-1.1.6.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: meson >= 0.57.0
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libnvme-devel
|
||||
BuildRequires: libnvme-devel >= 1.2
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: systemd-devel
|
||||
@ -32,7 +31,7 @@ BuildRequires: python3-gobject-devel
|
||||
BuildRequires: python3-lxml
|
||||
|
||||
Requires: avahi
|
||||
Requires: python3-libnvme
|
||||
Requires: python3-libnvme >= 1.2
|
||||
Requires: python3-dasbus
|
||||
Requires: python3-pyudev
|
||||
Requires: python3-systemd
|
||||
@ -48,6 +47,7 @@ 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
|
||||
@ -96,6 +96,9 @@ mv %{buildroot}/%{_sysconfdir}/stas/sys.conf.doc %{buildroot}/%{_sysconfdir}/sta
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Sync with the official 1.1.6 version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nvme-stas-1.1.6.tar.gz) = 6d5af262721e66083529dc8301db706c02dbcf12d4448a51f046119c5743693a487036fd0ac4ad2d68aef269ebc16e3c5e65b6da02ce16266ff24d6bb42d19c1
|
||||
SHA512 (nvme-stas-2.0.tar.gz) = 60bb99e243635f8ad7416c3da742807c644fec9d82bcda1c77856cfd3368e67f053be0858313cdd7b339cddcdf48e855822ce655e02c241496a2ef2fbd6a76e0
|
||||
|
Loading…
Reference in New Issue
Block a user