- Update the stale gettext BuildRequires and Requires dependencies

in the spec file
  bnc#841325

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=306
This commit is contained in:
James Fehlig 2013-10-14 22:51:07 +00:00 committed by Git OBS Bridge
parent ec267e5c8f
commit 2b3f0e1499
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 14 16:40:25 MDT 2013 - jfehlig@suse.com
- Update the stale gettext BuildRequires and Requires dependencies
in the spec file
bnc#841325
-------------------------------------------------------------------
Mon Oct 14 16:01:46 MDT 2013 - jfehlig@suse.com

View File

@ -273,7 +273,7 @@ Requires: libvirt-client = %{version}-%{release}
# 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: systemd
BuildRequires: xen-devel
%endif
BuildRequires: fdupes
BuildRequires: gettext
BuildRequires: libattr-devel
BuildRequires: libgcrypt-devel
BuildRequires: libgnutls-devel
@ -849,7 +848,7 @@ Requires: readline
# (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.