From 3236f3fb06d1f7feca40afa9d8c7c4d04ddc7f07 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Mon, 29 Mar 2021 14:39:24 +0200 Subject: [PATCH] Add changelog entry for https://github.com/StackStorm/st2-packages/pull/697. --- CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a9635c264..7e26e6fe53 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -198,6 +198,16 @@ Fixed Contributed by Amanda McGuinness (@amanda11 Ammeon Solutions) +* Update rpm package metadata and fix ``Provides`` section for RHEL / CentOS 8 packages. + + In the previous versions, RPM metadata would incorrectly signal that the ``st2`` package + provides various Python libraries which it doesn't (those Python libraries are only used + internally for the package local virtual environment). + + https://github.com/StackStorm/st2-packages/pull/697 + + Contributed by @Kami. + 3.4.0 - March 02, 2021 ----------------------