Accepting request 975096 from home:jengelh:branches:security:tls

- Use same %description as openssl-3 (describe the software, not the project).

OBS-URL: https://build.opensuse.org/request/show/975096
OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl?expand=0&rev=40
This commit is contained in:
Pedro Monreal Gonzalez 2022-05-09 10:35:25 +00:00 committed by Git OBS Bridge
parent 0313fcccb9
commit c70cc7d040
2 changed files with 17 additions and 15 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 5 08:41:02 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Use same %description as openssl-3 (describe the software,
not the project).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 15 17:41:47 UTC 2022 - Pedro Monreal <pmonreal@suse.com> Tue Mar 15 17:41:47 UTC 2022 - Pedro Monreal <pmonreal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package openssl # spec file for package openssl
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,10 +21,10 @@ Name: openssl
Version: 1.1.1n Version: 1.1.1n
Release: 0 Release: 0
Summary: Secure Sockets and Transport Layer Security Summary: Secure Sockets and Transport Layer Security
# Yes there is no license but to not confuse people keep it aligned to the pkg # Yes there is no license. But, to not confuse people, keep it aligned to the pkg
License: OpenSSL License: OpenSSL
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
Url: https://www.openssl.org/ URL: https://www.openssl.org/
Source0: README.SUSE Source0: README.SUSE
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: libopenssl%{_sonum} = %{version} BuildRequires: libopenssl%{_sonum} = %{version}
@ -35,16 +35,13 @@ BuildArch: noarch
Provides: openssl(cli) Provides: openssl(cli)
%description %description
The OpenSSL Project is a collaborative effort to develop a robust, OpenSSL is a software library to be used in applications that need to
commercial-grade, full-featured, and open source toolkit implementing secure communications over computer networks against eavesdropping or
the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS need to ascertain the identity of the party at the other end.
v1) protocols with full-strength cryptography. The project is managed OpenSSL contains an implementation of the SSL and TLS protocols.
by a worldwide community of volunteers that use the Internet to
communicate, plan, and develop the OpenSSL toolkit and its related
documentation.
%package -n libopenssl-devel %package -n libopenssl-devel
Summary: Include Files and Libraries mandatory for Development Summary: Development files for OpenSSL
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: libopenssl%{_sonum} = %{version} Requires: libopenssl%{_sonum} = %{version}
@ -58,8 +55,9 @@ Provides: pkgconfig(libcrypto) = %{version}
Provides: pkgconfig(openssl) = %{version} Provides: pkgconfig(openssl) = %{version}
%description -n libopenssl-devel %description -n libopenssl-devel
This package contains all necessary include files and libraries needed This package is a dummy package that always depends on the
to develop applications that require these. version of corresponding openssl packages that openSUSE
currently supports.
%prep %prep
cp %{SOURCE0} . cp %{SOURCE0} .
@ -71,11 +69,9 @@ cp %{SOURCE0} .
: :
%files %files
%defattr(-, root, root)
%doc README.SUSE %doc README.SUSE
%files -n libopenssl-devel %files -n libopenssl-devel
%defattr(-, root, root)
%doc README.SUSE %doc README.SUSE
%changelog %changelog