From 447578e1fa67f3114d144468b527297a47a034a9 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Thu, 25 Jan 2024 09:39:15 +0100 Subject: [PATCH] spec: Add 0%{?amzn} macro that wasn't usptreamed https://build.opensuse.org/package/rdiff/openSUSE:Tools/osc?linkrev=base&rev=431 --- contrib/osc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/osc.spec b/contrib/osc.spec index 6a688b24..a390574f 100644 --- a/contrib/osc.spec +++ b/contrib/osc.spec @@ -24,7 +24,7 @@ %endif # whether to use fdupes to deduplicate python bytecode -%if 0%{?suse_version} || 0%{?fedora} || 0%{?rhel} >= 8 +%if 0%{?suse_version} || 0%{?fedora} || 0%{?rhel} >= 8 || 0%{?amzn} %bcond_without fdupes %else %bcond_with fdupes