https://bugzilla.redhat.com/show_bug.cgi?id=1331952
Alan Pevec <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?([email protected] |needinfo?([email protected] |) |) --- Comment #4 from Alan Pevec <[email protected]> --- > # Remove bundled egg-info > rm -rf %{pypi_name}.egg-info Remove bundled egg-info was misguide guideline, fixed in the meantime: https://fedoraproject.org/w/index.php?title=Packaging%3APython_Eggs&diff=400802&oldid=369803 > %{python2_sitelib}/mistral_dashboard-%{version}-py?.?.egg-info Use wildcard instead, to make it ready for rpm-master: https://www.rdoproject.org/documentation/rdo-packaging/#differences-between-master-and-rawhide-packaging Also please check https://github.com/javierpena/openstack-example-spec/blob/master/example-ui.spec There sections # Move config to horizon and # Move static files to horizon which are not present here. Matthias, please explain why are those needed? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] http://lists.fedoraproject.org/admin/lists/[email protected]
