[Rpm-maint] [rpm-software-management/rpm] Fix ignoring exit code of child scripts in case of EINTR (PR #2398)

2023-02-24 Thread Коренберг Марк
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/2398 -- Commit Summary -- * Fix ignoring exit code of child scripts in case of EINTR -- File Changes -- M build/rpmfc.c (14) M sign/rpmgensig.c (12) -- Patch Links

Re: [Rpm-maint] [rpm-software-management/rpm] Fix ignoring exit code of child scripts in case of EINTR (PR #2398)

2023-02-24 Thread Коренберг Марк
I can make backport (the code has changed recently, so fix is slightly different) -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2398#issuecomment-1443101095 You are receiving this because you are subscribed to this thread. Message ID:

Re: [Rpm-maint] [rpm-software-management/rpm] Fix ignoring exit code of child scripts in case of EINTR (PR #2398)

2023-02-24 Thread Коренберг Марк
@socketpair commented on this pull request. > @@ -273,8 +273,16 @@ static int runGPG(sigTarget sigt, const char *sigfile) if (pipefd[1]) close(pipefd[1]); -(void) waitpid(pid, &status, 0); It's better to switch to new `rpmfc`. It's too difficult for me, I just can only recom

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild is duplicating OS name in rpm package names when dist tag is in spec file (Discussion #2397)

2023-02-24 Thread RachChoTra
Oh thank you for your answer. I looked into this issue further, I don't think rpmbuild is what's causing this. These packages which I'm trying to build as rpms, are python packages. They are using a build wheel, and I'm pretty sure now, that they're is something wrong with the plat-name or plat-