Sync upstream spec

This commit is contained in:
Jonathan Lebon 2020-05-26 11:02:24 -04:00
parent b2bfd5024c
commit d4297e61fa

View File

@ -16,18 +16,17 @@ Patch0: 0001-upgrader-Reset-ref-before-fetching-commit-by-overrid.patch
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if 0%{?fedora} %if 0%{?rhel} && !0%{?eln}
BuildRequires: rust-toolset
%else
BuildRequires: cargo BuildRequires: cargo
BuildRequires: rust BuildRequires: rust
%else
# assume el8
BuildRequires: rust-toolset
%endif %endif
# RHEL8 doesn't ship zchunk today. See also the comments # RHEL8 doesn't ship zchunk today. See also the comments
# in configure.ac around this as libdnf/librepo need to be in # in configure.ac around this as libdnf/librepo need to be in
# sync, and today we bundle libdnf but not librepo. # sync, and today we bundle libdnf but not librepo.
%if 0%{?rhel} %if 0%{?rhel} && 0%{?rhel} <= 8
%bcond_with zchunk %bcond_with zchunk
%else %else
%bcond_without zchunk %bcond_without zchunk