adding recommendation to install 32-bit version if 32-bit glibc is installed
resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1803161 fedora devel discussion: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/3HZSIWSPEEC6KL6OBWSIPPYHU3CUL5YK/#3HZSIWSPEEC6KL6OBWSIPPYHU3CUL5YK
This commit is contained in:
parent
222a6f90d5
commit
718f0b3f5d
@ -1,6 +1,6 @@
|
||||
Name: nss_nis
|
||||
Version: 3.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Name Service Switch (NSS) module using NIS
|
||||
License: LGPLv2+
|
||||
Url: https://github.com/thkukuk/libnss_nis
|
||||
@ -14,6 +14,9 @@ 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)
|
||||
@ -53,6 +56,10 @@ make check
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Mar 25 2019 Filip Januš <fjanus@redhat.com> - 3.1.4
|
||||
- addiing: recommending to install 32 bit-version if 32 bit glibc is installed
|
||||
- resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1803161
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user