[PATCH] RHEL7: Guide user to install spice-html5

spice-html5 is now available on RHEL7 EPEL repository, so we need to guide user to install and use it. For reference: - (RHEL6) http://mirror.globo.com/epel/6/x86_64/repoview/spice-html5.html - (RHEL7) http://mirror.globo.com/epel/7/x86_64/repoview/spice-html5.html Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- docs/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index db65c0d..4b14814 100644 --- a/docs/README.md +++ b/docs/README.md @@ -55,13 +55,11 @@ Install Dependencies python-ipaddr python-ldap python-lxml nfs-utils \ iscsi-initiator-utils libxslt pyparted nginx \ python-libguestfs libguestfs-tools python-websockify \ - novnc + novnc spice-html5 - # If using RHEL6 or Fedora, install the following additional package: - $ sudo yum install spice-html5 - - # If using RHEL6, install the following additional packages: + # If using RHEL, install the following additional packages: $ sudo yum install python-unittest2 python-ordereddict + # Restart libvirt to allow configuration changes to take effect $ sudo service libvirtd restart @@ -127,7 +125,7 @@ information on how configure your system to access this repository. Build and Install ----------------- - For RHEL7 and openSUSE 13.1: + For openSUSE 13.1: $ ./autogen.sh --with-spice-html5 Otherwise: -- 2.1.0

Please, ignore it. I forgot to update the spec file. I will do that and send V2. On 10/03/2015 14:41, Aline Manera wrote:
spice-html5 is now available on RHEL7 EPEL repository, so we need to guide user to install and use it.
For reference: - (RHEL6) http://mirror.globo.com/epel/6/x86_64/repoview/spice-html5.html - (RHEL7) http://mirror.globo.com/epel/7/x86_64/repoview/spice-html5.html
Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- docs/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/docs/README.md b/docs/README.md index db65c0d..4b14814 100644 --- a/docs/README.md +++ b/docs/README.md @@ -55,13 +55,11 @@ Install Dependencies python-ipaddr python-ldap python-lxml nfs-utils \ iscsi-initiator-utils libxslt pyparted nginx \ python-libguestfs libguestfs-tools python-websockify \ - novnc + novnc spice-html5
- # If using RHEL6 or Fedora, install the following additional package: - $ sudo yum install spice-html5 - - # If using RHEL6, install the following additional packages: + # If using RHEL, install the following additional packages: $ sudo yum install python-unittest2 python-ordereddict + # Restart libvirt to allow configuration changes to take effect $ sudo service libvirtd restart
@@ -127,7 +125,7 @@ information on how configure your system to access this repository.
Build and Install ----------------- - For RHEL7 and openSUSE 13.1: + For openSUSE 13.1: $ ./autogen.sh --with-spice-html5
Otherwise:
participants (1)
-
Aline Manera