diff --git a/snapd.spec b/snapd.spec index a3e20f0..c813eca 100644 --- a/snapd.spec +++ b/snapd.spec @@ -102,7 +102,7 @@ Name: snapd Version: 2.61.1 -Release: 1%{?dist}.2 +Release: 1%{?dist}.3 Summary: A transactional software package manager License: GPLv3 URL: https://%{provider_prefix} @@ -135,8 +135,10 @@ Requires: ((squashfuse and fuse) or kmod(squashfs.ko)) # Require xdelta for delta updates of snap packages. %if 0%{?fedora} || ( 0%{?rhel} && 0%{?rhel} > 8 ) +%if ! 0%{?amzn2023} Requires: xdelta %endif +%endif # bash-completion owns /usr/share/bash-completion/completions Requires: bash-completion @@ -997,6 +999,9 @@ fi %changelog +* Tue Jan 30 2024 Maciek Borzecki - 2.61.1-1.%{dist}.3 +- Drop dependency on xdelta where on target where it is not available + * Mon Jan 29 2024 Maciek Borzecki - 2.61.1-1.%{dist}.2 - Refine packaging for Amazon Linux 2023