From 5ad1e6e96d3b8fdcbfbe11b34497d3fb8eb091a9 Mon Sep 17 00:00:00 2001 From: Jiajie Li Date: Thu, 17 Jun 2021 15:41:34 +0800 Subject: [PATCH] test for ci Signed-off-by: Jiajie Li --- libvirt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index 18f0029..073e8b0 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -105,7 +105,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 6.2.0 -Release: 18 +Release: 19 License: LGPLv2+ URL: https://libvirt.org/ @@ -352,6 +352,7 @@ BuildRequires: libtirpc-devel %if %{with_firewalld_zone} BuildRequires: firewalld-filesystem %endif +BuildRequires: util-linux-devel %description Libvirt is a C toolkit to interact with the virtualization capabilities @@ -1914,6 +1915,9 @@ exit 0 %changelog +* Thu Jun 17 2021 Jiajie Li +- libvirt.spec: empty for test + * Fri Mar 19 2021 Jiajie Li - libvirt.spec: remove dtrace for aarch64 OS -- Gitee