From 8b52d5a27b4c288aa2167968b1d570e3caba6245 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Fri, 18 Nov 2016 14:02:39 -0500 Subject: [PATCH 1/1] python-django-bash-completion: fix build failures due to unwanted sgid bit --- SPECS/python-django.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SPECS/python-django.spec b/SPECS/python-django.spec index 5cf8579..79557de 100644 --- a/SPECS/python-django.spec +++ b/SPECS/python-django.spec @@ -421,6 +421,8 @@ popd %doc docs/_build/html/* %files bash-completion +%dir %attr(0755,root,root) %{_datadir}/bash-completion +%dir %attr(0755,root,root) %{_datadir}/bash-completion/completions %{_datadir}/bash-completion %if 0%{?with_python3} -- 1.8.3.1