From 30dc12252b85f28ab29dfb703305872d57363f0a Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Thu, 26 Feb 2026 20:18:00 -0300 Subject: [PATCH] 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 --- cifs-utils.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cifs-utils.spec b/cifs-utils.spec index ec3c894..c9c0629 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -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