import stratisd-2.1.0-1.el8

This commit is contained in:
CentOS Sources 2020-11-03 07:08:11 -05:00 committed by Andrew Lukoshko
parent 0ff76f297a
commit bb63fa88ab
3 changed files with 20 additions and 7 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/stratisd-2.0.0-vendor.tar.xz
SOURCES/stratisd-2.0.0.tar.gz
SOURCES/stratisd-2.1.0-vendor.tar.xz
SOURCES/stratisd-2.1.0.tar.gz

View File

@ -1,2 +1,2 @@
a66959b2c743290b61e485a779fedb7fbd7fa24b SOURCES/stratisd-2.0.0-vendor.tar.xz
f8cc6c8e1ddf1aa0665bb8801f6ef2c4117fba08 SOURCES/stratisd-2.0.0.tar.gz
e23a732ee84b841dba7cddb29d220b4669d4bd83 SOURCES/stratisd-2.1.0-vendor.tar.xz
11d43fb72502b5386698cdaf1ac67cc06b3db190 SOURCES/stratisd-2.1.0.tar.gz

View File

@ -5,8 +5,8 @@
%global __cargo_is_lib() false
Name: stratisd
Version: 2.0.0
Release: 4%{?dist}
Version: 2.1.0
Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems
License: MPLv2.0
@ -15,16 +15,19 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: %{name}-%{version}-vendor.tar.xz
ExclusiveArch: %{rust_arches}
BuildRequires: rust-toolset
BuildRequires: systemd-devel
BuildRequires: dbus-devel
BuildRequires: libblkid-devel
BuildRequires: cryptsetup-devel
BuildRequires: clang
BuildRequires: %{_bindir}/a2x
Requires: xfsprogs
Requires: device-mapper-persistent-data
Requires: systemd-libs
Requires: dbus-libs
Requires: cryptsetup >= 2.3.0
%description
%{summary}.
@ -73,6 +76,16 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd
%{_unitdir}/stratisd.service
%changelog
* Sat Jun 06 2020 Dennis Keefe <dkeefe@redhat.com> - 2.1.0-1
- Update to 2.1.0
- Resolves: rhbz#1791473
- Update Stratis RPM Spec File
- Resolves: rhbz#1828487
- Support per-pool encryption of the devices that form a pool's data tier
- Resolves: rhbz#1768580
- Improve systemd unit file description
- Resolves: rhbz#1756525
* Tue Nov 12 2019 Dennis Keefe <dkeefe@redhat.com> - 2.0.0-4
- Update to 2.0.0
- Resolves: rhbz#1760906