EPEL package should only be installed on RHEL and CentOS

Change-Id: I8bf2ead8cca243cfec1fd46a18c6d59614b76580
This commit is contained in:
Shaun McCance 2013-10-15 12:56:26 -04:00
parent 27e0735961
commit 7988af96ef

View File

@ -175,7 +175,7 @@ iface eth1 inet static
host name with YaST. </para>
<para os="rhel;fedora;centos">To have the host name change persist
when the system reboots, you need to specify it in the proper
configuration file. In Red Hat Enterprise Linux, Centos, and
configuration file. In Red Hat Enterprise Linux, CentOS, and
older versions of Fedora, you set this in the file
<filename>/etc/sysconfig/network</filename>. Change the line
starting with <literal>HOSTNAME=</literal>.</para>
@ -349,9 +349,11 @@ hwclock -w</programlisting>
package.</para>
<screen os="fedora;centos;rhel"><prompt>#</prompt> <userinput>yum install http://repos.fedorapeople.org/repos/openstack/openstack-havana/rdo-release-havana-6.noarch.rpm</userinput></screen>
<para os="fedora;centos;rhel">The EPEL package includes gpg keys
for package signing and repository information. Install the
latest 'epel-release' package (see <link
<para os="fedora;centos;rhel">The EPEL package includes GPG keys
for package signing and repository information. This should only
be installed on Red Hat Enterprise Linux and CentOS, not Fedora.
Install the latest <systemitem>epel-release</systemitem> package
(see <link
xlink:href="http://download.fedoraproject.org/pub/epel/6/i386/repoview/epel-release.html"
>http://download.fedoraproject.org/pub/epel/6/x86_64/repoview/epel-release.html</link>).
For example:</para>