]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Drop gettext-devel from the SPEC file
authorErik Skultety <eskultet@redhat.com>
Tue, 26 Jan 2021 16:15:32 +0000 (17:15 +0100)
committerErik Skultety <eskultet@redhat.com>
Wed, 27 Jan 2021 12:19:35 +0000 (13:19 +0100)
With meson, we don't need the gettext headers anymore, meson takes care
of that and we only need to have xgettext installed.
Without this patch RPM build in Fedora containers fails.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in

index 0478139305a589b2c534c3240e4ae9eaf9ac5aa3..07c7e80c4e259b08afbdb33267d3ea8027594473 100644 (file)
@@ -253,7 +253,6 @@ Requires: libvirt-libs = %{version}-%{release}
 
 # All build-time requirements. Run-time requirements are
 # listed against each sub-RPM
-BuildRequires: gettext-devel
 %if 0%{?rhel} == 7
 BuildRequires: python36-docutils
 %else