|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
Summary: Virtualization host metrics daemon
|
|
|
|
|
Name: vhostmd
|
|
|
|
|
Version: 1.1
|
|
|
|
|
Release: 11%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Release: 16%{?dist}
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
|
|
|
|
|
URL: https://github.com/vhostmd/vhostmd
|
|
|
|
|
|
|
|
|
@ -33,6 +33,8 @@ Patch0016: 0016-vhostmd-Check-return-value-of-file-functions.patch
|
|
|
|
|
Patch0017: 0017-vhostmd-Check-for-valide-file-handle-before-calling-.patch
|
|
|
|
|
Patch0018: 0018-vhostmd-Fix-memory-leak-in-vhostmd_run.patch
|
|
|
|
|
Patch0019: 0019-virtio-Fix-strncpy-length-parameter.patch
|
|
|
|
|
# https://github.com/vhostmd/vhostmd/pull/13
|
|
|
|
|
Patch0020: 0020-implicit-function-declarations.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
@ -125,11 +127,7 @@ rm $RPM_BUILD_ROOT%{_datadir}/vhostmd/scripts/pagerate.pl
|
|
|
|
|
|
|
|
|
|
%pre
|
|
|
|
|
# UID:GID 112:112 reserved, see RHBZ#534109.
|
|
|
|
|
getent group vhostmd >/dev/null || groupadd -g 112 -r vhostmd
|
|
|
|
|
getent passwd vhostmd >/dev/null || \
|
|
|
|
|
useradd -u 112 -r -g vhostmd -d %{_datadir}/vhostmd -s /sbin/nologin \
|
|
|
|
|
-c "Virtual Host Metrics Daemon" vhostmd
|
|
|
|
|
exit 0
|
|
|
|
|
%sysusers_create_inline u vhostmd 112 "Virtual Host Metrics Daemon" %{_datadir}/vhostmd /sbin/nologin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
@ -181,9 +179,26 @@ exit 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.1-11
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.1-16
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.1-16
|
|
|
|
|
- Bump release for June 2024 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
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 29 2021 Richard W.M. Jones <rjones@redhat.com> - 1.1-10
|
|
|
|
|
- Miscellaneous upstream fixes.
|
|
|
|
@ -191,8 +206,9 @@ exit 0
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1-8
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1-8
|
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
|
|
|
|
|
* Tue Feb 09 2021 Richard W.M. Jones <rjones@redhat.com> - 1.1-7
|
|
|
|
|
- Unify vhostmd.conf with RHEL 8.4 (RHBZ#1924966).
|
|
|
|
|