From b2ba044c6ea64132a18d8942f8d29f01cfdcc1fd Mon Sep 17 00:00:00 2001 From: zhanghailiang Date: Mon, 18 May 2020 21:26:36 +0800 Subject: [PATCH] spec: increase release number We have upgrade its build requiring package, so we need to increase its release number, to make it can be update by rpm or yum command. Signed-off-by: zhanghailiang --- cockpit.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cockpit.spec b/cockpit.spec index ba84a47..adc8851 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,7 +1,7 @@ %bcond_with pcp Name: cockpit Version: 178 -Release: 7 +Release: 8 Summary: A easy-to-use, integrated, glanceable, and open web-based interface for Linux servers License: LGPLv2+ URL: https://cockpit-project.org/ @@ -177,6 +177,12 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true %doc %{_mandir}/man8/{cockpit-ws.8.gz,remotectl.8.gz,pam_ssh_add.8.gz} %changelog +* Tue May 19 2020 openEuler Buildteam - 178-8 +- Type:NA +- Id:NA +- SUG:NA +- DESC:increase release number for rebuilding with new libvirt packages + * Sun Jan 19 2020 openEuler Buildteam - 178-7 - Type:bugfix - Id:NA -- Gitee