pmatilai left a comment (rpm-software-management/rpm#2976)

A really easy way (literally 6-line code-change) to achieve would be adding a 
`%{block:...}` macro that just appends its argument to the buffer untouched... 
It's not exactly an elegant solution, but somehow I doubt people dealing with 
this space would complain too much:

```
%m1\
aa\
   bb\
\
cc\
  d\
%{nil}

%m2 %{block:
aa
   bb

cc
  d
}
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2976#issuecomment-2750474332
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2976/2750474...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to