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
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Files added that have text enclosed in square brackets fail to be found. The square brackets need to escaped or replaced with * to enable the glob to match the file
Even with <directoryIncluded>true</directoryIncluded> the spec file will still add the %attr tags which will still cause the failure
example: source file in /opt/test/testing[123].txt
Error message
error: File not found by glob: /opt/test/testing[123].txt
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Files added that have text enclosed in square brackets fail to be found. The square brackets need to escaped or replaced with * to enable the glob to match the file
Even with
<directoryIncluded>true</directoryIncluded>
the spec file will still add the %attr tags which will still cause the failureexample: source file in /opt/test/testing[123].txt
Error message
error: File not found by glob: /opt/test/testing[123].txt
The text was updated successfully, but these errors were encountered: