diff --git a/.gitignore b/.gitignore index 759d4a4..b65f002 100644 --- a/.gitignore +++ b/.gitignore @@ -126,3 +126,5 @@ /stratisd-3.8.6.tar.gz /stratisd-3.9.0.tar.gz /stratisd-3.9.0-vendor.tar.gz +/stratisd-3.9.1-vendor.tar.gz +/stratisd-3.9.1.tar.gz diff --git a/sources b/sources index 248bfd8..96773b5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (stratisd-3.9.0.tar.gz) = 48015b6fedc1dc5e8e33da8e0f2d936354009cbbcfd65312073beb2784fa1032159b6717f0f3b41a6679751eb61b4008857a1fbec613911745479b3d839b74e8 -SHA512 (stratisd-3.9.0-vendor.tar.gz) = 601a4a7e4ebbdf7165490efd3b00ee9c1ee6439e778af3e32e92f143f6371f056654c6fe013cdc5650546697d201991b737e9cd76a2fbc13a28dde6d33f0d8b8 +SHA512 (stratisd-3.9.1-vendor.tar.gz) = 70d2f009adf6abca2b50535d9a62e5f16aa03faedc1464abde16c4ce2d47acb2fd080e5c8c91fe89a84090d716c9ee77b3481ef4365fd025d5802fcb0b2ceaf0 +SHA512 (stratisd-3.9.1.tar.gz) = 30f969462a73e19b307b8dd24a71f3c67b3d4e691d08a26b160b7cd577b6bfa1f35187cd1c8efc0b9f1bdfae6cb54a65ad9ce385e8c0eb5bad7903fa8b748ef1 diff --git a/stratisd.spec b/stratisd.spec index a56fd75..e1e8621 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -5,8 +5,8 @@ %global build_rustflags %{build_rustflags} --cap-lints=warn Name: stratisd -Version: 3.9.0 -Release: 2%{?dist} +Version: 3.9.1 +Release: 1%{?dist} Summary: Daemon that manages block devices to create filesystems License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND MPL-2.0 AND (Unlicense OR MIT) @@ -15,7 +15,6 @@ Source0: %{url}/archive/stratisd-v%{version}/%{name}-%{version}.tar.gz Source1: %{url}/releases/download/stratisd-v%{version}/%{name}-%{version}-vendor.tar.gz -ExclusiveArch: %{rust_arches} %if 0%{?rhel} ExcludeArch: i686 %endif @@ -58,7 +57,6 @@ Recommends: clevis-luks >= 18 %package dracut Summary: Dracut modules for use with stratisd -ExclusiveArch: %{rust_arches} %if 0%{?rhel} ExcludeArch: i686 %endif @@ -73,7 +71,6 @@ Requires: systemd %package tools Summary: Tools that support Stratis operation -ExclusiveArch: %{rust_arches} %if 0%{?rhel} ExcludeArch: i686 %endif @@ -165,6 +162,10 @@ a2x -f manpage docs/stratis-dumpmetadata.txt %{_mandir}/man8/stratis-dumpmetadata.8* %changelog +* Sun Jun 28 2026 Chung Chung - 3.9.1-1 +- Update to 3.9.1 +- Resolves: RHEL-176335 + * Wed May 27 2026 Chung Chung - 3.9.0-2 - Adjust build steps - Resolves: RHEL-172451