[dev-python/python-report] add rpm patch
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
AUX bugs.sabayon.org.ini 171 RMD160 87fd58ee98c30e9924c569e65bbf7c4b03707095 SHA1 d3769ff4c5d2418bab0128291d337d535ba66b16 SHA256 84060de5c596e836a58d166c12fc373852cfe104da78853b4499acebbc3e92b5
|
||||
AUX python-report-0.10-disable-rpm.patch 1292 RMD160 816b671a5418a25f5c3d2874de98eed5bb962127 SHA1 649c42b4c17e03b015badb0c8a70215350111b39 SHA256 38633e72b7265580a33b118deddb3f6cae932f6935a9c40f73fa4ec3e1dab990
|
||||
AUX python-report-0.10-sabayon-defaults.patch 2816 RMD160 16cd841db8789c664c5a3cc2d595e735ecf0fa6b SHA1 3b0ef79a491c5e4bd91d16fee35392762c244e68 SHA256 7e662cea4143c5d3f27646c6250cf57f3e91b29d58bb0aff883e60e1d1478830
|
||||
EBUILD python-report-0.10.ebuild 1313 RMD160 d0a74c728b747efba789f8c36781678c54e3f641 SHA1 bb8dec223ec0ff9881a0842366f592ffc43a3457 SHA256 4c5bd7200a033c83813428337d39ab3b4a5e8b06d9e03c8a6b9e46752032be69
|
||||
EBUILD python-report-0.10.ebuild 1358 RMD160 e11bccfdb2b11926d5e764744bca9c7a44624041 SHA1 3696610e5a3298f8175d19adfab88f2fcaeedd81 SHA256 3195a7979d42276b5ca1b3510a3a4cfe33bfd86d15f72c011dc1a8d4a03705d7
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
diff -Nurp python-report-0.10.orig/python/report/templates/bugzilla-template/__init__.py python-report-0.10/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
|
||||
@@ -106,7 +106,6 @@ import filer
|
||||
def sendToBugzilla(component, signature, io, bzfiler,
|
||||
optionsDict, fileName, fileDescription):
|
||||
|
||||
- import rpmUtils.arch
|
||||
|
||||
class BugzillaCommunicationException (Exception):
|
||||
pass
|
||||
@@ -204,7 +203,7 @@ def sendToBugzilla(component, signature,
|
||||
bug = withBugzillaDo(bzfiler, lambda b: b.createbug(product=bzfiler.getproduct(),
|
||||
component=component,
|
||||
version=bzfiler.getversion(),
|
||||
- platform=rpmUtils.arch.getBaseArch(),
|
||||
+ # platform=rpmUtils.arch.getBaseArch(),
|
||||
bug_severity="medium",
|
||||
priority="medium",
|
||||
op_sys="Linux",
|
||||
@@ -26,6 +26,7 @@ RDEPEND="dev-libs/openssl
|
||||
src_prepare() {
|
||||
|
||||
epatch "${FILESDIR}"/${P}-sabayon-defaults.patch
|
||||
epatch "${FILESDIR}"/${P}-disable-rpm.patch
|
||||
|
||||
eautoreconf || die "cannot run eautoreconf"
|
||||
autoreconf -i || die "wtf"
|
||||
|
||||
Reference in New Issue
Block a user