From 6ff6ee1a4d84aedc46995b75f7f7ea6360810ca7 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Thu, 11 Jul 2019 12:08:33 -0400 Subject: [PATCH] Add missing dependency in cgcs-patch for python-smartpm The Smart Package Manager (python-smartpm) is used by cgcs-patch at runtime, but is not included in the package dependencies. This update adds it to the spec as a Requires. Change-Id: I3e9569e5845b3f5c6259887d423b2b9ec912e15e Closes-Bug: 1836214 Signed-off-by: Don Penney --- cgcs-patch/centos/cgcs-patch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/cgcs-patch/centos/cgcs-patch.spec b/cgcs-patch/centos/cgcs-patch.spec index d500d992..f8344478 100644 --- a/cgcs-patch/centos/cgcs-patch.spec +++ b/cgcs-patch/centos/cgcs-patch.spec @@ -16,6 +16,7 @@ BuildRequires: systemd-units BuildRequires: systemd-devel Requires: python-devel Requires: python-crypto +Requires: python-smartpm Requires: /bin/bash %description