1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +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
# 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