From: Erik Skultety Date: Tue, 26 Jan 2021 16:15:32 +0000 (+0100) Subject: spec: Drop gettext-devel from the SPEC file X-Git-Tag: v7.1.0-rc1~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85be8e3d7481fddb3902bb2259592322d9e517d9;p=thirdparty%2Flibvirt.git spec: Drop gettext-devel from the SPEC file 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 Reviewed-by: Daniel P. Berrangé --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 0478139305..07c7e80c4e 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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