https://bugzilla.redhat.com/show_bug.cgi?id=1460630
Jakub Kadlčík jkadlcik@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jkadlcik@redhat.com
--- Comment #2 from Jakub Kadlčík jkadlcik@redhat.com ---
Version: 0.2
As noted in previous comment, there is already a 0.3 version
Summary: Run COPR build tasks Name: copr-rpmbuild
It is not wrong or forbidden but can we swap the lines, so Name is first?
install -d %{buildroot}%{_sysconfdir}/copr-rpmbuild install -d %{buildroot}%{_sharedstatedir}/copr-rpmbuild install -d %{buildroot}%{_sharedstatedir}/copr-rpmbuild/results
There are lot of lines like this. Maybe it would be better to use %{name} instead of typing the copr-rpmbuild over and over again?
copr-rpmbuild.noarch: W: no-url-tag
Please add `Url:` tag with link to upstream URL
copr-rpmbuild.noarch: E: wrong-script-interpreter /usr/bin/copr-rpmbuild /usr/bin/env perl
AFAIK we should not use /usr/bin/env, but rather use e.g. /usr/bin/perl
%description Provides command capable of running COPR build-task definitions.
Don't consider it as necessary, but I would like to see more information. I've heard about this package on meetings and yet I hardly know what exactly it does. I can imagine that people with no previous knowledge will not understand it from such description either.