Update to 3.6.1

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2023-10-31 17:55:59 -04:00
parent d6111670ad
commit 2a0e38e006
3 changed files with 11 additions and 6 deletions

3
.gitignore vendored
View File

@ -102,3 +102,6 @@
/stratisd-3.6.0.tar.gz
/stratisd-3.6.0-vendor.tar.gz
/stratisd-3.6.0.crate
/stratisd-3.6.1.tar.gz
/stratisd-3.6.1-vendor.tar.gz
/stratisd-3.6.1.crate

View File

@ -1,3 +1,3 @@
SHA512 (stratisd-3.6.0.tar.gz) = 518301c1354874ca049642fbd8ac3f398ac64d8668765b1bd01270b293f33729c1e7a19bc1bb39a51cccf5fc41152a407a368f5a775a9e3a6dd453340959b4e7
SHA512 (stratisd-3.6.0-vendor.tar.gz) = 9a768b1d06d5280748363e217fd4a897f461a6aad66711bd901a71c7052a1a66430489b86eca192edd69b791497c5f4bc1e92bd8cb57d2a64e3fe71529534183
SHA512 (stratisd-3.6.0.crate) = 5f84ee86c6f931763c9c49e1eaa495f7b73c5f97b2c7cad860a5d77b4958421a7c7c953990d209d9b75447ae3218383ef205a52737b365dc5699a781650868eb
SHA512 (stratisd-3.6.1.tar.gz) = 28ae849514c1ecdf7fd608996169db80c1f88393e4f245ae77229cd1517668769eaeda1f143002f3d05174422fa9b453adba122b97775cf129464bcec02fea0e
SHA512 (stratisd-3.6.1-vendor.tar.gz) = 1afeb17f2f9ed1149bcd918126861ce85390744fb6a632477df7ef57695b9abf94b46b256dcc1e36a8ac4bdfd65c4b049214810de4ca23575dd2cdfb8940ce33
SHA512 (stratisd-3.6.1.crate) = 6bcf0335ae83cc7f9fd00bccd48b015982505f32eb4823d53aa0e020e76d31fe0afdfd16da7811bcd0d6ca2d65487e28eb6a94304eb59f3cc237b797c7f2d559

View File

@ -4,8 +4,8 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd
Version: 3.6.0
Release: 2%{?dist}
Version: 3.6.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)
@ -117,7 +117,6 @@ mv %{SOURCE0}.newfile %{SOURCE0}
%{__cargo} rustc %{?_smp_mflags} --release --bin=stratis-base32-decode --no-default-features --features udev_scripts -- -Ctarget-feature=+crt-static
%{__cargo} build %{?_smp_mflags} --release --bin=stratis-dumpmetadata --no-default-features --features engine,extras,min
%else
%cargo_license_summary -f engine,dbus_enabled,min,systemd_compat,extras,udev_scripts
%{cargo_license -f engine,dbus_enabled,min,systemd_compat,extras,udev_scripts} > LICENSE.dependencies
%{__cargo} build %{?__cargo_common_opts} --release --bin=stratisd
%{__cargo} build %{?__cargo_common_opts} --release --bin=stratis-min --bin=stratisd-min --bin=stratis-utils --no-default-features --features engine,min,systemd_compat
@ -193,6 +192,9 @@ a2x -f manpage docs/stratis-dumpmetadata.txt
%{_mandir}/man8/stratis-dumpmetadata.8*
%changelog
* Tue Oct 31 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.1-1
- Update to 3.6.1
* Wed Oct 25 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.0-2
- Use testing tag v3.6.0