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

Fix client specs for suse #10553

Closed

Conversation

m-bucher
Copy link

Fix some client spec-file problems on SUSE 15 build.
Also OpenSUSE Build Service checks some stuff like License string to be compatible with https://spdx.org/licenses/

@m-bucher m-bucher force-pushed the fix_client_specs_for_suse branch 3 times, most recently from 4823dc1 to 84b5a87 Compare March 13, 2024 10:46
Comment on lines 54 to 64
%if 0%{?rhel} > 7 || 0%{?fedora} || 0%{?suse_version}
mv ygg_worker %{name}-%{version}
%endif
Copy link
Author

Choose a reason for hiding this comment

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

Not sure about this one. I assume this has to do with the different contents of %{gobuild}, resulting in differently named binaries 🤔

Summary: Message dispatch agent for cloud-connected systems
%if 0%{?suse_version}
Copy link
Member

Choose a reason for hiding this comment

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

For what it's worth, Red Hat is also moving to SPDX tags. We haven't started the bulk migration, but see https://communityblog.fedoraproject.org/important-changes-to-software-license-information-in-fedora-packages-spdx-and-more/ for more. https://docs.fedoraproject.org/en-US/legal/update-existing-packages/ is the official Fedora way, but RHEL is planning the same. I just don't know for sure where that migration currently is. IIRC we've been asked internally to start changing.

It would be my preference to keep things simple. Can we change all the license tags for the client packages at once?

@evgeni
Copy link
Member

evgeni commented Aug 13, 2024

#11116 was merged, fixing ygg_worker

@evgeni
Copy link
Member

evgeni commented Aug 13, 2024

now #11118

@ekohl
Copy link
Member

ekohl commented Aug 13, 2024

Thanks @evgeni for finishing this.

@ekohl ekohl closed this Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants