On Thu, Jul 16, 2020 at 11:59:39 +0200, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx> > --- > 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?