https://bugzilla.redhat.com/show_bug.cgi?id=1071490
Pádraig Brady <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Pádraig Brady <[email protected]> --- The runtime requirements are questionable: python-pbr python-setuptools_git Probably all that's required to handle that is to rm requirements.txt in the spec prep section. /etc/tuskar/tuskar.wsgi contains from tuskar.api import app as application That's probably something that should go in %{buildroot}%{_datadir}/tuskar OSLO_PACKAGE_VERSION is set to 1.2.0. You probably want to set that to: export OSLO_PACKAGE_VERSION=%{version} There is no handling of the service on install/upgrade etc. Copy those sections from an existing project. For example: http://pkgs.fedoraproject.org/cgit/openstack-ceilometer.git/tree/openstack-ceilometer.spec s/python_sitelib/python2_sitelib/ -- 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
