From c6c634b2eca8111ec8d7e07a02814dfa66493b48 Mon Sep 17 00:00:00 2001 From: Xu Yandong Date: Mon, 18 May 2020 11:50:04 +0800 Subject: [PATCH] spec: rename spec file name Remove version suffix in spec file name. Signed-off-by: Xu Yandong --- libvirt-python-6.2.0.spec => libvirt-python.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename libvirt-python-6.2.0.spec => libvirt-python.spec (96%) diff --git a/libvirt-python-6.2.0.spec b/libvirt-python.spec similarity index 96% rename from libvirt-python-6.2.0.spec rename to libvirt-python.spec index aafbddb..19331c2 100644 --- a/libvirt-python-6.2.0.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,6 +69,8 @@ find examples -type f -exec chmod 0644 \{\} \; %{python3_sitearch}/*egg-info %changelog +* Mon May 18 2020 Xu Yandong - 6.2.0-2 +- Rename spec file name. * 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 -- Gitee