import stratisd-2.1.0-1.el8
This commit is contained in:
parent
bbeec94fb1
commit
03494c320f
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/stratisd-2.0.0-vendor.tar.xz
|
SOURCES/stratisd-2.1.0-vendor.tar.xz
|
||||||
SOURCES/stratisd-2.0.0.tar.gz
|
SOURCES/stratisd-2.1.0.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
a66959b2c743290b61e485a779fedb7fbd7fa24b SOURCES/stratisd-2.0.0-vendor.tar.xz
|
e23a732ee84b841dba7cddb29d220b4669d4bd83 SOURCES/stratisd-2.1.0-vendor.tar.xz
|
||||||
f8cc6c8e1ddf1aa0665bb8801f6ef2c4117fba08 SOURCES/stratisd-2.0.0.tar.gz
|
11d43fb72502b5386698cdaf1ac67cc06b3db190 SOURCES/stratisd-2.1.0.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global __cargo_is_lib() false
|
%global __cargo_is_lib() false
|
||||||
|
|
||||||
Name: stratisd
|
Name: stratisd
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Daemon that manages block devices to create filesystems
|
Summary: Daemon that manages block devices to create filesystems
|
||||||
|
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
@ -15,16 +15,19 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|||||||
Source1: %{name}-%{version}-vendor.tar.xz
|
Source1: %{name}-%{version}-vendor.tar.xz
|
||||||
|
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
|
|
||||||
BuildRequires: rust-toolset
|
BuildRequires: rust-toolset
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
|
BuildRequires: libblkid-devel
|
||||||
|
BuildRequires: cryptsetup-devel
|
||||||
|
BuildRequires: clang
|
||||||
BuildRequires: %{_bindir}/a2x
|
BuildRequires: %{_bindir}/a2x
|
||||||
|
|
||||||
Requires: xfsprogs
|
Requires: xfsprogs
|
||||||
Requires: device-mapper-persistent-data
|
Requires: device-mapper-persistent-data
|
||||||
Requires: systemd-libs
|
Requires: systemd-libs
|
||||||
Requires: dbus-libs
|
Requires: dbus-libs
|
||||||
|
Requires: cryptsetup >= 2.3.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -73,6 +76,16 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd
|
|||||||
%{_unitdir}/stratisd.service
|
%{_unitdir}/stratisd.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 12 2019 Dennis Keefe <dkeefe@redhat.com> - 2.0.0-4
|
||||||
- Update to 2.0.0
|
- Update to 2.0.0
|
||||||
- Resolves: rhbz#1760906
|
- Resolves: rhbz#1760906
|
||||||
|
Loading…
Reference in New Issue
Block a user