From 3701618c02dc00e414109406cefdac19b8b28bf9 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Fri, 7 Jun 2019 14:52:08 -0400 Subject: [PATCH] Add missing python-crypto dependency to cgcs-patch The cgcs-patch module uses the python-crypto module for patch signing support, but is missing an explicit dependency against the module in the package. Change-Id: Ic37d4bcd8d4988510a457ceb50956e0e0fa68351 Story: 2004764 Task: 33629 Signed-off-by: Don Penney --- cgcs-patch/centos/build_srpm.data | 2 +- cgcs-patch/centos/cgcs-patch.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cgcs-patch/centos/build_srpm.data b/cgcs-patch/centos/build_srpm.data index c8fc32b5..6284e232 100644 --- a/cgcs-patch/centos/build_srpm.data +++ b/cgcs-patch/centos/build_srpm.data @@ -1 +1 @@ -TIS_PATCH_VER=26 +TIS_PATCH_VER=27 diff --git a/cgcs-patch/centos/cgcs-patch.spec b/cgcs-patch/centos/cgcs-patch.spec index 665c169c..d500d992 100644 --- a/cgcs-patch/centos/cgcs-patch.spec +++ b/cgcs-patch/centos/cgcs-patch.spec @@ -15,6 +15,7 @@ BuildRequires: python2-wheel BuildRequires: systemd-units BuildRequires: systemd-devel Requires: python-devel +Requires: python-crypto Requires: /bin/bash %description