Hello community, here is the log from the commit of package p11-kit for openSUSE:Factory checked in at 2013-07-05 15:08:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/p11-kit (Old) and /work/SRC/openSUSE:Factory/.p11-kit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "p11-kit" Changes: -------- --- /work/SRC/openSUSE:Factory/p11-kit/p11-kit.changes 2013-07-04 10:13:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.p11-kit.new/p11-kit.changes 2013-07-05 15:08:49.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jul 5 08:09:46 UTC 2013 - [email protected] + +- fix 32bit provides of libnssckbi.so +- repace p11-kit-extract-trust with update-ca-certificates + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ p11-kit.spec ++++++ --- /var/tmp/diff_new_pack.HrysI7/_old 2013-07-05 15:08:49.000000000 +0200 +++ /var/tmp/diff_new_pack.HrysI7/_new 2013-07-05 15:08:49.000000000 +0200 @@ -76,7 +76,7 @@ %if %{_lib} == lib64 Provides: libnssckbi.so()(64bit) %else -Provides: libnssckbi.so() +Provides: libnssckbi.so %endif %description nss-trust @@ -113,7 +113,13 @@ %%trustdir_static %{trustdir_static} FIN # +# nss compat lib ln -s %{_libdir}/pkcs11/p11-kit-trust.so %{buildroot}%{_libdir}/libnssckbi.so +# +# call update-ca-certificates when trust changes +rm %{buildroot}%{_libdir}/%{name}/p11-kit-extract-trust +ln -s ../../sbin/update-ca-certificates %{buildroot}%{_libdir}/%{name}/p11-kit-extract-trust +export NO_BRP_STALE_LINK_ERROR=yes # *grr* %clean rm -rf %{buildroot} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
