Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openCryptoki for openSUSE:Factory 
checked in at 2024-10-16 23:48:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openCryptoki (Old)
 and      /work/SRC/openSUSE:Factory/.openCryptoki.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openCryptoki"

Wed Oct 16 23:48:21 2024 rev:79 rq:1208277 version:3.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openCryptoki/openCryptoki.changes        
2024-10-07 21:49:50.212273114 +0200
+++ /work/SRC/openSUSE:Factory/.openCryptoki.new.19354/openCryptoki.changes     
2024-10-16 23:49:30.103861060 +0200
@@ -5 +5,2 @@
-- Updated the %configure flags
+- Updated the %configure flags for i586
+- Implemented a logic to exclude i586 arch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openCryptoki.spec ++++++
--- /var/tmp/diff_new_pack.XFEf58/_old  2024-10-16 23:49:32.467959655 +0200
+++ /var/tmp/diff_new_pack.XFEf58/_new  2024-10-16 23:49:32.483960322 +0200
@@ -157,7 +157,11 @@
 %ifarch s390 s390x
     --enable-icatok --enable-ccatok --enable-ep11tok --enable-pkcsep11_migrate
 %else
+%ifnarch i586
     --disable-icatok --enable-ccatok --disable-ep11tok 
--disable-pkcsep11_migrate --enable-pkcscca_migrate
+%else
+    --disable-icatok --disable-ccatok --disable-ep11tok 
--disable-pkcsep11_migrate --disable-pkcscca_migrate
+%endif
 %endif
 
 make %{?_smp_mflags}
@@ -256,7 +260,6 @@
   # configuration directory
 %dir %{_sysconfdir}/opencryptoki
 %config %{_sysconfdir}/opencryptoki/opencryptoki.conf
-%config %{_sysconfdir}/opencryptoki/ccatok.conf
 %ifarch s390 s390x
 %config %{_sysconfdir}/opencryptoki/ep11cpfilter.conf
 %config %{_sysconfdir}/opencryptoki/ep11tok.conf
@@ -270,7 +273,10 @@
 %ifarch s390 s390x
 %{_sbindir}/pkcsep11_session
 %endif
+%ifnarch i586
+%config %{_sysconfdir}/opencryptoki/ccatok.conf
 %{_sbindir}/pkcscca
+%endif
 %{_sbindir}/pkcsslotd
 %{_sbindir}/pkcsconf
 %{_sbindir}/pkcsicsf

Reply via email to