-
Notifications
You must be signed in to change notification settings - Fork 477
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xrtdeps : fix and update Fedora package list
- 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 <[email protected]>
- Loading branch information
Showing
1 changed file
with
78 additions
and
63 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