You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating a RPM with a newer version, the config files (e.g. /etc/$app/) get removed. Looking at the generated spec file, there are several rm -rf commands in the %postun scriptlet. I would expect them to reside within the preceeding if [ $1 -ge 1 ] block, where it is checked, whether an upgrade or an uninstall is performed.
The text was updated successfully, but these errors were encountered:
When updating a RPM with a newer version, the config files (e.g.
/etc/$app/
) get removed. Looking at the generated spec file, there are severalrm -rf
commands in the%postun
scriptlet. I would expect them to reside within the preceedingif [ $1 -ge 1 ]
block, where it is checked, whether an upgrade or an uninstall is performed.The text was updated successfully, but these errors were encountered: