The package rpms/partclone.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/partclone.git/commit/?id=b0c17603416....
Change: -%ifarch ppc64
Thanks.
Full change: ============
commit b0c17603416f6d5b3d24751f55d5c4b38d05cdee Author: Robert Scheck robert@fedoraproject.org Date: Wed Dec 30 21:38:15 2020 +0100
Remove support for Red Hat Enterprise Linux 6
diff --git a/partclone.spec b/partclone.spec index 45155b6..7533a97 100644 --- a/partclone.spec +++ b/partclone.spec @@ -15,7 +15,7 @@ Release: 5%{?dist} # LGPLv2+: src/gettext.h # Unused source code (= not built): src/{exfat,jfs,reiser,ufs,vmfs}* License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2 and LGPLv2+ -URL: http://partclone.org/ +URL: https://partclone.org/ Source0: https://github.com/Thomas-Tsai/partclone/archive/%%7Bversion%7D/%%7Bname%7D-... Patch0: partclone-0.3.12-c99-for-loop.patch Patch1: partclone-0.3.12-gcc10.patch @@ -34,12 +34,8 @@ BuildRequires: nilfs-utils-devel BuildRequires: e2fsprogs BuildRequires: ntfsprogs BuildRequires: dosfstools -%if 0%{?fedora} || 0%{?rhel} >= 7 -# RHEL 6 provides xfsprogs RPM only as part of Resilient Storage Add-On BuildRequires: xfsprogs -%endif %if 0%{?fedora} || 0%{?rhel} == 7 -# RHEL 6 provides btrfs-progs RPM only on x86_64 architecture as it seems # RHEL 8 (including EPEL 8) doesn't provide any btrfs-progs RPM at all BuildRequires: btrfs-progs %endif @@ -64,14 +60,6 @@ libraries, e.g. e2fslibs is used to read and write the ext2 partition. autoreconf -i -f
%build -# /usr/include/asm/types.h:31 and xfs/platform_defs.h:50 try both to define -# umode_t, reported: https://github.com/Thomas-Tsai/partclone/issues/96 -%if 0%{?rhel} == 6 -%ifarch ppc64 -export CFLAGS="$RPM_OPT_FLAGS -DHAVE_UMODE_T" -%endif -%endif - %configure \ --enable-extfs \ --enable-xfs \
arch-excludes@lists.fedoraproject.org