Re: [Rpm-maint] [rpm-software-management/rpm] ELF files left when remove same package in different arch (Issue #1800)

2021-10-20 Thread Einsler Lee
I have prepared a PR which simply adds a check to avoid skipping WRONGCOLOR file. Could you please take a look? Thanks. https://github.com/rpm-software-management/rpm/pull/1804 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

[Rpm-maint] [rpm-software-management/rpm] don not skip WRONGCOLOR state file (PR #1804)

2021-10-20 Thread Einsler Lee
Don't skip WRONGCOLOR state file when removing packages. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/1804 -- Commit Summary -- * https://github.com/rpm-software-management/rpm/pull/1804/commits/671b981ec775ca7c9462fc5d09

Re: [Rpm-maint] [rpm-software-management/rpm] ELF files left when remove same package in different arch (Issue #1800)

2021-10-20 Thread Einsler Lee
https://github.com/rpm-software-management/rpm/commit/2d52726bd55f008ea23262c2a3a31ae689cd2af4 -- 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-947305833_

Re: [Rpm-maint] [rpm-software-management/rpm] ELF files left when remove same package in different arch (Issue #1800)

2021-10-19 Thread Einsler Lee
> It's quite possible that this is a bug. Can you still please verify that > these files are not owned by another package by running `rpm -qf > /usr/bin/strip`? Thanks! Sure, they are not owned by any package. ```shell [root@fedora ~]# ll /usr/bin/addr2line -rwxr-xr-x. 1 root root 29128 Mar 12

[Rpm-maint] [rpm-software-management/rpm] ELF files left when remove same package in different arch (Issue #1800)

2021-10-18 Thread Einsler Lee
I'm using fedora 34, rpm-4.16.1.2-6.fc34.x86_64. After install -- 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___ Rpm-mai