From ebf73af6c3dbb8dcba4acbed185dbca9f1a98fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sloup?= Date: Sat, 29 Jun 2024 15:20:30 +0200 Subject: [PATCH] Revert recommendation to install 32 bit-version of 32 bit glibc. This change reverts back rhbz#1803161 Resolves: RHEL-20463 --- nss_nis.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nss_nis.spec b/nss_nis.spec index 2c8abd6..974596c 100644 --- a/nss_nis.spec +++ b/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 - 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š 3.0-9 - Add recommendation to install 32 bit-version of 32 bit glibc is installed Resolves: #1803161