Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Move runtime-deps to openssl 1.1: support SLES 15 (#6250)
Browse files Browse the repository at this point in the history
SLES 12 has both libopenssl1_0_0 and libopenssl1_1, but SLES 15 moved 1_0_0 to the legacy module. Changing the RPM to 1_1 allows a single RPM to work by default with 12 and 15.
  • Loading branch information
dagood authored and wtgodbe committed May 22, 2019
1 parent 91284e3 commit 5697d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},

"rpm_dependencies":[{
"package_name": "libopenssl1_0_0",
"package_name": "libopenssl1_1",
"package_version": ""
},
{
Expand Down

0 comments on commit 5697d40

Please sign in to comment.