https://bugzilla.novell.com/show_bug.cgi?id=841325 https://bugzilla.novell.com/show_bug.cgi?id=841325#c5 James Fehlig <jfehlig@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from James Fehlig <jfehlig@suse.com> 2013-10-15 05:16:48 UTC --- (In reply to comment #4)
As you should probably pick one of these instead: i | gettext-runtime | Tools for Native Language Support (NLS) | package i | gettext-tools | Tools for Native Language Support (NLS) | package
I've made the following changes to libvirt.spec --- libvirt.spec (revision 57281de36bd8fb7d0c5975f0285c9fb2) +++ libvirt.spec (working copy) @@ -273,7 +273,7 @@ # listed against each sub-RPM BuildRequires: autoconf BuildRequires: automake -BuildRequires: gettext-devel +BuildRequires: gettext-tools BuildRequires: libtool %if %{with_systemd} BuildRequires: systemd @@ -282,7 +282,6 @@ BuildRequires: xen-devel %endif BuildRequires: fdupes -BuildRequires: gettext BuildRequires: libattr-devel BuildRequires: libgcrypt-devel BuildRequires: libgnutls-devel @@ -849,7 +848,7 @@ # (client invokes 'nc' against the UNIX socket on the server) Requires: netcat-openbsd # Needed by libvirt-guests init script. -Requires: gettext +Requires: gettext-runtime # Needed by virt-pki-validate script. Requires: gnutls # Needed for probing the power management features of the host. Submitted to Factory and requested the SR (#203343) be copied to 13.1. AFAIK, nothing left to do here. Please reopen if there are further issues. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.