Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openssl-ibmca for openSUSE:Factory checked in at 2023-03-14 18:17:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssl-ibmca (Old) and /work/SRC/openSUSE:Factory/.openssl-ibmca.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssl-ibmca" Tue Mar 14 18:17:44 2023 rev:40 rq:1071488 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openssl-ibmca/openssl-ibmca.changes 2022-10-06 07:42:50.992773566 +0200 +++ /work/SRC/openSUSE:Factory/.openssl-ibmca.new.31432/openssl-ibmca.changes 2023-03-14 18:17:51.564121385 +0100 @@ -1,0 +2,9 @@ +Tue Mar 14 11:35:44 UTC 2023 - Nikolay Gueorguiev <[email protected]> + +- Updated .spec file removed '#' from the line containing + 'sed -e 's/^dynamic_path/#dynamic_path/' (bsc#1209038) +- Added in %files + * /usr/lib64/engines-3/ibmca-provider.la + * /usr/lib64/engines-3/ibmca-provider.so + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssl-ibmca.spec ++++++ --- /var/tmp/diff_new_pack.8Ysv2B/_old 2023-03-14 18:17:52.556126688 +0100 +++ /var/tmp/diff_new_pack.8Ysv2B/_new 2023-03-14 18:17:52.568126752 +0100 @@ -1,7 +1,7 @@ # # spec file for package openssl-ibmca # -# Copyright (c) 2018-2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -73,7 +73,7 @@ grep -v "^#" src/engine/openssl.cnf.sample | \ sed -n -e '/^\[ibmca_section\]/,$ p' | \ sed -e '/^$/ {N;N;s/\n\n/\n/g;}' | \ - sed -e 's/^dynamic_path/#dynamic_path/' > %{buildroot}%{_datadir}/%{name}/openssl-ibmca.enginedef.cnf + sed -e 's/^dynamic_path/dynamic_path/' > %{buildroot}%{_datadir}/%{name}/openssl-ibmca.enginedef.cnf %post #Original fix for bsc#942839 was to update on first install @@ -81,6 +81,9 @@ SSLENGCNF=%{_sysconfdir}/ssl/engines.d SSLENGDEF=%{_sysconfdir}/ssl/engdef.d +mkdir -p ${SSLENGCNF} +mkdir -p ${SSLENGDEF} + cp -p %{_datadir}/%{name}/openssl-ibmca.sectiondef.txt ${SSLENGCNF}/openssl-ibmca.cnf cp -p %{_datadir}/%{name}/openssl-ibmca.enginedef.cnf ${SSLENGDEF}/openssl-ibmca.cnf @@ -102,6 +105,9 @@ %{_datadir}/%{name}/openssl-ibmca.sectiondef.txt %{_datadir}/%{name}/openssl-ibmca.enginedef.cnf %{enginesdir}/ibmca.* +/usr/lib64/engines-3/ibmca-provider.la +/usr/lib64/engines-3/ibmca-provider.so %{_mandir}/man5/ibmca.5%{?ext_man} +%{_mandir}/man5/ibmca-provider.5.gz %changelog
