On Tue, Jul 15, 2025 at 12:21:11PM +0200, Michal Prívozník wrote:
On 7/15/25 12:15, Pavel Hrdina via Devel wrote:
> From: Pavel Hrdina <phrdina(a)redhat.com>
>
> Fixes: 918594b419ea3944220fcbab6cf4f1ce7d81e609
> Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
> ---
> src/conf/schemas/meson.build | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/conf/schemas/meson.build b/src/conf/schemas/meson.build
> index b293373085..7ec625b8db 100644
> --- a/src/conf/schemas/meson.build
> +++ b/src/conf/schemas/meson.build
> @@ -25,6 +25,7 @@ schema_files = [
> 'storagepoolcaps.rng',
> 'storagepool.rng',
> 'storagevol.rng',
> + 'sysinfocommon.rng',
> ]
>
> install_data(schema_files, install_dir: pkgdatadir / 'schemas')
Huh, funny - I was about to send similar patch. But please also do add
'sysinfo.rng' onto the list.
Ah, that was introduced by the following commit, will do, thanks!
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal