<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Why gpgcheck should be deactivated?<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">AFAIK, there is a GPG key available for APT... Shouldn't it be the same used for yum?<br>

</div><div class="gmail_extra"><div><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div>
<br><br><div class="gmail_quote">On Fri, Jul 11, 2014 at 3:45 PM, Sergey Budnevitch <span dir="ltr"><<a href="mailto:sb@nginx.com" target="_blank">sb@nginx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class=""><br>
On 11 Jul 2014, at 12:52, <a href="mailto:free4me@gmx.ch">free4me@gmx.ch</a> wrote:<br>
<br>
> Hi List<br>
><br>
> I want to use Nginx under the newly released Centos 7. I've tried to compile it on Centos 7 but it failed. But i didnt look into it further so far because i would like to use anyway the version provided by the Nginx.org yum Repo. Since there is no repo available for Centos7/Rhel7; what's the estimation about the availability of a Centos7 repo? Weeks or more like months?<br>


><br>
<br>
</div>We built package for mainline release 1.7.3. To install it please create file named /etc/yum.repos.d/nginx.repo with the following contents:<br>
<br>
[nginx]<br>
name=nginx repo<br>
baseurl=<a href="http://nginx.org/packages/mainline/centos/7/$basearch/" target="_blank">http://nginx.org/packages/mainline/centos/7/$basearch/</a><br>
gpgcheck=0<br>
enabled=1<br>
<br>
and run<br>
<br>
yum install nginx<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div></div>