Update to 2.1.0
This commit is contained in:
parent
67271172aa
commit
56b60ac3ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/stratisd-1.0.5.tar.gz
|
||||
/stratisd-2.0.0.tar.gz
|
||||
/stratisd-2.0.1.tar.gz
|
||||
/stratisd-2.1.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stratisd-2.0.1.tar.gz) = 1ce0ed64cd6cd2fefdfa30487fdc8023fddff8fd7671d0945483f6bd4292ad28a9e0ac8bfd3eca60774433419e7b5e8170a359f47d9c55cc1a239720142537ad
|
||||
SHA512 (stratisd-2.1.0.tar.gz) = 59730374aa42d829090e4cb28bef5281a3c0e30fc5250bea472c716d9a7172d5aea3b25588b519d7a657f2dd6f092eb3f4951e12c41328b47ad032564478b5ff
|
||||
|
@ -7,8 +7,8 @@
|
||||
%global __cargo_is_lib() false
|
||||
|
||||
Name: stratisd
|
||||
Version: 2.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages a pool of block devices to create flexible filesystems
|
||||
|
||||
# Install all deps (without check), grab their licenses and make it simple
|
||||
@ -27,6 +27,7 @@ ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: systemd
|
||||
BuildRequires: libblkid-devel >= 2.32
|
||||
|
||||
%{?systemd_requires}
|
||||
Requires: xfsprogs
|
||||
@ -88,6 +89,9 @@ install -Dpm0644 -t %{buildroot}%{_unitdir} stratisd.service
|
||||
%{_unitdir}/stratisd.service
|
||||
|
||||
%changelog
|
||||
* Tue Jul 07 2020 John Baublitz <jbaublitz@redhat.com> - 2.1.0-1
|
||||
- Update to 2.1.0
|
||||
|
||||
* Wed Feb 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.1-2
|
||||
- Fixup license
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user