Skip to content

Commit

Permalink
ceph.spec.in: Advertise users/groups that are generated by the pre sc…
Browse files Browse the repository at this point in the history
…ripts

This is needed for RPM 4.19.  For the original submission, see:
https://build.opensuse.org/request/show/1141481

Signed-off-by: Tim Serong <[email protected]>
  • Loading branch information
tserong authored and mgfritch committed Mar 6, 2024
1 parent 338047c commit 2ddf924
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@ Requires: python%{python3_pkgversion}
%if 0%{?weak_deps}
Recommends: podman >= 2.0.2
%endif
Provides: user(cephadm)
Provides: group(cephadm)
%description -n cephadm
Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed
with systemd and podman.
Expand Down Expand Up @@ -501,6 +503,8 @@ Obsoletes: libradosstriper1 <= %{_epoch_prefix}%{version}-%{release}
PreReq: permissions
Requires(pre): shadow
%endif
Provides: user(ceph)
Provides: group(ceph)
%description -n ceph-common
Common utilities to mount and interact with a ceph storage cluster.
Comprised of files that are common to Ceph clients and servers.
Expand Down

0 comments on commit 2ddf924

Please sign in to comment.