[Rpm-maint] [rpm-software-management/rpm] Add %bcond macro for defining build conditionals (#1520)

Panu Matilainen notifications at github.com
Mon Jan 31 14:08:16 UTC 2022


Oh and %bcond_with/without shouldn't need that expand now either, ie this should be enough:

```
%bcond_with()           %bcond %{1} 0
%bcond_without()        %bcond %{1} 1
```

Like noted earlier, an unnecessary %{expand}'s are actually harmful.

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

Message ID: <rpm-software-management/rpm/pull/1520/c1025774715 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220131/3a83f884/attachment.html>


More information about the Rpm-maint mailing list