parent
9be22cb468
commit
44e6d88b49
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue