Ensure proper alignment of flex devices
Resolves: RHEL-16736 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
f2f20043f2
commit
cd3e2dc2d3
3
.gitignore
vendored
3
.gitignore
vendored
@ -58,3 +58,6 @@
|
|||||||
/stratisd-3.6.1.tar.gz
|
/stratisd-3.6.1.tar.gz
|
||||||
/stratisd-3.6.1-vendor.tar.gz
|
/stratisd-3.6.1-vendor.tar.gz
|
||||||
/stratisd-3.6.1.crate
|
/stratisd-3.6.1.crate
|
||||||
|
/stratisd-3.6.2.tar.gz
|
||||||
|
/stratisd-3.6.2-vendor.tar.gz
|
||||||
|
/stratisd-3.6.2.crate
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (stratisd-3.6.1.tar.gz) = 28ae849514c1ecdf7fd608996169db80c1f88393e4f245ae77229cd1517668769eaeda1f143002f3d05174422fa9b453adba122b97775cf129464bcec02fea0e
|
SHA512 (stratisd-3.6.2.tar.gz) = 1c79bf901e847e70bd107376ce7de251f60a677e18cd61122198e2e59244860f66c4186e1a3b50efd4f588b8a183cf9112ce5725b274e2b6a2bde6bcbf9f2aa0
|
||||||
SHA512 (stratisd-3.6.1-vendor.tar.gz) = 1afeb17f2f9ed1149bcd918126861ce85390744fb6a632477df7ef57695b9abf94b46b256dcc1e36a8ac4bdfd65c4b049214810de4ca23575dd2cdfb8940ce33
|
SHA512 (stratisd-3.6.2-vendor.tar.gz) = a444ba1010957fb0628fe563adc30e9d28ee8e97a93b8238550dcd6881153328919e61891319d91b97660a0446c406ce775008ccfc5f05f2e787be4498a29b5d
|
||||||
SHA512 (stratisd-3.6.1.crate) = 6bcf0335ae83cc7f9fd00bccd48b015982505f32eb4823d53aa0e020e76d31fe0afdfd16da7811bcd0d6ca2d65487e28eb6a94304eb59f3cc237b797c7f2d559
|
SHA512 (stratisd-3.6.2.crate) = cc7ca8d4370ab9678f7f6da3c03e1732cbabc1468452d6dd72e9d304baae2b0fbb5988d0bc1d97aa067a34787fcaeb1262827c413af1ddfc8893d8d677d5d46d
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%global dracutdir %(pkg-config --variable=dracutdir dracut)
|
%global dracutdir %(pkg-config --variable=dracutdir dracut)
|
||||||
|
|
||||||
Name: stratisd
|
Name: stratisd
|
||||||
Version: 3.6.1
|
Version: 3.6.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Daemon that manages block devices to create filesystems
|
Summary: Daemon that manages block devices to create filesystems
|
||||||
|
|
||||||
@ -339,6 +339,10 @@ a2x -f manpage docs/stratis-dumpmetadata.txt
|
|||||||
%{_mandir}/man8/stratis-dumpmetadata.8*
|
%{_mandir}/man8/stratis-dumpmetadata.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 20 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.2-1
|
||||||
|
- Ensure proper alignment of flex devices
|
||||||
|
- Resolves: RHEL-16736
|
||||||
|
|
||||||
* Mon Nov 06 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.1-1
|
* Mon Nov 06 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.1-1
|
||||||
- Update to version 3.6.1
|
- Update to version 3.6.1
|
||||||
- Resolves: RHEL-2278
|
- Resolves: RHEL-2278
|
||||||
|
Loading…
Reference in New Issue
Block a user