From 44e6d88b492b866e61b1e5ac96afa1cd1c0e59dd Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Fri, 20 May 2022 12:52:56 +0200 Subject: [PATCH] remove 32bit recommends Signed-off-by: Toshaan Bharvani --- SPECS/glibc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/glibc.spec b/SPECS/glibc.spec index 37af8d3..b8316c6 100644 --- a/SPECS/glibc.spec +++ b/SPECS/glibc.spec @@ -1105,7 +1105,7 @@ Requires: %{name}%{_isa} = %{version}-%{release} # Automatically install the 32-bit variant if the 64-bit variant has # been installed. This covers the case when glibc.i686 is installed # before nss_db.x86_64. (See above for the other ordering.) -Recommends: (nss_db(x86-32) if glibc(x86-32)) +#Recommends: (nss_db(x86-32) if glibc(x86-32)) %endif %description -n nss_db @@ -1119,7 +1119,7 @@ Requires: %{name}%{_isa} = %{version}-%{release} # Automatically install the 32-bit variant if the 64-bit variant has # been installed. This covers the case when glibc.i686 is installed # before nss_hesiod.x86_64. (See above for the other ordering.) -Recommends: (nss_hesiod(x86-32) if glibc(x86-32)) +#Recommends: (nss_hesiod(x86-32) if glibc(x86-32)) %endif %description -n nss_hesiod