Do not wrap comments

Issue #7 resolved
Miroslav Suchý created an issue

If you have spec with:

rspec does not work here, let use something else

spec2scl will produce: %{?scl:scl enable %{scl} "}

rspec does not work here, let use something else

%{?scl:"}

Which will result in unparseable spec. rpmlint tells: E: specfile-error error: line 4: Unknown tag: scl enable ruby193 " This case can be probably better handled by spec-utils, but they are not. So let live with that and do not try to wrap up comments.

Comments (1)

  1. Log in to comment