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 <sgw@linux.intel.com>
This commit is contained in:
parent
0de5931685
commit
9f9ce4d8ba
@ -1,2 +1,2 @@
|
|||||||
SRC_DIR="sources"
|
SRC_DIR="sources"
|
||||||
TIS_PATCH_VER=5
|
TIS_PATCH_VER=6
|
||||||
|
@ -14,6 +14,8 @@ BuildRequires: fm-common-dev
|
|||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
|
|
||||||
|
Requires: logrotate
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CGTS platform Fault Manager that serves the client
|
CGTS platform Fault Manager that serves the client
|
||||||
application fault management requests and raise/clear/update
|
application fault management requests and raise/clear/update
|
||||||
|
Loading…
Reference in New Issue
Block a user