Skip to content

Commit

Permalink
build: adapt packaging of ldap plugin to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge authored and BareosBot committed Aug 24, 2023
1 parent d7c4061 commit 3286449
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions core/platforms/packaging/bareos.spec
Expand Up @@ -440,8 +440,11 @@ Requires: bareos-filedaemon = %{version}
Summary: LDAP Python plugin for Bareos File daemon
Group: Productivity/Archiving/Backup
Requires: bareos-filedaemon = %{version}
Requires: bareos-filedaemon-python2-plugin = %{version}
Requires: python-ldap
Requires: bareos-filedaemon-python-plugin = %{version}
%if 0%{?rhel} != 7
Suggests: bareos-filedaemon-python3-plugin = %{version}
%endif
Requires: python3-ldap

%package filedaemon-ovirt-python-plugin
Summary: Ovirt Python plugin for Bareos File daemon
Expand Down

0 comments on commit 3286449

Please sign in to comment.