<p></p>
<p>Hi Daniel<br>
Think this change</p>
<pre><code>%if 0%{?rhel} || 0%{?centos_ver}
%if 0%{?rhel} > 6 || 0%{?centos_ver} > 6
BuildRequires:  pkgconfig
%endif
%else
BuildRequires:  pkgconfig
%endif
</code></pre>
<p>Is equal to</p>
<pre><code>%if 0%{?rhel}
%if 0%{?rhel} > 6
BuildRequires:  pkgconfig
%endif
%else
BuildRequires:  pkgconfig
%endif
</code></pre>
<p>And equal to</p>
<pre><code>%if 0%{?rhel} > 6
BuildRequires:  pkgconfig
%else
BuildRequires:  pkgconfig
%endif
</code></pre>
<p>As <code>pkgconfig</code> is present in all RPM supported dists think we can use</p>
<pre><code>BuildRequires:  pkgconfig
</code></pre>
<p>What you think?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/pull/2368#issuecomment-648392981">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZN7SFTNO6MESQU47JTRYEEHHANCNFSM4OFT5ACA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZM34XUBOYDJKAPHK2TRYEEHHA5CNFSM4OFT5ACKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOE2S3CFI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/pull/2368#issuecomment-648392981",
"url": "https://github.com/kamailio/kamailio/pull/2368#issuecomment-648392981",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>