diff --git a/SPECS/libreport.spec b/SPECS/libreport.spec index e0638b9..80e4581 100644 --- a/SPECS/libreport.spec +++ b/SPECS/libreport.spec @@ -78,8 +78,11 @@ Patch0032: 0032-Drop-remaining-references-to-removed-command-line-op.patch Patch9000: 9000-Add-autogen.sh.patch # MSVSphere patch +# https://git.almalinux.org/rpms/libreport/src/commit/da64855b50a91710f15d082dc84f68a0d7d3bd60/SOURCES/9101-Remove-rhtsupport.patch +Patch9101: 9101-Remove-rhtsupport.patch Patch9500: 9500-MSVSphere-plugin-initial-implementation.patch + BuildRequires: %{dbus_devel} BuildRequires: gtk3-devel BuildRequires: curl-devel @@ -302,10 +305,10 @@ Requires: %{name} = %{version}-%{release} Requires: libreport-web = %{version}-%{release} %if 0%{?rhel} %if %{with python2} -Requires: python-rhsm +# Requires: python-rhsm %endif # with python2 %if %{with python3} -Requires: python3-subscription-manager-rhsm +# Requires: python3-subscription-manager-rhsm %endif # with python3 %endif