From 41b9b6b6a19df1605d6a5080ec221476b81cd5b3 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 9 Jan 2019 12:58:35 +0100 Subject: [PATCH] Make nss-sysinit require arch-specific nss package Suggested by Igor Gnatenko in: https://bugzilla.redhat.com/show_bug.cgi?id=1663136 --- nss.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index 23ab323..be0f750 100644 --- a/nss.spec +++ b/nss.spec @@ -132,7 +132,7 @@ Summary: System NSS Initialization # providing nss-system-init without version so that it can # be replaced by a better one, e.g. supplied by the os vendor Provides: nss-system-init -Requires: nss = %{version}-%{release} +Requires: nss%{?_isa} = %{version}-%{release} Requires(post): coreutils, sed %description sysinit @@ -899,6 +899,7 @@ update-crypto-policies - Remove prelink.conf as prelink was removed in F24, suggested by Harald Reindl - Use quilt for %%autopatch +- Make sysinit require arch-dependent nss, suggested by Igor Gnatenko * Mon Dec 10 2018 Daiki Ueno - 3.41.0-1 - Update to NSS 3.41