$ grep lsattr /usr/share/gnu-config/config.guess if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then $ rpm -qf /usr/share/gnu-config/config.guess gnu-config-1.0.733.4d3-alt1.noarch $ rpm -qf /usr/bin/lsattr e2fsprogs-1.42.13-alt2.x86_64 (it was there in e2fsprogs-1.41.9-alt2 back then, too)
(In reply to comment #0) > $ grep lsattr /usr/share/gnu-config/config.guess > if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then > $ rpm -qf /usr/share/gnu-config/config.guess > gnu-config-1.0.733.4d3-alt1.noarch $ lsattr -El lsattr: invalid option -- 'E' $ rpmquery -R gnu-config-1.0.733.4d3-alt1.noarch /bin/sh rpmlib(PayloadIsLzma) Does it affect anything at all?
Some packages can gain unsatisfiable file dependencies, e.g. I see this happening to libxerces-c28-devel 2.8.0-alt3.qa5 (with autoreconf added) and LibreOffice-sdk 5.4.0.3-alt2 on e2k.
(In reply to comment #2) > Some packages can gain unsatisfiable file dependencies, e.g. I see this > happening to libxerces-c28-devel 2.8.0-alt3.qa5 (with autoreconf added) and > LibreOffice-sdk 5.4.0.3-alt2 on e2k. Why do they repackage config.guess?
Dunno but it's what they do indeed; likely a bug.
This weird lsattr invocation is intended for some non-linux operating systems.