diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-08-01 16:27:43 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-02 11:23:03 -0700 |
commit | d3ae34eec2d312410da6cc1dd1c6fb85e8259261 (patch) | |
tree | 3f827986a0f5c4865d33b05001b2c59601208b76 /meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch | |
parent | 78de74100807303fe304ea0f088317d2aa0be917 (diff) | |
download | meta-openembedded-d3ae34eec2d312410da6cc1dd1c6fb85e8259261.tar.gz |
python3-blivet: 2.2.0 -> 3.0.1
- Drop 0004-Mount-var-volatile-during-install.patch and
0005-update-fstab-by-appending.patch
which are moved to python3-anaconda 28.22.11
- Drop 0013-Revert-Adapt-to-logging-module-name-change.patch
whichis obsolete
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch')
-rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch b/meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch deleted file mode 100644 index 6bdf4ce949..0000000000 --- a/meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | From bfdaf79a2109ac6aed408f0c94f69766991e60e2 Mon Sep 17 00:00:00 2001 | ||
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
3 | Date: Thu, 27 Jul 2017 14:34:30 +0800 | ||
4 | Subject: [PATCH 13/13] Revert "Adapt to logging module name change" | ||
5 | |||
6 | Upstream-Status: Inappropriate [oe specific, sync with anaconda f26-release] | ||
7 | |||
8 | This reverts commit c367d62a516e541ad28636c8259321f1c53417ce. | ||
9 | |||
10 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
11 | --- | ||
12 | blivet/__init__.py | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/blivet/__init__.py b/blivet/__init__.py | ||
16 | index 49277cb..a01e487 100644 | ||
17 | --- a/blivet/__init__.py | ||
18 | +++ b/blivet/__init__.py | ||
19 | @@ -124,7 +124,7 @@ def enable_installer_mode(): | ||
20 | from pyanaconda.constants import ROOT_PATH # pylint: disable=redefined-outer-name,no-name-in-module | ||
21 | _storage_root = _sysroot = ROOT_PATH | ||
22 | |||
23 | - from pyanaconda.anaconda_logging import program_log_lock | ||
24 | + from pyanaconda.anaconda_log import program_log_lock | ||
25 | util.program_log_lock = program_log_lock | ||
26 | |||
27 | flags.installer_mode = True | ||
28 | -- | ||
29 | 2.7.4 | ||
30 | |||