resolves: RHEL-112216 - Remove weak dep of cifs-utils-info
BaseOS already provides the necessary Python dependency for cifs-utils-info subpackage, so remove weak dependency. This is also an useful package to be included in BaseOS to help with querying and debugging SMB information from mounted shares. Signed-off-by: Paulo Alcantara <paalcant@redhat.com>
This commit is contained in:
parent
987339fab6
commit
30dc12252b
@ -20,8 +20,6 @@ Requires: keyutils
|
||||
Requires(post): /usr/sbin/alternatives
|
||||
Requires(preun): /usr/sbin/alternatives
|
||||
|
||||
Recommends: %{name}-info%{?_isa} = %{version}-%{release}
|
||||
|
||||
Source0: https://download.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
|
||||
|
||||
Patch0: cifs.upcall-add-option-to-enable-debug-logs.patch
|
||||
@ -116,11 +114,8 @@ fi
|
||||
%{_libdir}/security/pam_cifscreds.so
|
||||
%{_mandir}/man8/pam_cifscreds.8.gz
|
||||
|
||||
# This subpackage also serves the purpose of avoiding a Python dependency on
|
||||
# the main package: https://bugzilla.redhat.com/show_bug.cgi?id=1909288.
|
||||
%package info
|
||||
Summary: Additional tools for querying information about CIFS mount
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description info
|
||||
This subpackage includes additional tools for querying information
|
||||
|
||||
Loading…
Reference in New Issue
Block a user