Browse Source

remove 32bit recommends

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2 years ago
parent
commit
44e6d88b49
  1. 4
      SPECS/glibc.spec

4
SPECS/glibc.spec

@ -1105,7 +1105,7 @@ Requires: %{name}%{_isa} = %{version}-%{release} @@ -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} @@ -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

Loading…
Cancel
Save