From 9f9ce4d8bab8222c282cd5f2d369a4f7cfdfc3c7 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 24 May 2019 10:02:37 -0700 Subject: [PATCH] fm-mgr: Add missing dependency - logrotate Since fm-mgr uses logrotate servce, it should be a dependency. Build Tested and confirmed that logrotate was a Required by both inspection of SRPM and via rpm -q fm-mgr-1.0-6.tis.x86_64.rpm --requires Change-Id: I55d005d3071ee0511a7404c5e7fd0389a92b2d0c Signed-off-by: Saul Wold --- fm-mgr/centos/build_srpm.data | 2 +- fm-mgr/centos/fm-mgr.spec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fm-mgr/centos/build_srpm.data b/fm-mgr/centos/build_srpm.data index 63c17a90..188f58ba 100644 --- a/fm-mgr/centos/build_srpm.data +++ b/fm-mgr/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR="sources" -TIS_PATCH_VER=5 +TIS_PATCH_VER=6 diff --git a/fm-mgr/centos/fm-mgr.spec b/fm-mgr/centos/fm-mgr.spec index b71114e1..eea6cb89 100644 --- a/fm-mgr/centos/fm-mgr.spec +++ b/fm-mgr/centos/fm-mgr.spec @@ -14,6 +14,8 @@ BuildRequires: fm-common-dev BuildRequires: systemd-devel BuildRequires: libuuid-devel +Requires: logrotate + %description CGTS platform Fault Manager that serves the client application fault management requests and raise/clear/update