[Kimchi-devel] [PATCH V2] RHEL7: Guide user to install spice-html5
Royce Lv
lvroyce at linux.vnet.ibm.com
Wed Mar 11 08:31:45 UTC 2015
Reviewed-by: Royce Lv<lvroyce at linux.vnet.ibm.com>
On 03/10/2015 12:55 PM, 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 at linux.vnet.ibm.com>
> ---
> contrib/kimchi.spec.fedora.in | 2 +-
> docs/README.md | 10 ++++------
> 2 files changed, 5 insertions(+), 7 deletions(-)
>
> diff --git a/contrib/kimchi.spec.fedora.in b/contrib/kimchi.spec.fedora.in
> index d80081a..16a44a0 100644
> --- a/contrib/kimchi.spec.fedora.in
> +++ b/contrib/kimchi.spec.fedora.in
> @@ -34,7 +34,7 @@ Requires: libguestfs-tools
> BuildRequires: libxslt
> BuildRequires: python-lxml
>
> -%if 0%{?rhel} == 6 || 0%{?fedora} >= 19
> +%if 0%{?rhel} >= 6 || 0%{?fedora} >= 19
> Requires: spice-html5
> %endif
>
> 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:
More information about the Kimchi-devel
mailing list