From 854a85225f4e9e11d28527bac1bd5a07450d998f Mon Sep 17 00:00:00 2001 From: jiangxinyu Date: Thu, 16 Dec 2021 16:09:04 +0800 Subject: [PATCH] Remove the release suffix --- python-os-resource-classes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-os-resource-classes.spec b/python-os-resource-classes.spec index 4043981..ff17347 100644 --- a/python-os-resource-classes.spec +++ b/python-os-resource-classes.spec @@ -4,7 +4,7 @@ Name: python-os-resource-classes Version: 1.0.0 -Release: 1%{?dist} +Release: 2 Summary: A library containing standardized resource class names in the Placement service. License: Apache-2.0 URL: https://opendev.org/openstack/os-resource-classes @@ -93,6 +93,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %changelog +* Thu Dec 16 2021 jiangxinyu - 1.0.0-2 +- Remove the release suffix + * Tue Jan 12 2021 zhangy 2021.1.12 - Update to 2021.1.12 -- Gitee