Update to 3.6.0

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2023-10-24 17:07:43 -04:00
parent e920e3e793
commit 743c4e08d3
3 changed files with 13 additions and 7 deletions

3
.gitignore vendored
View File

@ -99,3 +99,6 @@
/stratisd-3.5.9.tar.gz /stratisd-3.5.9.tar.gz
/stratisd-3.5.9-vendor.tar.gz /stratisd-3.5.9-vendor.tar.gz
/stratisd-3.5.9.crate /stratisd-3.5.9.crate
/stratisd-3.6.0.tar.gz
/stratisd-3.6.0-vendor.tar.gz
/stratisd-3.6.0.crate

View File

@ -1,3 +1,3 @@
SHA512 (stratisd-3.5.9.tar.gz) = a9ce8330e17f5af01200a0fc0814f0d306c0d224588f52632066f0fb7d97bd438dfff25519428a74348d68d827091e6e9623ddb4d2d5f4f0ac51d0bd1b5eb5d2 SHA512 (stratisd-3.6.0.tar.gz) = 518301c1354874ca049642fbd8ac3f398ac64d8668765b1bd01270b293f33729c1e7a19bc1bb39a51cccf5fc41152a407a368f5a775a9e3a6dd453340959b4e7
SHA512 (stratisd-3.5.9-vendor.tar.gz) = 4341f3fc18071f271da114c2bf46f827d29372591cc0119d86196ebc1e910b0ea42d971bddc6a7718ed1e39cf076af339f2ae0e5fa40ddafd519605be4949827 SHA512 (stratisd-3.6.0-vendor.tar.gz) = 9a768b1d06d5280748363e217fd4a897f461a6aad66711bd901a71c7052a1a66430489b86eca192edd69b791497c5f4bc1e92bd8cb57d2a64e3fe71529534183
SHA512 (stratisd-3.5.9.crate) = f811107747b5e12f720a2e0224145f9d145696eb76c340199ed97de3ae39f2d796a12fb5a22f5405234af16143e1348b2f88f1405b6444c4603335d384685350 SHA512 (stratisd-3.6.0.crate) = 5f84ee86c6f931763c9c49e1eaa495f7b73c5f97b2c7cad860a5d77b4958421a7c7c953990d209d9b75447ae3218383ef205a52737b365dc5699a781650868eb

View File

@ -4,8 +4,8 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut) %global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd Name: stratisd
Version: 3.5.9 Version: 3.6.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems 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) 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)
@ -65,7 +65,7 @@ ExcludeArch: i686
Requires: stratisd Requires: stratisd
Requires: dracut >= 051 Requires: dracut >= 051
Requires: plymouth Requires: systemd
%description dracut %description dracut
%{summary}. %{summary}.
@ -95,7 +95,7 @@ Requires: stratisd
# previously extracted directory and its contents at the same time. Move the # previously extracted directory and its contents at the same time. Move the
# newly created tar file to the SOURCE0 location. # newly created tar file to the SOURCE0 location.
tar --transform="s/^stratisd\-stratisd-v/stratisd-/" --extract --file %{SOURCE0} tar --transform="s/^stratisd\-stratisd-v/stratisd-/" --extract --file %{SOURCE0}
tar --extract --overwrite --file %{SOURCE2} tar --directory=./stratisd-%{version} --strip-components=1 --extract --overwrite --file %{SOURCE2}
tar --create --gzip --file %{SOURCE0}.newfile ./stratisd-%{version} --remove-files tar --create --gzip --file %{SOURCE0}.newfile ./stratisd-%{version} --remove-files
mv %{SOURCE0}.newfile %{SOURCE0} mv %{SOURCE0}.newfile %{SOURCE0}
@ -193,6 +193,9 @@ a2x -f manpage docs/stratis-dumpmetadata.txt
%{_mandir}/man8/stratis-dumpmetadata.8* %{_mandir}/man8/stratis-dumpmetadata.8*
%changelog %changelog
* Tue Oct 24 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.0-1
- Update to 3.6.0
* Wed Aug 30 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.9-2 * Wed Aug 30 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.9-2
- Use testing tag v3.5.3 - Use testing tag v3.5.3
- Remove vendor-serde_derive.patch file - Remove vendor-serde_derive.patch file