[libvirt PATCH] rpm: Drop rpcgen Build-Requires once again

We no longer use it, so commit a62486b95fee correctly dropped the Build-Requires; shortly afterwards, however, I accidentally re-introduced it by mistake. Fixes: 3df8cc658ed0ac2f84089ad0db61ba20eb8b8aa7 Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- libvirt.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 361a34675b..f3fdedfde4 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -313,7 +313,6 @@ BuildRequires: libxml2 BuildRequires: libxslt BuildRequires: gettext BuildRequires: systemd-rpm-macros -BuildRequires: rpcgen # Fedora build root suckage BuildRequires: gawk %if %{with_native} -- 2.43.0

On Tue, Nov 28, 2023 at 07:03:13PM +0100, Andrea Bolognani wrote:
We no longer use it, so commit a62486b95fee correctly dropped the Build-Requires; shortly afterwards, however, I accidentally re-introduced it by mistake.
Fixes: 3df8cc658ed0ac2f84089ad0db61ba20eb8b8aa7 Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- libvirt.spec.in | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
participants (2)
-
Andrea Bolognani
-
Daniel P. Berrangé