forked from pool/openssl
Accepting request 1142575 from home:pmonrealgonzalez:branches:security:tls
OBS-URL: https://build.opensuse.org/request/show/1142575 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl?expand=0&rev=59
This commit is contained in:
parent
156e7a1569
commit
5fe9d172ce
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 16:07:51 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
|
||||
Mon Jan 29 15:17:22 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 3.2.0
|
||||
- New libopenssl-fips-provider package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 14:55:05 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
|
||||
|
17
openssl.spec
17
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
|
||||
|
Loading…
Reference in New Issue
Block a user