Files
integ/python/python-django/centos/meta_patches/fix-build-failures-due-to-unwanted-sgid.patch
SidneyAn d0e1110fda upgrade python-django to CentOS 7.6 version
[Patch 2/3]
update to version 1.11.13-4
remove unnecessary patches

Story: 2004522
Task: 28402

Depends-On: https://review.openstack.org/#/c/627590/
Change-Id: Icec77377cb40c253ad4f94a62595b35cae6b46e4
Signed-off-by: SidneyAn <ran1.an@intel.com>
2018-12-28 02:05:44 +00:00

27 lines
756 B
Diff

From 8b52d5a27b4c288aa2167968b1d570e3caba6245 Mon Sep 17 00:00:00 2001
From: Scott Little <scott.little@windriver.com>
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
@@ -396,6 +396,8 @@ cd tests
# %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