Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conf-unwind: Add support for fedora-base distributions #25914

Merged
merged 1 commit into from
May 28, 2024

Conversation

kit-ty-kate
Copy link
Member

No description provided.

@mseri
Copy link
Member

mseri commented May 24, 2024

Do we need to do this on all conf- packages?

@@ -10,7 +10,7 @@ depexts: [
["libunwind-dev"] {os-family = "debian" | os-family = "ubuntu"}
["libunwind-devel"] {os-distribution = "centos"}
["libunwind-devel"] {os-distribution = "rhel"}
["libunwind-devel"] {os-distribution = "fedora"}
["libunwind-devel"] {os-distribution = "fedora" | os-family = "fedora"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
["libunwind-devel"] {os-distribution = "fedora" | os-family = "fedora"}
["libunwind-devel"] {os-family = "fedora"}

Why not this? Can it have fedora distribution but not family?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmh, good question, I thought Fedora itself had ID_LIKE = rhel or something but it turns out they do not (maybe they had in the past?). So I guess this should be safe to do.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll keep it as is, can be revisited in the future

@mseri mseri merged commit d6ad99d into ocaml:master May 28, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants