Update to 3.7.3
Resolves: RHEL-60000 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
958c924bb7
commit
df13aaa6d5
4
.gitignore
vendored
4
.gitignore
vendored
@ -116,3 +116,7 @@
|
||||
/stratisd-3.6.4.crate
|
||||
/stratisd-3.6.7.tar.gz
|
||||
/stratisd-3.6.7-vendor.tar.gz
|
||||
/stratisd-3.7.2.tar.gz
|
||||
/stratisd-3.7.2-vendor.tar.gz
|
||||
/stratisd-3.7.3.tar.gz
|
||||
/stratisd-3.7.3-vendor.tar.gz
|
||||
|
@ -13,7 +13,7 @@ prepare:
|
||||
discover:
|
||||
how: shell
|
||||
url: https://github.com/stratis-storage/testing.git
|
||||
ref: v3.6.2
|
||||
ref: v3.7.1
|
||||
tests:
|
||||
- name: unit
|
||||
test: python3 stratisd_cert.py -v
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (stratisd-3.6.7.tar.gz) = 613f5b191c9cec3a857e05d544600c974d024afc6274c7a4c0d8f24e52a7c4609becbdf4b991764318a773ac2dbe9ab55cc71aef8dc29171621449465311f74e
|
||||
SHA512 (stratisd-3.6.7-vendor.tar.gz) = ab6fb63170722c10fdc1f289828cecca04900102fccffa006399ab417bf54af70e3007b743bc1fa0933b81d614c565935669444717375afe4b4bfb57cd222370
|
||||
SHA512 (stratisd-3.7.3.tar.gz) = 546a5de8b7f8a8ad638d2b8e6653a0d518e225b8babd4530292808f00739ecc576cc098c1f7fc906181c8e3e298836b9d75c42feea18c9222a89c7a74c3cc8fd
|
||||
SHA512 (stratisd-3.7.3-vendor.tar.gz) = e731cb3ec4ea2b9fd5db21b216d09c84f7dcec5a94fe827d5b8523c5b444d1ce6ebb4319cb0a9eeb255e766bd01f8ec0a98d7601ebd643fdfc780c801e35dec2
|
||||
|
@ -4,8 +4,8 @@
|
||||
%global dracutdir %(pkg-config --variable=dracutdir dracut)
|
||||
|
||||
Name: stratisd
|
||||
Version: 3.6.7
|
||||
Release: 3%{?dist}
|
||||
Version: 3.7.3
|
||||
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)
|
||||
@ -160,6 +160,7 @@ a2x -f manpage docs/stratis-dumpmetadata.txt
|
||||
%{_unitdir}/stratis-fstab-setup@.service
|
||||
%{_bindir}/stratis-min
|
||||
%{_libexecdir}/stratisd-min
|
||||
%{_bindir}/stratis-decode-dm
|
||||
%{_systemd_util_dir}/stratis-fstab-setup
|
||||
|
||||
|
||||
@ -181,6 +182,10 @@ a2x -f manpage docs/stratis-dumpmetadata.txt
|
||||
%{_mandir}/man8/stratis-dumpmetadata.8*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 18 2024 Bryan Gurney <bgurney@redhat.com> - 3.7.3-1
|
||||
- Update to 3.7.3
|
||||
- Resolves: RHEL-60000
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.6.7-3
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user