Skip to content

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

Merged
imobachgs merged 1 commit intoagama-project:masterfrom
lkocman:license_and_doc
Jul 4, 2024
Merged

Ensure that we reference %doc and %license in specs#1440
imobachgs merged 1 commit intoagama-project:masterfrom
lkocman:license_and_doc

Conversation

@lkocman
Copy link
Copy Markdown
Collaborator

@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
@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