You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added logic to detect Fedora version from /etc/os-release.
- Introduced conditional inclusion of openssl-static, protobuf-static, and python2-sphinx based on Fedora version:
- openssl-static for Fedora ≤ 35
- protobuf-static for Fedora ≤ 38
- python2-sphinx for Fedora < 32, otherwise python3-sphinx for Fedora ≥ 32
- Cleaned up redundant entries in the package list (FD_LIST).
- Improved error handling for unavailable packages with --skip-broken option in dnf.
- Ensured compatibility with Fedora's evolving package ecosystem by addressing deprecated packages.
Signed-off-by: Marco Dos Santos Oliveira <marco.dossantosoliveira@sunrise.ch>
0 commit comments