-
Notifications
You must be signed in to change notification settings - Fork 303
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
Fedora/RHEL packaging #8144
base: main
Are you sure you want to change the base?
Fedora/RHEL packaging #8144
Conversation
Let's exclude the spec file from the spelling checker! Please add it to |
Or maybe add the 3 missing words to |
I tried a test build, but that failed: https://build.opensuse.org/package/live_build_log/home:mook_work:branches:isv:Rancher:dev/rancher-desktop-main/Fedora_41/x86_64 That's mostly because the fedora rpmlint wants a build-id in our golang binaries, though, and we're not providing any:
So this PR is probably okay as-is, but we can't fully test it (and we can't ship them). |
How about just telling RPM to ignore them?
Or does that have other problems? |
@pgarciaq Your commit is also missing a DCO line: https://github.com/rancher-sandbox/rancher-desktop/pull/8144/checks?check_run_id=36153659244 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
@mook-as Can you do another test build (and let me know where I can pick up the RPM, assuming it succeeds)?
@jandubois I think I've fixed the build error with this commit: But I also think I've screwed up my git repository by inadvertently merging two branches, so maybe I should re-work my PR. |
I was surprised to see you merge |
The build succeeds, at least on commit 506edd7: https://build.opensuse.org/package/live_build_log/home:mook_work:branches:isv:Rancher:dev/rancher-desktop-main/Fedora_41/x86_64 (FWIW, there's no real need to be blocked on me making builds, since anybody can fork |
@pgarciaq Fails with one missing dependency:
I'm also wondering what the plan is to eventually publish this. Would you include it in the Fedora repos, or do you expect it to be published by SUSE or OBS? |
That was a mistake. Developing at 2am is not a great idea O:-)
I built the package here: It'd be nice if Fedora/RHEL provided that but for now, I'd really appreciate if it would be available from the same repository where the Rancher Desktop RPM will be available from. |
I believe the equivalent package is called |
Ah indeed, great catch. I looked for it but didn't find it. I'll update my PR. |
Signed-off-by: Pau Garcia Quiles <[email protected]>
PR is updated:
This is cleanear now. |
Add dependencies to build the RPM for Red Hat operating systems: Fedora, RHEL, etc.