This repository was archived by the owner on Jul 13, 2021. It is now read-only.
File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 42
42
import redhat_upgrade_tool .logutils as logutils
43
43
import redhat_upgrade_tool .media as media
44
44
45
- from preup .xccdf import XccdfHelper
46
- from preup import settings
45
+ from preupg .xccdf import XccdfHelper
46
+ from preupg import settings
47
47
48
48
import logging
49
49
log = logging .getLogger ("redhat-upgrade-tool" )
@@ -106,7 +106,8 @@ def reboot():
106
106
call (['reboot' ])
107
107
108
108
def get_preupgrade_result_name ():
109
- return os .path .join (settings .result_dir , settings .xml_result_name )
109
+ return os .path .join (settings .assessment_results_dir ,
110
+ settings .xml_result_name )
110
111
111
112
def check_release_version_file ():
112
113
if not os .path .exists (release_version_file ):
Original file line number Diff line number Diff line change 1
1
Name: redhat-upgrade-tool
2
- Version: 0.7.47
2
+ Version: 0.7.48
3
3
Release: 1%{?dist }
4
4
Summary: The Red Hat Enterprise Linux Upgrade tool
5
5
Epoch: 1
@@ -10,9 +10,7 @@ Source0: %{url}/archive/%{name}-%{version}.tar.gz
10
10
11
11
Requires: grubby
12
12
Requires: python-rhsm
13
-
14
- # Require for preupgr --riskcheck
15
- Requires: preupgrade-assistant >= 2.1.8-1
13
+ Requires: preupgrade-assistant >= 2.2.0-1
16
14
17
15
# https://bugzilla.redhat.com/show_bug.cgi?id=1038299
18
16
Requires: yum >= 3.2.29-43
@@ -75,6 +73,12 @@ mkdir -p $RPM_BUILD_ROOT/etc/redhat-upgrade-tool/update.img.d
75
73
#{_datadir}/redhat-upgrade-tool/ui
76
74
77
75
%changelog
76
+ *
Mon Dec 5 2016 Michal Bocek <[email protected] > -
1:0.7.48-1
77
+ - Support Preupgrade Assistant version 2.2.0
78
+ Resolves: rhbz#1398401
79
+ - Fix usage of HTTPS repo URL with --noverify option
80
+ Resolves: rhbz#1398318
81
+
78
82
*
Thu Oct 6 2016 Michal Bocek <[email protected] > -
1:0.7.47-1
79
83
- Fix traceback caused by Unicode characters that appear in raw_input
80
84
prompt message during the import of GPG keys.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def run(self):
64
64
os .rename (outfile , newfile )
65
65
66
66
setup (name = "redhat-upgrade-tool" ,
67
- version = "0.7.47 " ,
67
+ version = "0.7.48 " ,
68
68
description = "Red Hat Upgrade" ,
69
69
long_description = "" ,
70
70
author = "Will Woods" ,
You can’t perform that action at this time.
0 commit comments