From 661e2929636a597007239a9be9d598e21a7ce879 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:04:19 +0000 Subject: [PATCH 1/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- vhostmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vhostmd.spec b/vhostmd.spec index 704b23b..7402f2c 100644 --- a/vhostmd.spec +++ b/vhostmd.spec @@ -3,7 +3,7 @@ Summary: Virtualization host metrics daemon Name: vhostmd Version: 1.1 -Release: 17%{?dist} +Release: 18%{?dist} License: LGPL-2.1-or-later URL: https://github.com/vhostmd/vhostmd @@ -179,6 +179,9 @@ rm $RPM_BUILD_ROOT%{_datadir}/vhostmd/scripts/pagerate.pl %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.1-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 9c76ecd62a43070af372159969aaff1a87fc52bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 2 Oct 2025 10:18:22 +0100 Subject: [PATCH 2/2] Disable build on i686 architecture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vhostmd is a leaf package so there is no reason to continue building it on i686. Signed-off-by: Daniel P. Berrangé --- vhostmd.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vhostmd.spec b/vhostmd.spec index 7402f2c..93a1476 100644 --- a/vhostmd.spec +++ b/vhostmd.spec @@ -3,7 +3,7 @@ Summary: Virtualization host metrics daemon Name: vhostmd Version: 1.1 -Release: 18%{?dist} +Release: 19%{?dist} License: LGPL-2.1-or-later URL: https://github.com/vhostmd/vhostmd @@ -36,6 +36,8 @@ Patch0019: 0019-virtio-Fix-strncpy-length-parameter.patch # https://github.com/vhostmd/vhostmd/pull/13 Patch0020: 0020-implicit-function-declarations.patch +ExcludeArch: %{ix86} + BuildRequires: make BuildRequires: gcc BuildRequires: chrpath @@ -179,6 +181,9 @@ rm $RPM_BUILD_ROOT%{_datadir}/vhostmd/scripts/pagerate.pl %changelog +* Thu Oct 2 2025 Daniel P. Berrangé - 1.1-19 +- Disable build on i686 architecture + * Fri Jul 25 2025 Fedora Release Engineering - 1.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild