Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 830482 Details for
Bug 1035987
bash_completion for python3-django-admin
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix bash_completion for python3-django-admin
0001-fix-bash_completion-for-python3-django-admin-rhbz-10.patch (text/plain), 2.18 KB, created by
Jakub Dorňák
on 2013-11-29 06:37:16 UTC
(
hide
)
Description:
fix bash_completion for python3-django-admin
Filename:
MIME Type:
Creator:
Jakub Dorňák
Created:
2013-11-29 06:37:16 UTC
Size:
2.18 KB
patch
obsolete
>From 4f1ea678e664adb2ba552a7f5ca879d260752397 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jakub=20Dor=C5=88=C3=A1k?= <jdornak@redhat.com> >Date: Fri, 29 Nov 2013 07:33:44 +0100 >Subject: [PATCH] fix bash_completion for python3-django-admin (rhbz#1035987) > >--- > python-django-1.6-completion.patch | 11 +++++++++++ > python-django.spec | 7 ++++++- > 2 files changed, 17 insertions(+), 1 deletion(-) > create mode 100644 python-django-1.6-completion.patch > >diff --git a/python-django-1.6-completion.patch b/python-django-1.6-completion.patch >new file mode 100644 >index 0000000..db1c6bd >--- /dev/null >+++ b/python-django-1.6-completion.patch >@@ -0,0 +1,11 @@ >+--- Django-1.6/extras/django_bash_completion.orig 2013-11-29 07:02:33.048533998 +0100 >++++ Django-1.6/extras/django_bash_completion 2013-11-29 07:02:59.136521280 +0100 >+@@ -37,7 +37,7 @@ _django_completion() >+ COMP_CWORD=$COMP_CWORD \ >+ DJANGO_AUTO_COMPLETE=1 $1 ) ) >+ } >+-complete -F _django_completion -o default django-admin.py manage.py django-admin >++complete -F _django_completion -o default django-admin.py manage.py django-admin python3-django-admin >+ >+ _python_django_completion() >+ { >diff --git a/python-django.spec b/python-django.spec >index 63e622a..d764399 100644 >--- a/python-django.spec >+++ b/python-django.spec >@@ -17,13 +17,14 @@ > > Name: python-django > Version: 1.6 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: A high-level Python Web framework > > Group: Development/Languages > License: BSD > URL: http://www.djangoproject.com/ > Source0: http://pypi.python.org/packages/source/D/Django/Django-%{version}.tar.gz >+Patch0: python-django-1.6-completion.patch > > BuildArch: noarch > # Note: No longer required in development version > 0.95 >@@ -96,6 +97,7 @@ principle. > > %prep > %setup -q -n %{pkgname}-%{version} >+%patch0 -p 1 > > # empty files > for f in \ >@@ -567,6 +569,9 @@ popd > > > %changelog >+* Fri Nov 29 2013 Jakub DorÅák <jdornak@redhat.com> - 1.6-2 >+- fix bash_completion for python3-django-admin (rhbz#1035987) >+ > * Sun Nov 24 2013 MatÄj Cepl <mcepl@redhat.com> - 1.6-1 > - update to 1.6 (rhbz#1027766) > >-- >1.8.4.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1035987
: 830482