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

Mario Blättermann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
                   |                            |m
           Assignee|[email protected]    |[email protected]
                   |                            |m

--- Comment #1 from Mario Blättermann <[email protected]> ---
Looks almost fine, but look here:

%doc %{_datadir}/themes/%{theme_name}/gnome-shell/LICENSE
%dir %{_datadir}/themes/%{theme_name}
%{_datadir}/themes/%{theme_name}/gnome-shell/*

The folder /usr/share/themes/selene is owned by your package, and also the
files LICENSE and all the shell design files, but the folder
/usr/share/themes/selene/gnome-shell stays unowned. Better:

%doc %{_datadir}/themes/%{theme_name}/gnome-shell/LICENSE
%dir %{_datadir}/themes/%{theme_name}
%dir %{_datadir}/themes/%{theme_name}/gnome-shell
%{_datadir}/themes/%{theme_name}/gnome-shell/*

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to