Update to 2.4.4
This commit is contained in:
parent
83013dbc58
commit
82d7eaf719
2
.gitignore
vendored
2
.gitignore
vendored
@ -27,3 +27,5 @@
|
||||
/stratisd-2.4.1-vendor.tar.gz
|
||||
/stratisd-2.4.2-vendor.tar.gz
|
||||
/stratisd-2.4.2.tar.gz
|
||||
/stratisd-2.4.4-vendor.tar.gz
|
||||
/stratisd-2.4.4.tar.gz
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (stratisd-2.4.2.tar.gz) = fb6bdf343ce3a8eb2e18ea0bfc74c6032eca501987f261730ca353e4f91bbaaedaf9bd109063f70872cef0571a44f572dd2dd77ad751bb89f97ed00d7e7d501c
|
||||
SHA512 (stratisd-2.4.2-vendor.tar.gz) = efe8d28db7b39550048ae42242467deba9cb5ee113cf7dff2b576578b7444a60cc2e7fb4f3083c6d0659e003f1069c7bf61332ae7c921aaf88afea07a9b25344
|
||||
SHA512 (stratisd-2.4.4-vendor.tar.gz) = cb3a3eac09c1ce9a3dfbb9c2d5b06f126bddaf2e176969da2a69efffce1e3663840699b6b0b341e0e48251db0f50122ec1547a4a91cbc16086eb2b5b1503ab67
|
||||
SHA512 (stratisd-2.4.4.tar.gz) = 1328dd9159946cb48e8e6011e005752e414181360ab1ba99de7fd3c414df442a24c286ba74783ef02282abe0e1d16f857d8ce8359e22b3ff6441d832fce55da2
|
||||
|
@ -9,8 +9,8 @@
|
||||
%global __cargo_is_lib() false
|
||||
|
||||
Name: stratisd
|
||||
Version: 2.4.2
|
||||
Release: 3%{?dist}
|
||||
Version: 2.4.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
# 0BSD or MIT or ASL 2.0
|
||||
@ -96,7 +96,6 @@ install -Dpm0755 -t %{buildroot}%{_libexecdir} target/release/stratisd
|
||||
install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratisd.8
|
||||
install -Dpm0644 -t %{buildroot}%{_udevrulesdir} udev/61-stratisd.rules
|
||||
install -Dpm0644 -t %{buildroot}%{_unitdir} systemd/stratisd.service
|
||||
install -Dpm0644 -t %{buildroot}%{dracutdir}/dracut.conf.d dracut/90-stratis.conf
|
||||
|
||||
mkdir -p %{buildroot}%{dracutdir}/modules.d/90stratis
|
||||
install -Dpm0755 -t %{buildroot}%{dracutdir}/modules.d/90stratis dracut/90stratis/module-setup.sh
|
||||
@ -160,7 +159,6 @@ install -Dpm0755 -t %{buildroot}%{_systemd_util_dir} systemd/stratis-fstab-setup
|
||||
|
||||
%files dracut
|
||||
%license LICENSE
|
||||
%{dracutdir}/dracut.conf.d/90-stratis.conf
|
||||
%{dracutdir}/modules.d/90stratis-clevis/module-setup.sh
|
||||
%{dracutdir}/modules.d/90stratis-clevis/stratis-clevis-rootfs-setup
|
||||
%{dracutdir}/modules.d/90stratis/61-stratisd.rules
|
||||
@ -171,6 +169,9 @@ install -Dpm0755 -t %{buildroot}%{_systemd_util_dir} systemd/stratis-fstab-setup
|
||||
%{_systemdgeneratordir}/stratis-setup-generator
|
||||
|
||||
%changelog
|
||||
* Sun Nov 28 2021 mulhern <amulhern@redhat.com> - 2.4.4-1
|
||||
- Update to 2.4.4
|
||||
|
||||
* Tue Oct 19 2021 mulhern <amulhern@redhat.com> - 2.4.2-3
|
||||
- Rebuilt to include dbus-tree 0.9.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user