Update to 3.5.0
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
001f2cca4e
commit
a829a91a08
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
6
sources
6
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
|
||||
|
@ -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 <bgurney@redhat.com> - 3.5.0-1
|
||||
- Update to 3.5.0
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
@ -15,4 +15,4 @@
|
||||
repositories:
|
||||
- repo: "https://github.com/stratis-storage/testing.git"
|
||||
dest: "testing"
|
||||
version: "v3.4.0"
|
||||
version: "v3.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user