diff --git a/mod_proxy_cluster.spec b/mod_proxy_cluster.spec index 5ee7ec5..88a1ddc 100644 --- a/mod_proxy_cluster.spec +++ b/mod_proxy_cluster.spec @@ -3,7 +3,7 @@ # Update commitid and serial when new sources and release info is available %global commitid 547fccb264f57ecdd5f7818ea2d8f9cfac28c4ed -%global serial 22 +%global serial 23 Name: mod_proxy_cluster Summary: JBoss mod_proxy_cluster for Apache httpd @@ -29,8 +29,8 @@ BuildRequires: apr-util-devel BuildRequires: autoconf BuildRequires: gcc BuildRequires: selinux-policy-devel -Requires(post): python3-policycoreutils -Requires(postun): python3-policycoreutils +Requires(post): policycoreutils-python-utils, python3-policycoreutils +Requires(postun): policycoreutils-python-utils, python3-policycoreutils Requires: httpd >= 0:2.4.6 Requires: apr @@ -113,6 +113,10 @@ fi %changelog +* Fri Aug 26 2021 George Zaronikas - 1.3.14-23 +- Adding policycoreutils-python-utils +- Related: rhbz#1964892 + * Wed Aug 18 2021 George Zaronikas - 1.3.14-22 - Fixing selinux policy - Related: rhbz#1964892