[Rpm-maint] [rpm-software-management/rpm] conditionalbuilds misses _without options (Issue #1929)
Sérgio Basto
notifications at github.com
Mon Feb 21 22:29:33 UTC 2022
to avoid many error we should also have _without as explained in https://github.com/rpm-software-management/rpm/pull/1520#issuecomment-1046342030, I recently realized that there is a subtle difference between "with" with a space and "with" with an underscore
```
%bcond_without static
%if %{without static} works but %{?without_static: ... } doesn't work , isn't it ?
```
therefore we should make %{?without_static: ... } work.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1929
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/1929 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220221/07020446/attachment.html>
More information about the Rpm-maint
mailing list