Update to 3.0.2

This commit is contained in:
mulhern 2021-12-21 10:08:26 -05:00
parent 82d7eaf719
commit 01b11514cf
4 changed files with 25 additions and 3 deletions

2
.gitignore vendored
View File

@ -29,3 +29,5 @@
/stratisd-2.4.2.tar.gz
/stratisd-2.4.4-vendor.tar.gz
/stratisd-2.4.4.tar.gz
/stratisd-3.0.2.tar.gz
/stratisd-3.0.2-vendor.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (stratisd-2.4.4-vendor.tar.gz) = cb3a3eac09c1ce9a3dfbb9c2d5b06f126bddaf2e176969da2a69efffce1e3663840699b6b0b341e0e48251db0f50122ec1547a4a91cbc16086eb2b5b1503ab67
SHA512 (stratisd-2.4.4.tar.gz) = 1328dd9159946cb48e8e6011e005752e414181360ab1ba99de7fd3c414df442a24c286ba74783ef02282abe0e1d16f857d8ce8359e22b3ff6441d832fce55da2
SHA512 (stratisd-3.0.2.tar.gz) = 4d54a14e745e4b8eda7f3975c8e3c7c9c083d3b7e2f2baea5bbd0cb9dfc5a9c72e1d8e90604f0bc6ba3487a7898332ac8189e6b5d171cd57557f8e1486a92695
SHA512 (stratisd-3.0.2-vendor.tar.gz) = f6f9eb9216a6c5986cfe6df49007753c83a3a5dc0f052288878472cdb06479796e10c23b83e81ae95342bf3cee3ca20dac2619930a8a4013e030532c931a43c0

View File

@ -0,0 +1,15 @@
--- stratisd/Cargo.toml 2021-12-21 10:54:57.964593614 -0500
+++ stratisd/Cargo.toml 2021-12-21 10:55:56.364280448 -0500
@@ -72,12 +72,9 @@
[dependencies.devicemapper]
version = "0.30.0"
-git = "https://github.com/stratis-storage/devicemapper-rs"
-branch = "crates-io-patch-0.30.0"
[dependencies.stratisd_proc_macros]
version = "0.1.0"
-path = "./stratisd_proc_macros"
[dependencies.libcryptsetup-rs]
version = "0.4.3"

View File

@ -9,7 +9,7 @@
%global __cargo_is_lib() false
Name: stratisd
Version: 2.4.4
Version: 3.0.2
Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems
@ -26,6 +26,8 @@ License: MPLv2.0 and ASL 2.0 and BSD and MIT
URL: https://github.com/stratis-storage/stratisd
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: %{url}/releases/download/v%{version}/%{name}-%{version}-vendor.tar.gz
# Fix the metadata so all dependencies are on packaged, upstreamed, packages
Patch0: stratisd-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -169,6 +171,9 @@ install -Dpm0755 -t %{buildroot}%{_systemd_util_dir} systemd/stratis-fstab-setup
%{_systemdgeneratordir}/stratis-setup-generator
%changelog
* Tue Dec 21 2021 mulhern <amulhern@redhat.com> - 3.0.2-1
- Update to 3.0.2
* Sun Nov 28 2021 mulhern <amulhern@redhat.com> - 2.4.4-1
- Update to 2.4.4