Re: [PATCH 1/2] rpm: Simplify expression of supported platforms

2021-01-07 Thread Jiri Denemark
On Thu, Jan 07, 2021 at 09:58:08 -0500, Neal Gompa wrote: > Stanzas like "0%{?fedora} && 0%{?fedora} >= %{min_fedora}" contain > redundant definitions, as "0%{?fedora} >= %{min_fedora}" implies that > "%fedora" is defined and has a value. Thus, we can simplify this. > > Signed-off-by: Neal Gompa

[PATCH 1/2] rpm: Simplify expression of supported platforms

2021-01-07 Thread Neal Gompa
Stanzas like "0%{?fedora} && 0%{?fedora} >= %{min_fedora}" contain redundant definitions, as "0%{?fedora} >= %{min_fedora}" implies that "%fedora" is defined and has a value. Thus, we can simplify this. Signed-off-by: Neal Gompa --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1