Update to 2.3.0
This commit is contained in:
parent
9a03daec72
commit
7ccb12fab0
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/stratisd-2.1.0.tar.gz
|
||||
/stratisd-2.2.0.tar.gz
|
||||
/stratisd-2.2.1.tar.gz
|
||||
/stratisd-2.3.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratisd-2.2.1.tar.gz) = cb7cca95a9e754672fb446baf8434f35da155fe34a6cacaee731a173d3d8dbd13c4b15afcc3a017ca7d1650668b72e98a266b6991e5af76a177b7ea794997185
|
||||
SHA512 (stratisd-2.3.0.tar.gz) = ec16c30394a40c091efbb90a85818a230e93ab615a7f9728cc873d7ca02e16579e7c696bb12295a9778ee6a5e6b95f4cf152853716d7f40985f124e3898977fc
|
||||
|
@ -8,8 +8,8 @@
|
||||
%global __cargo_is_lib() false
|
||||
|
||||
Name: stratisd
|
||||
Version: 2.2.1
|
||||
Release: 3%{?dist}
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages a pool of block devices to create flexible filesystems
|
||||
|
||||
# 0BSD or MIT or ASL 2.0
|
||||
@ -33,6 +33,7 @@ BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
Requires: xfsprogs
|
||||
Requires: device-mapper-persistent-data
|
||||
Requires: clevis-luks >= 15
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -97,6 +98,9 @@ install -Dpm0644 -t %{buildroot}%{_bindir} developer_tools/stratis_migrate_symli
|
||||
%{_udevrulesdir}/11-stratisd.rules
|
||||
|
||||
%changelog
|
||||
* Tue Jan 12 2021 mulhern <amulhern@redhat.com> - 2.3.0-1
|
||||
- Update to 2.3.0
|
||||
|
||||
* Mon Dec 28 13:34:26 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.2.1-3
|
||||
- Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user