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
As you can see, there are some "unknown" dot files left. Shouldn't we use whitelist instead? E.g.:
%exclude %{gem_instdir}/.*
would exclude all dot file. If there is some know whitelisted dot file which should be preserved, we could do later:
%{gem_instdir}/.whitelisted
Unfortunately I am not sure if this is supported by RPM. Anyway, if all dot files are removed from the package at the end, they should be replaced by wildcard exclude to save some lines.
The text was updated successfully, but these errors were encountered:
Currently, the generated files sections for backports gem contains following dot files:
As you can see, there are some "unknown" dot files left. Shouldn't we use whitelist instead? E.g.:
would exclude all dot file. If there is some know whitelisted dot file which should be preserved, we could do later:
Unfortunately I am not sure if this is supported by RPM. Anyway, if all dot files are removed from the package at the end, they should be replaced by wildcard exclude to save some lines.
The text was updated successfully, but these errors were encountered: