https://bugzilla.redhat.com/show_bug.cgi?id=2176241

Mikel Olasagasti Uranga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected]    |[email protected]
           Doc Type|---                         |If docs needed, set a value
                 CC|                            |[email protected]
             Status|NEW                         |ASSIGNED
              Flags|                            |fedora-review?



--- Comment #1 from Mikel Olasagasti Uranga <[email protected]> ---
> ## START: Set by rpmautospec
> ## (rpmautospec version 0.3.5)
> ## RPMAUTOSPEC: autorelease, autochangelog
> %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
>     release_number = 1;
>     base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
>     print(release_number + base_release_number - 1);
> }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
> ## END: Set by rpmautospec

Is this block required nowadays?

> %global golicenses      LICENSE

You're missing cpuid/LICENSE, you can try with something like:

%global golicenses      LICENSE cpuid-LICENSE
(...)
%install
%gopkginstall
mv cpuid/LICENSE cpuid-LICENSE
(...)
%license LICENSE cpuid-LICENSE


> %changelog
> * Tue Mar 07 2023 Link Dupont <[email protected]> - 0.9.5-1
> - Intitial package

I suggest to use %autochangelog to make it easier to maintain the spec in the
future, but not a hard requirement.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2176241
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to