From 5ab70b681b743c4e1c132d3a784c699af369f107 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Thu, 25 Jan 2024 12:46:29 -0500 Subject: [PATCH] Update to 3.6.4 Signed-off-by: Bryan Gurney --- .gitignore | 3 +++ sources | 6 +++--- stratisd.spec | 10 +++++++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 337761d..3fc9097 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,6 @@ /stratisd-3.6.3.tar.gz /stratisd-3.6.3-vendor.tar.gz /stratisd-3.6.3.crate +/stratisd-3.6.4.tar.gz +/stratisd-3.6.4-vendor.tar.gz +/stratisd-3.6.4.crate diff --git a/sources b/sources index 4e8e839..428a6ed 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (stratisd-3.6.3.tar.gz) = 94f5cf9d8502b9c51739ba51a599996ac49fe50a09c77060d4bd50d00c42b5308fb9b15f16e5bb1adb218106cc69a6b9c61683405ddb585b76b7c01ec334842b -SHA512 (stratisd-3.6.3-vendor.tar.gz) = ff2c9ea57790c182fc75fef148d6b416b934096d6dff4961e71ac3503aadc9467456305b616b06520add8afe600eb5f3fcd7695a9d0d7bbeadee6d920a45d0e4 -SHA512 (stratisd-3.6.3.crate) = c4fa3c2cf4cb51340ee2cade5ee4028adeb3771c299e35709b37b18dbe2316590419ca20e1ac443c39e52ca494c71a159876d4461c977babef409ac2886c693e +SHA512 (stratisd-3.6.4.tar.gz) = 56256c1a59643909019d17389663a17bae6081ef2275069ddf3c26904a6b73e52fcacb15ff7b2563c4e2d832a77049b740b8db01674cfc5f2d851bd20d18e50e +SHA512 (stratisd-3.6.4-vendor.tar.gz) = 670ea05665996ba20fd8a29d40c9d88a0e0caf3e0bda580492f245afaaba5fc5a2acf557dc8b46ad2a1fca8fe7e10dc9456416168a92b2633c204d07e9f1473f +SHA512 (stratisd-3.6.4.crate) = e1ec278def811ff614a132b2812e9f8ee4817782a67502ad169a581d637fa6064b2644d098a15edcd5150cf118c3b344b928fff4840e2735b1f0e8d5b02aea3c diff --git a/stratisd.spec b/stratisd.spec index 9c77281..8ef654f 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -4,7 +4,7 @@ %global dracutdir %(pkg-config --variable=dracutdir dracut) Name: stratisd -Version: 3.6.3 +Version: 3.6.4 Release: 1%{?dist} Summary: Daemon that manages block devices to create filesystems @@ -115,14 +115,14 @@ mv %{SOURCE0}.newfile %{SOURCE0} %{__cargo} build %{?_smp_mflags} --release --bin=stratis-min --bin=stratisd-min --bin=stratis-utils --no-default-features --features engine,min,systemd_compat %{__cargo} rustc %{?_smp_mflags} --release --bin=stratis-str-cmp --no-default-features --features udev_scripts -- -Ctarget-feature=+crt-static %{__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 +%{__cargo} build %{?_smp_mflags} --release --bin=stratisd-tools --no-default-features --features engine,extras,min %else %{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 %{__cargo} rustc %{?__cargo_common_opts} --release --bin=stratis-str-cmp --no-default-features --features udev_scripts -- -Ctarget-feature=+crt-static %{__cargo} rustc %{?__cargo_common_opts} --release --bin=stratis-base32-decode --no-default-features --features udev_scripts -- -Ctarget-feature=+crt-static -%{__cargo} build %{?__cargo_common_opts} --release --bin=stratis-dumpmetadata --no-default-features --features engine,extras,min +%{__cargo} build %{?__cargo_common_opts} --release --bin=stratisd-tools --no-default-features --features engine,extras,min %endif a2x -f manpage docs/stratisd.txt a2x -f manpage docs/stratis-dumpmetadata.txt @@ -188,10 +188,14 @@ a2x -f manpage docs/stratis-dumpmetadata.txt %files tools %license LICENSE +%{_bindir}/stratisd-tools %{_bindir}/stratis-dumpmetadata %{_mandir}/man8/stratis-dumpmetadata.8* %changelog +* Thu Jan 25 2024 Bryan Gurney - 3.6.4-1 +- Update to 3.6.4 + * Thu Nov 30 2023 Bryan Gurney - 3.6.3-1 - Update to 3.6.3