[Kimchi-devel] [PATCH] add gettext to package require list

Aline Manera alinefm at linux.vnet.ibm.com
Thu Jan 23 19:43:32 UTC 2014


Reviewed-by: Aline Manera <alinefm at linux.vnet.ibm.com>

On 01/23/2014 12:45 AM, shaohef at linux.vnet.ibm.com wrote:
> From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
>
> gettext translates a natural language message into the user's language.
> kimchi needs it.
>
> Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> Signed-off-by: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
>
> ---
>   contrib/DEBIAN/control.in     | 1 +
>   contrib/kimchi.spec.fedora.in | 1 +
>   contrib/kimchi.spec.suse.in   | 1 +
>   3 files changed, 3 insertions(+)
>
> diff --git a/contrib/DEBIAN/control.in b/contrib/DEBIAN/control.in
> index 1ddc5ba..762b3a0 100644
> --- a/contrib/DEBIAN/control.in
> +++ b/contrib/DEBIAN/control.in
> @@ -8,6 +8,7 @@ Depends: python-cherrypy3 (>= 3.2.0),
>            python-imaging,
>            python-jsonschema (>= 1.3.0),
>            python-libvirt,
> +         gettext,
>            libvirt-bin,
>            nfs-common,
>            python-m2crypto,
> diff --git a/contrib/kimchi.spec.fedora.in b/contrib/kimchi.spec.fedora.in
> index 77c64e9..4505d9d 100644
> --- a/contrib/kimchi.spec.fedora.in
> +++ b/contrib/kimchi.spec.fedora.in
> @@ -11,6 +11,7 @@ Group:		System Environment/Base
>   License:	LGPL/ASL2
>   Source0:	%{name}-%{version}.tar.gz
>   Requires:	qemu-kvm
> +Requires:	gettext-devel
>   Requires:	libvirt
>   Requires:	libvirt-python
>   Requires:	python-cherrypy >= 3.2.0
> diff --git a/contrib/kimchi.spec.suse.in b/contrib/kimchi.spec.suse.in
> index 889b704..a178442 100644
> --- a/contrib/kimchi.spec.suse.in
> +++ b/contrib/kimchi.spec.suse.in
> @@ -7,6 +7,7 @@ Group:		System Environment/Base
>   License:	LGPL/ASL2
>   Source0:	%{name}-%{version}.tar.gz
>   Requires:	kvm
> +Requires:	gettext-tools
>   Requires:	libvirt
>   Requires:	libvirt-python
>   Requires:	python-CherryPy >= 3.2.0




More information about the Kimchi-devel mailing list