-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openssl: move SymCrypt and SymCrypt-OpenSSL Recommends from main pack…
…age to libs (#12176) openssl has a Recommends on SymCrypt and SymCrypt-OpenSSL. However, it's actually the subpackage openssl-libs that needs these and we have a customer that sees these not being installed if they only install openssl-libs on a minimal container. This change moves the Recommends from the main package to the libs subpackage
- Loading branch information
1 parent
38b4cc9
commit b2c2ae0
Showing
5 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
Summary: Utilities from the general purpose cryptography library with TLS implementation | ||
Name: openssl | ||
Version: 3.3.2 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Source: https://github.com/openssl/openssl/releases/download/openssl-%{version}/openssl-%{version}.tar.gz | ||
|
@@ -90,9 +90,6 @@ BuildRequires: perl(Test::More) | |
|
||
Requires: %{name}-libs%{?_isa} = %{version}-%{release} | ||
|
||
Recommends: SymCrypt | ||
Recommends: SymCrypt-OpenSSL | ||
|
||
%description | ||
The OpenSSL toolkit provides support for secure communications between | ||
machines. OpenSSL includes a certificate management tool and shared | ||
|
@@ -101,6 +98,8 @@ protocols. | |
|
||
%package libs | ||
Summary: A general purpose cryptography library with TLS implementation | ||
Recommends: SymCrypt | ||
Recommends: SymCrypt-OpenSSL | ||
|
||
%description libs | ||
OpenSSL is a toolkit for supporting cryptography. The openssl-libs | ||
|
@@ -358,6 +357,9 @@ install -m644 %{SOURCE9} \ | |
%ldconfig_scriptlets libs | ||
|
||
%changelog | ||
* Fri Jan 31 2025 Tobias Brick <[email protected]> - 3.3.2-2 | ||
- Move SymCrypt and SymCrypt-OpenSSL Recommends from main package to libs | ||
|
||
* Thu Sep 19 2024 Tobias Brick <[email protected]> - 3.3.2-1 | ||
- Upgrade to 3.3.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters