Rebuild with recent changes

- 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
- Silence %%post/%%postun scriptlets, suggested by Ian Collier
This commit is contained in:
Daiki Ueno 2019-01-11 11:53:52 +01:00
parent 431c940fc5
commit e5e5a75933
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ rpm.define(string.format("nss_release_tag NSS_%s_RTM",
Summary: Network Security Services
Name: nss
Version: %{nss_version}
Release: 2%{?dist}
Release: 3%{?dist}
License: MPLv2.0
URL: http://www.mozilla.org/projects/security/pki/nss/
Requires: nspr >= %{nspr_version}
@ -895,7 +895,7 @@ update-crypto-policies &> /dev/null || :
%changelog
* Tue Dec 18 2018 Daiki Ueno <dueno@redhat.com> - 3.41.0-2
* Fri Jan 11 2019 Daiki Ueno <dueno@redhat.com> - 3.41.0-3
- Remove prelink.conf as prelink was removed in F24, suggested by
Harald Reindl
- Use quilt for %%autopatch