Make nss-sysinit require arch-specific nss package
Suggested by Igor Gnatenko in: https://bugzilla.redhat.com/show_bug.cgi?id=1663136
This commit is contained in:
parent
f572eae5ce
commit
41b9b6b6a1
3
nss.spec
3
nss.spec
@ -132,7 +132,7 @@ Summary: System NSS Initialization
|
|||||||
# providing nss-system-init without version so that it can
|
# providing nss-system-init without version so that it can
|
||||||
# be replaced by a better one, e.g. supplied by the os vendor
|
# be replaced by a better one, e.g. supplied by the os vendor
|
||||||
Provides: nss-system-init
|
Provides: nss-system-init
|
||||||
Requires: nss = %{version}-%{release}
|
Requires: nss%{?_isa} = %{version}-%{release}
|
||||||
Requires(post): coreutils, sed
|
Requires(post): coreutils, sed
|
||||||
|
|
||||||
%description sysinit
|
%description sysinit
|
||||||
@ -899,6 +899,7 @@ update-crypto-policies
|
|||||||
- Remove prelink.conf as prelink was removed in F24, suggested by
|
- Remove prelink.conf as prelink was removed in F24, suggested by
|
||||||
Harald Reindl
|
Harald Reindl
|
||||||
- Use quilt for %%autopatch
|
- Use quilt for %%autopatch
|
||||||
|
- Make sysinit require arch-dependent nss, suggested by Igor Gnatenko
|
||||||
|
|
||||||
* Mon Dec 10 2018 Daiki Ueno <dueno@redhat.com> - 3.41.0-1
|
* Mon Dec 10 2018 Daiki Ueno <dueno@redhat.com> - 3.41.0-1
|
||||||
- Update to NSS 3.41
|
- Update to NSS 3.41
|
||||||
|
Loading…
Reference in New Issue
Block a user