Compare commits

..

5 commits

Author SHA1 Message Date
Daniel P. Berrangé
9c76ecd62a Disable build on i686 architecture
vhostmd is a leaf package so there is no reason to continue
building it on i686.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2025-10-02 10:18:22 +01:00
Fedora Release Engineering
661e292963 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:04:19 +00:00
Nils Koenig
4dab2b5b60 Added rpminspect.yaml which avoids a xmllint check for dtd docu files. 2025-01-20 16:17:11 +00:00
Fedora Release Engineering
7b6141f396 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:18:40 +00:00
Fedora Release Engineering
3e64712b1e Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 08:44:51 +00:00
2 changed files with 20 additions and 1 deletions

5
rpminspect.yaml Normal file
View file

@ -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)$

View file

@ -3,7 +3,7 @@
Summary: Virtualization host metrics daemon
Name: vhostmd
Version: 1.1
Release: 15%{?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,18 @@ rm $RPM_BUILD_ROOT%{_datadir}/vhostmd/scripts/pagerate.pl
%changelog
* Thu Oct 2 2025 Daniel P. Berrangé <berrange@redhat.com> - 1.1-19
- Disable build on i686 architecture
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild