[Rpm-maint] [rpm-software-management/rpm] Packaging a fifo with rpm 4.18rc1 seems to hang (Issue #2195)

2022-09-18 Thread Richard Purdie
With rpm 4.18rc1 we've noticed that dnf seems to hang when installing a package containing a fifo. The hang is from the new openat() call within fsmOpenat() which dnf is calling from librpm. Changing the condition in rpmPackageFilesInstall() from: if (!rc && fd == -1 && !S_ISLNK(fp->sb.st_mode))

[Rpm-maint] [rpm-software-management/rpm] RFE: %{_icondir} macro (Issue #2196)

2022-09-18 Thread Ice Lake
Is this possible to add %{_icondir} macro? https://docs.fedoraproject.org/en-US/packaging-guidelines/RPMMacros/ macro: %{_icondir} definition: %{_datadir}/icons default: /usr/share/icons -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2