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 586980 Details for
Bug 825425
FTBFS: failing test with HTML comments with python 2.7.3 (FIXED)
[?]
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]
suggested patch on .spec file
python-django-spec-fix-HTML-test.patch (text/plain), 1.62 KB, created by
Matěj Cepl
on 2012-05-26 07:07:16 UTC
(
hide
)
Description:
suggested patch on .spec file
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2012-05-26 07:07:16 UTC
Size:
1.62 KB
patch
obsolete
>--- SPECS/python-django.spec.orig 2012-05-26 08:44:55.262895432 +0200 >+++ SPECS/python-django.spec 2012-05-26 08:56:28.605905843 +0200 >@@ -1,6 +1,6 @@ > %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} >-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} >+%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:5]")} > > %global pkgname Django > >@@ -15,7 +15,7 @@ > > Name: python-django > Version: 1.4 >-Release: 3%{?dist} >+Release: 3.0.1.MCFixHTMLTests%{?dist} > Summary: A high-level Python Web framework > > Group: Development/Languages >@@ -29,7 +29,8 @@ > # patch tests to relax performance scalability requirements > Patch1: Django-1.4-relax-scalability-req.patch > # patch test which (correctly, as it turns) doesn't fail on Python 2.7.3 >-Patch2: 0001-Fixed-18027-Removed-an-HTMLParser-test-that-doesn-t-.patch >+# https://code.djangoproject.com/ticket/18027 >+Patch2: Django-0001-Fixed-18027-Removed-an-HTMLParser-test-that-doesn-t-.patch > > %if 0%{?rhel} <= 5 > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >@@ -81,6 +82,8 @@ > %endif > # patch tests to relax performance scalability requirements > %patch1 -p1 -b .relax-scalability-req >+# patch test which (correctly, as it turns) doesn't fail on Python 2.7.3 >+%patch2 -p1 -b .missing-HTML-comment-end > > # empty files > for f in \
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 825425
:
586979
| 586980