From 603b6cc4dcb7378859f85b6199d3d06f621134e3 Mon Sep 17 00:00:00 2001 From: jeff200902 Date: Thu, 28 May 2020 23:24:20 +0800 Subject: [PATCH] undelete rebuild flag file .NeedRebuild --- pcp.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pcp.spec b/pcp.spec index c88db6b..3939b95 100644 --- a/pcp.spec +++ b/pcp.spec @@ -9,7 +9,7 @@ Name: pcp Version: 4.1.3 Summary: System-level performance monitoring and performance management -Release: 5 +Release: 6 License: GPLv2+ and LGPLv2.1+ and CC-BY URL: https://pcp.io Source0: https://dl.bintray.com/pcp/source/pcp-4.1.3.tar.gz @@ -1639,7 +1639,6 @@ systemctl stop pmie.service >/dev/null 2>&1 systemctl stop pmproxy.service >/dev/null 2>&1 systemctl stop pmcd.service >/dev/null 2>&1 PCP_PMNS_DIR=/var/lib/pcp/pmns -rm -f "$PCP_PMNS_DIR/.NeedRebuild" >/dev/null 2>&1 fi %post webapi @@ -1753,7 +1752,7 @@ if [ $1 -eq 1 ] && [ -x /usr/bin/systemctl ] ; then /usr/bin/systemctl --no-reload preset pmie.service || : fi systemctl condrestart pmproxy.service >/dev/null 2>&1 -cd $PCP_PMNS_DIR && ./Rebuild -s && rm -f .NeedRebuild +cd $PCP_PMNS_DIR && ./Rebuild -s cd /sbin/ldconfig %postun @@ -2211,6 +2210,9 @@ fi %config(noreplace) /etc/pcp/pmrep/* %changelog +* Thu May 28 2020 Jeffery.Gao - 4.1.3-6 +- change undelete rebuild flag file .NeedRebuild. + * Wed May 20 2020 huanghaitao - 4.1.3-5 - change require to rdma-core as libibmad and libibumad obsoleted -- Gitee