Fix samba-common-tools dependency

It was literally "python3-%{samba}", which obviously didn't
work.
This commit is contained in:
Adam Williamson 2021-08-13 09:12:01 -07:00
parent 9eec8f559a
commit 587d842150
1 changed files with 7 additions and 4 deletions

View File

@ -119,7 +119,7 @@
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
%global baserelease 4
%global baserelease 5
%global samba_version 4.15.0
%global talloc_version 2.3.3
@ -462,7 +462,7 @@ Requires: libwbclient = %{samba_depver}
%endif
# samba-tool needs python3-samba
Requires: python3-%{samba} = %{samba_depver}
Requires: python3-%{name} = %{samba_depver}
# samba-tool needs tdbbackup
Requires: tdb-tools
# samba-tool needs mdb_copy
@ -4009,10 +4009,13 @@ fi
%endif
%changelog
* Thu Aug 12 2021 Andreas Schneider <asn@redhat.com> - 4.15.0rc2-4
* Fri Aug 13 2021 Adam Williamson <awilliam@redhat.com> - 4.15.0-0.5.rc2
- Fix samba-common-tools dependency
* Thu Aug 12 2021 Andreas Schneider <asn@redhat.com> - 4.15.0-0.4.rc2
- Package samba-tool correctly
* Mon Aug 09 2021 Guenther Deschner <gdeschner@redhat.com> - 4.15.0rc2-3
* Mon Aug 09 2021 Guenther Deschner <gdeschner@redhat.com> - 4.15.0-0.3.rc2
- Update to Samba 4.15.0rc2
- resolves: #1991634