having things like

```rpmspec
%if 0%{?fedora} == 26
...
%else
%if 0%{?fedora} > 26
...
%else
%if 0%{?rhel}
...
%endif
%endif
%endif
```

does the job, but completely unreadable. I don't think it would be hard to 
implement `%else if` or `%elif`, but would be very useful.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/311
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to