<div dir="ltr"><div>Hi,<br>I have been using oVirt in Scientific Linux for one year and everything works well.<br><br></div><div>Regards.<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-21 19:10 GMT+01:00 Jimmy Dorff <span dir="ltr">&lt;<a href="mailto:jdorff@phy.duke.edu" target="_blank">jdorff@phy.duke.edu</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Sandro,<br>
<br>
Dave Neary&#39;s comment is good. Here is a new patch:<div class=""><br>
<br>
*** a/ovirt-release.spec        2014-02-21 10:10:00.000000000 -0500<br></div>
--- b/ovirt-release.spec        2014-02-21 13:01:35.856636466 -0500<br>
***************<br>
*** 69,75 ****<br>
  #Fedora is good for both Fedora and Generic (and probably other based on Fedora)<div class=""><br>
  #Handling EL exception only (for now)<br></div>
! if grep -qFi &#39;CentOS&#39; /etc/system-release; then<br>
!     DIST=EL<br>
! elif grep -qFi &#39;Red Hat&#39; /etc/system-release; then<br>
      DIST=EL<br>
  fi<br>
--- 69,73 ----<br>
  #Fedora is good for both Fedora and Generic (and probably other based on Fedora)<div class=""><br>
  #Handling EL exception only (for now)<br></div>
! if rpm --eval &quot;%dist&quot; | grep -qFi &#39;el&#39;; then<br>
      DIST=EL<br>
  fi<br>
<br>
Might be faster for you to submit cause I&#39;m not familiar with gerrit, but I can login with my Fedora FAS account.<br>
<br>
Cheers,<br>
Jimmy<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
On 2/21/14, 8:17 AM, Sandro Bonazzola wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Il 21/02/2014 16:25, Jimmy Dorff ha scritto:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 2/21/14, 2:31 AM, Sandro Bonazzola wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Il 21/02/2014 07:34, Meital Bourvine ha scritto:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Jimmy,<br>
<br>
As far as I know, scientific linux isn&#39;t supported by ovirt.<br>
</blockquote>
<br>
IIUC it&#39;s based on CentOS / RHEL so it may work.<br>
Let us know if you&#39;ve issues :-)<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
But you can always try submitting a patch ;)<br>
<br>
</blockquote></blockquote>
<br>
SL works fine with ovirt. If you want to &quot;support it&quot;, here is a patch.<br>
</blockquote>
<br>
<a href="http://gerrit.ovirt.org/24869" target="_blank">http://gerrit.ovirt.org/24869</a><br>
If you&#39;ve an account on gerrit you can review / verify it.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
*** a/ovirt-release.spec    2014-02-21 10:10:00.000000000 -0500<br>
--- b/ovirt-release.spec    2014-02-21 10:10:55.000000000 -0500<br>
***************<br>
*** 73,76 ****<br>
--- 73,78 ----<br>
   elif grep -qFi &#39;Red Hat&#39; /etc/system-release; then<br>
       DIST=EL<br>
+ elif grep -qFi &#39;Scientific Linux&#39; /etc/system-release; then<br>
+     DIST=EL<br>
   fi<br>
<br>
<br>
If you don&#39;t support Scientific Linux, then I would recommend not defaulting the DIST to Fedora and instead searching for the specific supported<br>
releases and error out otherwise.<br>
<br>
Future-wise, Scientific Linux *may* become a &quot;CentOS variant&quot; in Red Hat&#39;s CentOS.<br>
<br>
Cheers,<br>
Jimmy<br>
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
</div></div><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>