summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-25 23:25:38 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-25 23:25:38 +0000
commite8ab3e2b106b7d13c7a2ed74ab0c50e8e2e05da3 (patch)
tree9afab9c4059ca93ac313ba8e8f445236edc23339
parentdev-python/python-report: fix 0.23 patches (diff)
downloadanaconda-overlay-e8ab3e2b106b7d13c7a2ed74ab0c50e8e2e05da3.tar.gz
anaconda-overlay-e8ab3e2b106b7d13c7a2ed74ab0c50e8e2e05da3.tar.bz2
anaconda-overlay-e8ab3e2b106b7d13c7a2ed74ab0c50e8e2e05da3.zip
dev-python/python-report: fix path in patches
-rw-r--r--dev-python/python-report/files/python-report-0.23-disable-rpm.patch4
-rw-r--r--dev-python/python-report/files/python-report-0.23-fix-version-detection.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-report/files/python-report-0.23-disable-rpm.patch b/dev-python/python-report/files/python-report-0.23-disable-rpm.patch
index 464b8fb..fa673ed 100644
--- a/dev-python/python-report/files/python-report-0.23-disable-rpm.patch
+++ b/dev-python/python-report/files/python-report-0.23-disable-rpm.patch
@@ -1,6 +1,6 @@
diff -Nurp python-report-0.23.orig/python/report/templates/bugzilla-template/__init__.py python-report-0.23/python/report/templates/bugzilla-template/__init__.py
---- python-report-0.10.orig/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:19.729109477 +0200
-+++ python-report-0.10/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:54.640917830 +0200
+--- python-report-0.23.orig/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:19.729109477 +0200
++++ python-report-0.23/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:54.640917830 +0200
@@ -106,7 +106,6 @@ import filer
def sendToBugzilla(component, signature, io, bzfiler,
optionsDict, fileName, fileDescription):
diff --git a/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch b/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch
index c83d842..b7c4d1e 100644
--- a/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch
+++ b/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch
@@ -1,6 +1,6 @@
diff -Nurp python-report-0.23.orig//python/report/templates/bugzilla-template/filer.py python-report-0.23/python/report/templates/bugzilla-template/filer.py
---- python-report-0.10.orig//python/report/templates/bugzilla-template/filer.py 2010-04-13 23:08:08.849090647 +0200
-+++ python-report-0.10/python/report/templates/bugzilla-template/filer.py 2010-04-13 23:09:20.799052132 +0200
+--- python-report-0.23.orig//python/report/templates/bugzilla-template/filer.py 2010-04-13 23:08:08.849090647 +0200
++++ python-report-0.23/python/report/templates/bugzilla-template/filer.py 2010-04-13 23:09:20.799052132 +0200
@@ -61,15 +61,11 @@ def getVersion():
if os.path.exists(SYSTEM_VERSION_PATH):
file = open(SYSTEM_VERSION_PATH, "r")