diff --git a/openssl.changes b/openssl.changes index 7f7385a..45fffae 100644 --- a/openssl.changes +++ b/openssl.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Thu Nov 23 16:07:51 UTC 2023 - Otto Hollmann +Mon Jan 29 15:17:22 UTC 2024 - Pedro Monreal -- Update to 3.2.0 +- New libopenssl-fips-provider package. ------------------------------------------------------------------- Tue Oct 24 14:55:05 UTC 2023 - Otto Hollmann diff --git a/openssl.spec b/openssl.spec index 272aaea..2339f7d 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,7 +1,7 @@ # # spec file for package openssl # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define _sonum 3 Name: openssl -Version: 3.2.0 +Version: 3.1.4 Release: 0 Summary: Secure Sockets and Transport Layer Security # Yes there is no license but to not confuse people keep it aligned to the pkg @@ -62,6 +62,16 @@ Provides: pkgconfig(openssl) = %{version} This package contains all necessary include files and libraries needed to develop applications that require these. +%package -n libopenssl-fips-provider +Summary: Include Files and Libraries mandatory for Development +Group: Development/Libraries/C and C++ +Requires: %{name} >= 3.0.0 +Requires: libopenssl%{_sonum} >= 3.0.0 +Requires: pkgconfig + +%description -n libopenssl-fips-provider +This package contains OpenSSL FIPS provider. + %prep cp %{SOURCE0} . @@ -77,4 +87,7 @@ cp %{SOURCE0} . %files -n libopenssl-devel %doc README.SUSE +%files -n libopenssl-fips-provider +%doc README.SUSE + %changelog