Description of problem: /usr/bin/pungi has been removed from the pungi package. This is clearly called out in the package changelog for pungi version 4.1.21-2 ("- Remove /usr/bin/pungi"). The question is, why? I have build scripts that run pungi and now the pungi script is just pulled from the package without notice? Version-Release number of selected component (if applicable): 4.1.21-4 How reproducible: Always Steps to Reproduce: 1. Install pungi 4.1.19-1 2. $ which pungi /usr/bin/pungi 3. $ dnf update pungi # upgrade to 4.1.21-4 4. $ which pungi /usr/bin/which: no pungi in ($PATH) Actual results: /usr/bin/pungi not found after upgrade. Expected results: /usr/bin/pungi exists and is executable Additional info: This issue also exists in Fedora 27.
Fixed in this update: https://bodhi.fedoraproject.org/updates/FEDORA-2018-f0ad9c0f9c *** This bug has been marked as a duplicate of bug 1541772 ***