From 9cea9c1f02309bc87121961ff8854dfd501e6440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Mon, 21 Dec 2020 09:19:46 +0100 Subject: [PATCH] Remove 32-bit version recommandation, it doesn't work properly and makes problems during build --- nss_nis.spec | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/nss_nis.spec b/nss_nis.spec index be708f2..daf2081 100644 --- a/nss_nis.spec +++ b/nss_nis.spec @@ -15,21 +15,6 @@ BuildRequires: libtirpc-devel BuildRequires: autoconf, automake, libtool BuildRequires: systemd - -# hacked Provides, normally comes from built files -%if %{__isa_bits} == 64 -Provides: libnss_nis.so.2()(64bit) -%else -Provides: libnss_nis.so.2 -%endif - - -# recommend 32bit lib on 64bit arch -%if %{__isa_bits} == 64 -Recommends: (libnss_nis.so.2 if glibc(x86-32)) -%endif - - # I'd recommend an explicit conflict with different versions of the package # to ensure that 64bit and 32bit packages are equal and compatible Conflicts: %{name} < %{version}-%{release} @@ -75,6 +60,10 @@ make check %license COPYING %changelog +* Mon Dec 21 2020 Filip Januš - 3.1-8 +- recommandation of 32 bit-version doesn't work properly +- remove recommandation of 32 bit-version + * Tue Sep 22 2020 Filip Januš - 3.1-7 - improve recommandation of 32 bit-version - resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1803161