Hello community,

here is the log from the commit of package openssl-ibmpkcs11 for 
openSUSE:Factory checked in at 2017-09-23 21:35:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssl-ibmpkcs11 (Old)
 and      /work/SRC/openSUSE:Factory/.openssl-ibmpkcs11.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssl-ibmpkcs11"

Sat Sep 23 21:35:20 2017 rev:1 rq:528165 version:1.0.0

Changes:
--------
New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.openssl-ibmpkcs11.new/openssl-ibmpkcs11.changes 
2017-09-23 21:35:35.454809776 +0200
@@ -0,0 +1,37 @@
+-------------------------------------------------------------------
+Fri Sep 22 02:23:42 UTC 2017 - [email protected]
+
+- Modified the spec file to query the libcrypto package
+  for which directory to install the engine into. Needed
+  now that it is versioned.
+
+-------------------------------------------------------------------
+Fri Oct  7 13:04:14 UTC 2016 - [email protected]
+
+- Fix engine install location (bsc#997043)
+
+-------------------------------------------------------------------
+Wed Sep  3 01:41:37 CEST 2014 - [email protected]
+
+- sanitize release line in specfile
+
+-------------------------------------------------------------------
+Thu Mar  6 11:08:31 CET 2014 - [email protected]
+
+- changed license entry to OpenSSL as requested 
+
+-------------------------------------------------------------------
+Wed Mar  5 19:01:36 CET 2014 - [email protected]
+
+- fix build on SLE 12 
+
+-------------------------------------------------------------------
+Fri Aug 12 09:37:38 UTC 2011 - [email protected]
+
+- fixed and packaged sample openssl.cnf (bnc#710902)
+
+-------------------------------------------------------------------
+Tue Jun 28 15:32:30 CEST 2011 - [email protected]
+
+- new package (fate#311657)
+

New:
----
  openssl-ibmpkcs11-1.0.0.tar.bz2
  openssl-ibmpkcs11.changes
  openssl-ibmpkcs11.spec
  openssl-ibmpkcs11_sample_config_file.patch

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

Other differences:
------------------
++++++ openssl-ibmpkcs11.spec ++++++
#
# spec file for package openssl-ibmpkcs11
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           openssl-ibmpkcs11
Url:            http://sourceforge.net/projects/opencryptoki/
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  libtool
BuildRequires:  openssl-devel
Version:        1.0.0
Release:        0
Summary:        OpenSSL Dynamic PKCS #11 Engine
License:        OpenSSL
Group:          Productivity/Networking/Security
Source:         %name-%{version}.tar.bz2
Patch:          openssl-ibmpkcs11_sample_config_file.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
OpenSSL Dynamic PKCS #11 Engine



%prep
%setup
%patch -p1

%build
# The directory where crypto engines are located is owned by the libcrypto 
package.
# Find out where that is for this version of the distribution.
%define _ENGINE_DIR %(pkg-config --variable=enginesdir libcrypto)

sh bootstrap.sh
%configure --libdir=%{_ENGINE_DIR}
make

%install
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT/%{_ENGINE_DIR}/*.{la,so}

%files
%defattr(-,root,root)
%doc LICENSE ChangeLog README openssl.cnf.sample
%{_ENGINE_DIR}/libibmpkcs11.so.*

%changelog
++++++ openssl-ibmpkcs11_sample_config_file.patch ++++++
--- openssl-ibmpkcs11-1.0.0/openssl.cnf.sample.in       2011-05-11 
17:57:02.000000000 -0400
+++ openssl-ibmpkcs11-1.0.0-key/openssl.cnf.sample.in   2011-08-05 
19:42:30.000000000 -0400
@@ -17,9 +17,9 @@
 ibmpkcs11 = ibmpkcs11_section
 
 [ibmpkcs11_section]
-SLOT_ID=0
-dynamic_path = @LIBDIR@/libibmpkcs11.so
+dynamic_path = @LIBDIR@/libibmpkcs11.so.0.0.0
 engine_id = ibmpkcs11
+SLOT_ID=0
 #
 # The following algorithms will be enabled by these parameters
 # to the default_algorithms line. Any combination of these is valid,

Reply via email to