
On Tue, Jul 28, 2020 at 03:51:43PM +0200, Peter Krempa wrote:
On Thu, Jul 16, 2020 at 11:59:39 +0200, Pavel Hrdina wrote:
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- libvirt.spec.in | 203 +++++++++++++++++++++--------------------------- meson.build | 1 - 2 files changed, 89 insertions(+), 115 deletions(-)
diff --git a/libvirt.spec.in b/libvirt.spec.in index 522e36b6a51..94c8715faa1 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in
[...]
@@ -257,12 +252,7 @@ Requires: libvirt-libs = %{version}-%{release}
# All build-time requirements. Run-time requirements are # listed against each sub-RPM -%if 0%{?enable_autotools} -BuildRequires: autoconf -BuildRequires: automake BuildRequires: gettext-devel -BuildRequires: libtool -%endif
Shouldn't actually 'meson' and 'ninja' be added to BuildRequires?
Right, I wanted to wait on how we solve the downstream issue with missing correct meson version. But I guess it will be up to downstream to modify the spec file so I'll add it. Pavel