diff --git a/python-django-helpdesk.spec b/python-django-helpdesk.spec index 204893c..78d19bc 100644 --- a/python-django-helpdesk.spec +++ b/python-django-helpdesk.spec @@ -69,17 +69,18 @@ for lib in $(find . -type f -name "*.py"); do mv $lib.new $lib done +chmod 0644 helpdesk/management/commands/create_escalation_exclusions.py +chmod 0644 helpdesk/management/commands/create_queue_permissions.py +chmod 0644 helpdesk/management/commands/create_usersettings.py +chmod 0644 helpdesk/management/commands/escalate_tickets.py +chmod 0644 helpdesk/management/commands/get_email.py + %build %py3_build %install %py3_install -find helpdesk/management/commands/create_escalation_exclusions.py -type f | xargs chmod 0644 || true -find helpdesk/management/commands/create_queue_permissions.py -type f | xargs chmod 0644 || true -find helpdesk/management/commands/create_usersettings.py -type f | xargs chmod 0644 || true -find helpdesk/management/commands/escalate_tickets.py -type f | xargs chmod 0644 || true -find helpdesk/management/commands/get_email.py -type f | xargs chmod 0644 || true find %{buildroot} -size 0 -delete %find_lang django