From 5c796f3fda165d07981b7da7759e16747392104d Mon Sep 17 00:00:00 2001 From: chixinze Date: Fri, 6 Aug 2021 18:10:15 +0800 Subject: [PATCH] ceph.spec: fix https://gitee.com/src-openeuler/ceph/issues/I43TE9 Signed-off-by: chixinze (cherry picked from commit 2759bce2edc6c2eb26e68bb1feb16e58f826ad37) --- ceph.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ceph.spec b/ceph.spec index e61d5f9..1bcfecc 100644 --- a/ceph.spec +++ b/ceph.spec @@ -68,7 +68,7 @@ ################################################################################# Name: ceph Version: 12.2.8 -Release: 14 +Release: 15 Epoch: 2 # define _epoch_prefix macro which will expand to the empty string if epoch is @@ -781,7 +781,7 @@ Group: System/Filesystems Requires: ceph-base = %{_epoch_prefix}%{version}-%{release} Requires: policycoreutils, libselinux-utils Requires(post): ceph-base = %{_epoch_prefix}%{version}-%{release} -Requires(post): selinux-policy-base >= %{_selinux_policy_version}, policycoreutils, gawk +Requires(post): selinux-policy-minimum >= %{_selinux_policy_version}, policycoreutils, gawk Requires(postun): policycoreutils %description selinux This package contains SELinux support for Ceph MON, OSD and MDS. The package @@ -1812,6 +1812,9 @@ exit 0 %changelog +* Fri Aug 6 2021 chixinze - 1:12.2.8-15 +- fix https://gitee.com/src-openeuler/ceph/issues/I43TE9 + * Mon Jul 26 2021 chixinze - 1:12.2.8-14 - fix CVE-2020-10753 - fix CVE-2021-3524