Re: [Rpm-maint] [rpm-software-management/rpm] Ensure %clean always succeeds (Issue #2519)

2024-04-04 Thread Panu Matilainen
Closed #2519 as completed via #3006. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2519#event-12352647496 You are receiving this because you are subscribed to this thread. Message ID: ___

Re: [Rpm-maint] [rpm-software-management/rpm] Ensure %clean always succeeds (Issue #2519)

2024-03-21 Thread Panu Matilainen
Actually the whole %clean thing seems redundant since 9d35c8df497534e1fbd806a4dc78802bcf35d7cb because everything is under that one directory and we need to be able to nuke it, no matter what. Fixing this would be a one-liner to build.c: ``` if (what == RPMBUILD_RMBUILD) { +