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

Rex Dieter <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|fedora-review?              |fedora-review+



--- Comment #8 from Rex Dieter <[email protected]> ---
Thanks looks good, approved.


Minor things to consider in the future, 

1. avoid using globs like:

desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
appstream-util validate-relax --nonet
%{buildroot}%{_datadir}/metainfo/*.appdata.xml

and 

%{_datadir}/applications/*.desktop
%{_datadir}/metainfo/*.appdata.xml

and reference the full files precisely (without globs).  These should generally
never change, and if they do, you should be mindful of that.

2. consider using
%{_metainfodir}/...
instead of hard-coded
 %{_datadir}/metainfo/...

-- 
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]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to