From 3e64712b1ead22938fc8c798428816f542a31f6a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:44:51 +0000 Subject: [PATCH 1/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- vhostmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vhostmd.spec b/vhostmd.spec index 26b2954..5b28244 100644 --- a/vhostmd.spec +++ b/vhostmd.spec @@ -3,7 +3,7 @@ Summary: Virtualization host metrics daemon Name: vhostmd Version: 1.1 -Release: 15%{?dist} +Release: 16%{?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 +* Sat Jul 20 2024 Fedora Release Engineering - 1.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7b6141f39606fb725bb6b0a70d040f7371d9e8c7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:18:40 +0000 Subject: [PATCH 2/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vhostmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vhostmd.spec b/vhostmd.spec index 5b28244..704b23b 100644 --- a/vhostmd.spec +++ b/vhostmd.spec @@ -3,7 +3,7 @@ Summary: Virtualization host metrics daemon Name: vhostmd Version: 1.1 -Release: 16%{?dist} +Release: 17%{?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 +* Sun Jan 19 2025 Fedora Release Engineering - 1.1-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 4dab2b5b60f6915ced596a22b60d1da93d001b8e Mon Sep 17 00:00:00 2001 From: Nils Koenig Date: Wed, 15 Jan 2025 23:00:18 +0100 Subject: [PATCH 3/5] Added rpminspect.yaml which avoids a xmllint check for dtd docu files. --- rpminspect.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..4347770 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,5 @@ +xml: + # Regular expression (man 7 regex) matching directories to ignore + # during the xml inspection. Skip DTD files, which + # contain a mix of XML and code. + exclude_path: .*(\.dtd)$ From 661e2929636a597007239a9be9d598e21a7ce879 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:04:19 +0000 Subject: [PATCH 4/5] 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 5/5] 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