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

Ensure that we reference %doc and %license in specs #1440

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

lkocman
Copy link
Contributor

@lkocman lkocman commented Jul 4, 2024

https://build.opensuse.org/request/show/1185331 was rejected because of missing %license and %doc

All of packages/subdirs already had README.md in it so %doc handling is easy.

My original idea was to use _service to extract LICENSE from git to avoid replication, but that doesn't work if you create tar archive from git subdirectory which is our case.

I've noticed rust directory alrady had duplicated LICENSE, so I simply copied it to other packages too.

`<services>
  <service name="obs_scm" mode="manual">
    <param name="url">https://github.com/openSUSE/agama.git</param>
    ...
    <param name="subdir">autoinstallation</param>` # HERE

@lkocman lkocman requested a review from imobachgs July 4, 2024 15:35
@imobachgs imobachgs merged commit d40a89a into agama-project:master Jul 4, 2024
1 check passed
@imobachgs imobachgs mentioned this pull request Sep 20, 2024
imobachgs added a commit that referenced this pull request Sep 20, 2024
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