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
I had a case where some undefined macro was used in %files section. rpmlint detected no error, but building the RPM failed as the resulting filename to add did not start with a slash.
Like in %{undefined}/bar when %define undefined /foo was expected. error: File must begin with "/": %{undefined}/bar
The text was updated successfully, but these errors were encountered:
I had a case where some undefined macro was used in
%files
section.rpmlint
detected no error, but building the RPM failed as the resulting filename to add did not start with a slash.Like in
%{undefined}/bar
when%define undefined /foo
was expected.error: File must begin with "/": %{undefined}/bar
The text was updated successfully, but these errors were encountered: