From aa4d4888c7310e2995439618b6dd6578f5d06f13 Mon Sep 17 00:00:00 2001 From: fanjiachen Date: Fri, 21 Aug 2020 10:31:56 +0800 Subject: [PATCH] add release for update --- libvirt-python.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libvirt-python.spec b/libvirt-python.spec index aafbddb..db502df 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -3,7 +3,7 @@ Summary: The libvirt virtualization API python3 binding Name: libvirt-python Version: 6.2.0 -Release: 1 +Release: 2 Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: http://libvirt.org License: LGPLv2+ @@ -69,7 +69,14 @@ find examples -type f -exec chmod 0644 \{\} \; %{python3_sitearch}/*egg-info %changelog +* Fri Aug 21 2020 fanjiachen - 6.2.0-2 +- Type:rebuild +- ID:NA +- SUG:NA +- DESC:rebuild for requirement package update + * Wed Apr 15 2020 Xu Yandong - 6.2.0-1 - Rebase to version 6.2.0. + * Fri Jul 19 2019 openEuler Buildteam - 5.5.0-1 - Update to 5.5.0 release, Initial package for openEuler. -- Gitee