Skip to content

Commit 80f9e8c

Browse files
author
Kasper Peeters
committed
Another ssl attempt.
1 parent 74e337b commit 80f9e8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/opensuse-tumbleweed-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
zypper -n install --no-recommends rpmbuild git cmake python311-devel gcc-c++ \
5050
gmp-devel libuuid-devel \
5151
gtkmm3-devel sqlite3-devel \
52-
python311-matplotlib openssl \
52+
python311-matplotlib libopenssl-devel \
5353
libboost_system-devel libboost_filesystem-devel \
5454
libboost_date_time-devel libboost_program_options-devel
5555
git config --global --add safe.directory /workspace

cmake/packaging.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if(EXISTS "/etc/redhat-release")
3333
set(CPACK_RPM_PACKAGE_REQUIRES "python3-libs, gmp, libuuid, sqlite, gtkmm30, openssl, boost-system, boost-filesystem, boost-program-options, boost-regex, libstdc++, python3-matplotlib, python3-sympy")
3434
set(CPACK_SYSTEM_NAME "fedora41")
3535
else()
36-
message(FATAL_ERROR "-- This is an old Fedora system <40, we do not support packaging for this anymore")
36+
message(FATAL_ERROR "-- This is an old Fedora system <40, we do not support packaging for this anymore.")
3737
endif()
3838
endif()
3939
else()

0 commit comments

Comments
 (0)