Skip to content

Commit c8be46f

Browse files
authored
Add missing shadow-utils requirement to ceph (#10252)
1 parent f5892b4 commit c8be46f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

SPECS/ceph/ceph.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Summary: User space components of the Ceph file system
66
Name: ceph
77
Version: 16.2.10
8-
Release: 5%{?dist}
8+
Release: 6%{?dist}
99
License: LGPLv2 and LGPLv3 and CC-BY-SA and GPLv2 and Boost and BSD and MIT and Public Domain and GPLv3 and ASL-2.0
1010
URL: https://ceph.io/
1111
Vendor: Microsoft Corporation
@@ -262,6 +262,7 @@ Base is the package that includes all the files shared amongst ceph servers
262262
Summary: Utility to bootstrap Ceph clusters
263263
Requires: lvm2
264264
Requires: python%{python3_pkgversion}
265+
Requires(pre): shadow-utils
265266
%description -n cephadm
266267
Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed
267268
with systemd and podman.
@@ -278,6 +279,7 @@ Requires: python%{python3_pkgversion}-rgw = %{version}-%{release}
278279
Requires: python%{python3_pkgversion}-ceph-argparse = %{version}-%{release}
279280
Requires: python%{python3_pkgversion}-ceph-common = %{version}-%{release}
280281
Requires: python%{python3_pkgversion}-prettytable
282+
Requires(pre): shadow-utils
281283
%if 0%{with libradosstriper}
282284
Requires: libradosstriper1 = %{version}-%{release}
283285
%endif
@@ -1811,6 +1813,9 @@ exit 0
18111813
%config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
18121814

18131815
%changelog
1816+
* Sat Aug 24 2024 Jon Slobodzian <[email protected]> - 16.2.10-6
1817+
- Add missing Requires for shadow-utils
1818+
18141819
* Mon Jul 15 2024 Vince Perri <[email protected]> - 16.2.10-5
18151820
- Patch CVE-2024-38517
18161821

0 commit comments

Comments
 (0)