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))
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