diff --git a/.gitignore b/.gitignore index ecb9334..993e059 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,6 @@ /stratisd-3.4.4.tar.gz /stratisd-3.4.4-vendor.tar.gz /stratisd-3.4.4.crate +/stratisd-3.5.0.tar.gz +/stratisd-3.5.0-vendor.tar.gz +/stratisd-3.5.0.crate diff --git a/sources b/sources index bec4813..7fc2fcd 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (stratisd-3.4.4.tar.gz) = c4b64fae61e5abc5798031b8b4b7fb8c04490bcab18324f1a66bd88ef271d9f5961ccd098487feab2b1e1d4a8eb37e7bc382507c076bc012372828807ef39634 -SHA512 (stratisd-3.4.4-vendor.tar.gz) = 8ae53b5c3583d16067c64b9c3ce7cae04c6e1d8650684bc562677f1e7f8e4a3baee50d42fce62d2a8a00a3776f3d4fe84441221de68fdd0bff784d5488244ee1 -SHA512 (stratisd-3.4.4.crate) = b2b6daefc897509011d44a74d79d0416aabc86de7a286882f8382a69def8212a7b69667f00181b22174c75c772690092d98db9803b4031986cb5e59274b48bae +SHA512 (stratisd-3.5.0.tar.gz) = ed176dd0196ac58b50a57f3c77ab2cb6af8c17beed5fea59da5f0bc9a61d43d8758f3313fb9c26ba4379382bfd237584f5b61fa68db76250a750cd0891ecedb6 +SHA512 (stratisd-3.5.0-vendor.tar.gz) = bb0d2ba1aa78ad8664956764501f26c7a2b9d34469dc6c1102d6657da5deaca7866f992bb959d1af13335db93d780212234669b69eed2e6fa1e60a2088e2c48e +SHA512 (stratisd-3.5.0.crate) = f1dfcca8d0c51baad1d7d587f3a38036bf5bc4d38089c30a2ab80d0e2f19715c8d1b24c260aa3e9b1548e20bc9040d1f22423e03a8fd6a483b5406c3e6be7960 diff --git a/stratisd.spec b/stratisd.spec index d6fe529..5e021e3 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -4,8 +4,8 @@ %global dracutdir %(pkg-config --variable=dracutdir dracut) Name: stratisd -Version: 3.4.4 -Release: 3%{?dist} +Version: 3.5.0 +Release: 1%{?dist} Summary: Daemon that manages block devices to create filesystems # ASL 2.0 @@ -40,6 +40,7 @@ BuildRequires: dbus-devel BuildRequires: libblkid-devel BuildRequires: cryptsetup-devel BuildRequires: clang +BuildRequires: glibc-static BuildRequires: %{_bindir}/a2x # Required to calculate install directories @@ -84,16 +85,20 @@ tar --strip-components=1 --extract --verbose --file %{SOURCE2} %else %cargo_prep %generate_buildrequires -%cargo_generate_buildrequires -f dbus_enabled,min,systemd_compat +%cargo_generate_buildrequires -f engine,dbus_enabled,min,systemd_compat %endif %build %if 0%{?rhel} -%{cargo_build} --bin=stratisd -%{cargo_build} --bin=stratis-min --bin=stratisd-min --bin=stratis-utils --no-default-features --features min,systemd_compat +%{__cargo} build %{?_smp_mflags} --release --bin=stratisd +%{__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 %else %{__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 min,systemd_compat +%{__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 %endif a2x -f manpage docs/stratisd.txt @@ -150,6 +155,9 @@ a2x -f manpage docs/stratisd.txt %{_systemd_util_dir}/system-generators/stratis-setup-generator %changelog +* Tue Jan 24 2023 Bryan Gurney - 3.5.0-1 +- Update to 3.5.0 + * Sat Jan 21 2023 Fedora Release Engineering - 3.4.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/tests/tests.yml b/tests/tests.yml index b8b94ae..6cbf339 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -15,4 +15,4 @@ repositories: - repo: "https://github.com/stratis-storage/testing.git" dest: "testing" - version: "v3.4.0" + version: "v3.5.0"