[Rpm-maint] [rpm-software-management/rpm] ELF files left when remove same package in different arch (Issue #1800)
Panu Matilainen
notifications at github.com
Tue Oct 19 07:15:39 UTC 2021
There's a bug alright (a regression I would think), I can easily reproduce (but note binutils-gold, there's a dependency):
> [pmatilai🎩︎localhost]$ podman run -i -t fedora:34
[root at 31dcd520ed8c /]# dnf -y install binutils.i686 binutils.x86_64
[...]
Complete!
[root at 31dcd520ed8c /]# rpm -e binutils.i686 binutils.x86_64 binutils-gold
[root at 31dcd520ed8c /]# ls -l /usr/bin/strip
-rwxr-xr-x. 1 root root 188392 Sep 16 16:52 /usr/bin/strip
[root at 31dcd520ed8c /]# rpm -qf /usr/bin/strip
file /usr/bin/strip is not owned by any package
Oops. I would've thought there's a test for this but seems not...
The file states are as they should, after reinstalling:
> [root at 31dcd520ed8c /]# rpm -ql --state binutils|grep /usr/bin/strip
normal /usr/bin/strip
wrong color /usr/bin/strip
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1800#issuecomment-946430660
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211019/8c35e056/attachment.html>
More information about the Rpm-maint
mailing list