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

Update Linux Packages to Depend on libnuma #3670

Merged
merged 2 commits into from
Jun 2, 2023

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Jun 2, 2023

Description

Fixes #3421.

Testing

Existing automation covers some of this.

Documentation

N/A

@@ -182,6 +183,7 @@ if [ "$OS" == "linux" ]; then
--provides ${NAME} \
--conflicts ${CONFLICTS} \
--depends "libssl${TLSVERSION}" \
--depends "libnuma1" \
Copy link
Member Author

Choose a reason for hiding this comment

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

@wfurt I did a combination of guessing and chatgpt to come up with these changes. Would it be possible to get your help validating?

Copy link
Contributor

Choose a reason for hiding this comment

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

[root@061eeb412ce3 /]# yum provides libnuma.so.1
Last metadata expiration check: 0:04:56 ago on Fri Jun  2 22:12:46 2023.
numactl-libs-2.0.16-2.fc38.i686 : libnuma libraries
Repo        : fedora
Matched from:
Provide    : libnuma.so.1
root@f45c0dbd52df:~/msquic# apt-cache depends libnuma1
libnuma1
  Depends: libc6

Looks good to me at least. Both dependency names can be recognized.

@nibanks nibanks merged commit 626aacf into main Jun 2, 2023
@nibanks nibanks deleted the nibanks/libnuma-package-dependency branch June 2, 2023 22:24
csujedihy pushed a commit that referenced this pull request Jun 8, 2023
* Update Linux Packages to Depend on libnuma

* Update Linux Packages to Depend on libnuma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

msquic depends on libnuma but packages don't state that
2 participants