Skip to content
Anton Novojilov edited this page Oct 26, 2019 · 6 revisions

Description

Checks all spec data for useless spaces.

Problematic code

%{make_install} PREFIX=%{buildroot}%{_prefix} ↵

Correct code

%{make_install} PREFIX=%{buildroot}%{_prefix}↵

Rationale

Sometimes you can forget to remove spaces on the end of the lines.

Clone this wiki locally