Revert recommendation to install 32 bit-version of 32 bit glibc. This change reverts back rhbz#1803161

Resolves: RHEL-20463
This commit is contained in:
Ondřej Sloup 2024-06-29 15:20:30 +02:00
parent dd2205b3bf
commit ebf73af6c3

View File

@ -1,6 +1,6 @@
Name: nss_nis
Version: 3.0
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Name Service Switch (NSS) module using NIS
License: LGPLv2+
Group: System Environment/Base
@ -15,10 +15,6 @@ BuildRequires: libtirpc-devel
BuildRequires: autoconf, automake, libtool
BuildRequires: systemd
%ifarch x86_64
Recommends: (nss_nis(x86-32) if glibc(x86-32))
%endif
%description
The nss_nis Name Service Switch module uses the Network Information System (NIS)
to obtain user, group, host name, and other data.
@ -58,6 +54,10 @@ make check
%license COPYING
%changelog
* Thu Jan 25 2024 Ondrej Sloup <osloup@redhat.com> - 3.0-10
- Revert recommendation to install 32 bit-version of 32 bit glibc. This change reverts back rhbz#1803161
Resolves: RHEL-20463
* Mon May 4 2020 Filip Januš <fjanus@redhat.com> 3.0-9
- Add recommendation to install 32 bit-version of 32 bit glibc is installed
Resolves: #1803161