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:
parent
dd2205b3bf
commit
ebf73af6c3
10
nss_nis.spec
10
nss_nis.spec
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user