1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-19 11:56:13 +01:00

spec: Add 0%{?amzn} macro that wasn't usptreamed

https://build.opensuse.org/package/rdiff/openSUSE:Tools/osc?linkrev=base&rev=431
This commit is contained in:
Daniel Mach 2024-01-25 09:39:15 +01:00
parent 4ca4845f6c
commit 447578e1fa

View File

@ -24,7 +24,7 @@
%endif %endif
# whether to use fdupes to deduplicate python bytecode # 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 %bcond_without fdupes
%else %else
%bcond_with fdupes %bcond_with fdupes