Hello community, here is the log from the commit of package openCryptoki for openSUSE:Factory checked in at 2017-03-18 20:51:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openCryptoki (Old) and /work/SRC/openSUSE:Factory/.openCryptoki.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openCryptoki" Sat Mar 18 20:51:04 2017 rev:40 rq:480952 version:3.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/openCryptoki/openCryptoki.changes 2017-03-03 17:44:35.348670851 +0100 +++ /work/SRC/openSUSE:Factory/.openCryptoki.new/openCryptoki.changes 2017-03-18 20:51:05.709249323 +0100 @@ -1,0 +2,7 @@ +Fri Mar 17 20:50:45 UTC 2017 - [email protected] + +- Modified the spec file + - Changed libca3-devel BuildRequires to just libica-devel + - Check for systemd in the 32bit postun scriptlet. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openCryptoki.spec ++++++ --- /var/tmp/diff_new_pack.OEPDRG/_old 2017-03-18 20:51:06.353158103 +0100 +++ /var/tmp/diff_new_pack.OEPDRG/_new 2017-03-18 20:51:06.357157537 +0100 @@ -36,7 +36,7 @@ BuildRequires: flex BuildRequires: gcc-c++ %ifarch s390 s390x -BuildRequires: libica3-devel +BuildRequires: libica-devel %endif BuildRequires: libtool BuildRequires: openldap2-devel @@ -223,8 +223,15 @@ %ifarch %openCryptoki_32bit_arch %postun 32bit -# remove the openCryptoki start script +if [ -L %{_sysconfdir}/pkcs11 ] ; then + rm %{_sysconfdir}/pkcs11 +fi +%if %{uses_systemd} +%{service_del_postun pkcsslotd.service} +%else +%{restart_on_update pkcsslotd} %{insserv_cleanup} +%endif %post 32bit # Old library name links
