Accepting request 181837 from Base:System
- provide libnssckbi.so to replace mozilla-nss-certs - add p11-kit-nss-trust subpackage that serves as drop-in replacement for mozilla-nss-certs (forwarded request 181779 from lnussel) OBS-URL: https://build.opensuse.org/request/show/181837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/p11-kit?expand=0&rev=17
This commit is contained in:
commit
05045f8dc4
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 09:30:03 UTC 2013 - lnussel@suse.de
|
||||
|
||||
- provide libnssckbi.so to replace mozilla-nss-certs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 13:08:21 UTC 2013 - lnussel@suse.de
|
||||
|
||||
- add p11-kit-nss-trust subpackage that serves as drop-in
|
||||
replacement for mozilla-nss-certs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 09:24:45 UTC 2013 - lnussel@suse.de
|
||||
|
||||
|
20
p11-kit.spec
20
p11-kit.spec
@ -68,6 +68,21 @@ p11-kit provides a way to load and enumerate PKCS#11 modules, as well
|
||||
as a standard configuration setup for installing PKCS#11 modules in
|
||||
such a way that they're discoverable.
|
||||
|
||||
%package nss-trust
|
||||
Summary: Adaptor to make NSS read the p11-kit trust store
|
||||
Group: Productivity/Networking/Security
|
||||
Requires: p11-kit = %{version}
|
||||
Conflicts: mozilla-nss-certs
|
||||
%if %{_lib} == lib64
|
||||
Provides: libnssckbi.so()(64bit)
|
||||
%else
|
||||
Provides: libnssckbi.so()
|
||||
%endif
|
||||
|
||||
%description nss-trust
|
||||
Adaptor library to make NSS read the p11-kit trust store. It has
|
||||
to be installed intead of mozilla-nss-certs.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -97,6 +112,8 @@ cat <<'FIN' >%{buildroot}/etc/rpm/macros.%{name}
|
||||
%%trustdir_cfg %{trustdir_cfg}
|
||||
%%trustdir_static %{trustdir_static}
|
||||
FIN
|
||||
#
|
||||
ln -s %{_libdir}/pkcs11/p11-kit-trust.so %{buildroot}%{_libdir}/libnssckbi.so
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
@ -148,4 +165,7 @@ rm -rf %{buildroot}
|
||||
%doc %dir %{_datadir}/gtk-doc/html
|
||||
%doc %{_datadir}/gtk-doc/html/p11-kit/
|
||||
|
||||
%files nss-trust
|
||||
%{_libdir}/libnssckbi.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user