Skip to content

Commit

Permalink
Merge pull request #27 from bboozzoo/bboozzoo/update-2.65.1
Browse files Browse the repository at this point in the history
snapd: update to 2.65.1
  • Loading branch information
bboozzoo authored Sep 13, 2024
2 parents e85e98c + a9105bc commit 3c5c275
Show file tree
Hide file tree
Showing 8 changed files with 420 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/snapd_2.63.no-vendor.tar.xz
/snapd_2.63.only-vendor.tar.xz
/snapd_2.65.1.no-vendor.tar.xz
/snapd_2.65.1.only-vendor.tar.xz
423 changes: 407 additions & 16 deletions snapd.spec

Large diffs are not rendered by default.

Binary file removed snapd_2.63.no-vendor.tar.xz
Binary file not shown.
Binary file removed snapd_2.63.only-vendor.tar.xz
Binary file not shown.
Binary file added snapd_2.65.1.no-vendor.tar.xz
Binary file not shown.
Binary file added snapd_2.65.1.only-vendor.tar.xz
Binary file not shown.
4 changes: 2 additions & 2 deletions sources
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA512 (snapd_2.63.no-vendor.tar.xz) = 5973b7922f2caf1d4b0bc0db4fe5564134b04d6ca3b52204e9963b584bd80a91789c46902840169f9a8b1b1184820c86902401f585915ca06a010d81a2d9a453
SHA512 (snapd_2.63.only-vendor.tar.xz) = 3ff9b8610c01997935b720e883644597f7d397a9a7b7e23eadbe95a67f62564e9d4d836c5667e39f95ed073115b106d58e5f4107f229c72014433414168baaa7
SHA512 (snapd_2.65.1.no-vendor.tar.xz) = 32dccd0f9beab5303a3c58dd4a466cf700eef1674d9ecd1dacd8eda13e0984215c2956c2ef08d83f6b5e41d89dcd7b08e55a8bedf22b2aa9b652b3570a451eec
SHA512 (snapd_2.65.1.only-vendor.tar.xz) = 6ca83fb3bbef21b75a43c73a1e9fde172165198869847b52d5b34c8c23c332bbe2eabd90101a44f4f7d889fe10c17b2a571a8a5a5b65dab46c26233b3757a454
9 changes: 9 additions & 0 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ kill-timeout: 20m
prepare: |
yum install -y yum-utils rpm-build
echo "prepare"
if [ "$SPREAD_REBOOT" = "0" ]; then
case "$SPREAD_SYSTEM" in
amazon-linux-2023-*)
# TODO make this automatic
dnf upgrade --releasever=2023.5.20240903 -y
REBOOT
;;
esac
fi
prepare-each: |
echo "prepare each"
Expand Down

0 comments on commit 3c5c275

Please sign in to comment.