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



--- Comment #3 from Jan Chaloupka <jchal...@redhat.com> ---
Heh :D

- remove BuildRequires: go-srpm-macros as the macro is in the minimal buildroot
- ExclusiveArch: %{go_arches} is ok as the package is supposed to be built only
on architectures where docker is

This can be shortened

%files
%if 0%{?fedora} >= 23
%license LICENSE
%else
%doc LICENSE
%doc README.md
%endif

to

#define license tag if not already defined
%{!?_licensedir:%global license %doc}

%files
%license LICENSE
%doc README.md

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to