Skip to content

Commit

Permalink
spec: add libdb-utils dependency for pam_userdb
Browse files Browse the repository at this point in the history
It is required to convert pam_userdb database from BerkeleyDB to GDBM.

Signed-off-by: Iker Pedrosa <[email protected]>
  • Loading branch information
ikerexxe committed Sep 4, 2024
1 parent f924e46 commit 402969d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packaging/leapp-repository.spec
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ Requires: dracut
Requires: NetworkManager-libnm
Requires: python3-gobject-base

%endif

%if 0%{?rhel} && 0%{?rhel} == 9
############# RHEL 9 dependencies (when the source system is RHEL 9) ##########
# Required to convert pam_userdb database from BerkeleyDB to GDBM
Requires: libdb-utils
%endif
##################################################
# end requirement
Expand Down

0 comments on commit 402969d

Please sign in to comment.