]> git.pld-linux.org Git - packages/yum.git/commitdiff
ensure local yum is used, not imported from system auto/th/yum-3.4.3-2
authorElan Ruusamäe <glen@delfi.ee>
Sat, 2 Mar 2013 19:53:49 +0000 (21:53 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 2 Mar 2013 19:53:49 +0000 (21:53 +0200)
tests.patch [new file with mode: 0644]
yum.spec

diff --git a/tests.patch b/tests.patch
new file mode 100644 (file)
index 0000000..c7bec40
--- /dev/null
@@ -0,0 +1,12 @@
+--- yum-3.4.3/test/check-po-yes-no.py~ 2013-03-02 21:52:33.000000000 +0200
++++ yum-3.4.3/test/check-po-yes-no.py  2013-03-02 21:52:41.303006222 +0200
+@@ -5,7 +5,8 @@
+ import sys
+ import glob
+-
++import unittest
++from testbase import *
+ from yum.misc import to_utf8
+ def trans(msg, default):
index 2206ba4fe8e9a56ecd79014e38b3d613674a5d4f..dc0f357be76be7aa4308f6d91bdac5cee72a615e 100644 (file)
--- a/yum.spec
+++ b/yum.spec
@@ -29,6 +29,7 @@ Patch4:               %{name}-amd64.patch
 Patch5:                %{name}-config.patch
 Patch6:                nosetests.patch
 Patch7:                rpm5.patch
+Patch8:                tests.patch
 # fc
 Patch10:       installonlyn-enable.patch
 Patch11:       %{name}-mirror-priority.patch
@@ -89,6 +90,7 @@ zapytaniu użytkownika w razie potrzeby.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 %{__make}
This page took 0.07915 seconds and 4 git commands to generate.