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

Igor Gnatenko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Igor Gnatenko <[email protected]> ---
> %{_sysconfdir}/bash_completion.d/

should be:

> %{_sysconfdir}/bash_completion.d/*

because you shouldn't own this dir. only some files in it.


>License:               Apache License, Version 2.0

should be:

>License:               ASL 2.0

Reference: https://fedoraproject.org/wiki/Licensing:Main#Good_Licenses


%build section has no %configure. That's bad. if there no configure file - use
this hook:

%prep
...
echo '#!/bin/sh' > ./configure
chmod +x ./configure

%build
%configure
...

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to