adjust display sequence
This commit is contained in:
parent
4fd75800a4
commit
726f1d8870
26
0003-adjust-the-display-sequence.patch
Normal file
26
0003-adjust-the-display-sequence.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From ae5f25582a87a84cbc33914c27ab66e358ca271f Mon Sep 17 00:00:00 2001
|
||||||
|
From: lixin <lixinb@uniontech.com>
|
||||||
|
Date: Tue, 2 Apr 2024 17:13:01 +0800
|
||||||
|
Subject: [PATCH] adjust the display sequence
|
||||||
|
|
||||||
|
---
|
||||||
|
templates/MT_check_root.html | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/templates/MT_check_root.html b/templates/MT_check_root.html
|
||||||
|
index eb4dc3f..cb5d346 100755
|
||||||
|
--- a/templates/MT_check_root.html
|
||||||
|
+++ b/templates/MT_check_root.html
|
||||||
|
@@ -55,8 +55,8 @@
|
||||||
|
<label>目标系统:</label>
|
||||||
|
<div class="ui small left icon input">
|
||||||
|
<select id="pending_migration" name="pending">
|
||||||
|
- <option value="uos">uos</option>
|
||||||
|
<option value="euler">euler</option>
|
||||||
|
+ <option value="uos">uos</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
--
|
||||||
|
2.43.0
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: migration-tools
|
Name: migration-tools
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 4
|
Release: 5
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
Summary: A tool to help users migrate the Centos system to the UOS system and openEuler system
|
Summary: A tool to help users migrate the Centos system to the UOS system and openEuler system
|
||||||
Source0: migration-tools.tar.gz
|
Source0: migration-tools.tar.gz
|
||||||
@ -8,7 +8,8 @@ Source1: requires.tar.gz
|
|||||||
Source2: xlwt-1.3.0-py2.py3-none-any.whl
|
Source2: xlwt-1.3.0-py2.py3-none-any.whl
|
||||||
# patches
|
# patches
|
||||||
Patch0: 0001-use-kill-not-kill-INT-when-stop-service.patch
|
Patch0: 0001-use-kill-not-kill-INT-when-stop-service.patch
|
||||||
Patch1: 0001-modify-description.patch
|
Patch1: 0002-modify-description.patch
|
||||||
|
Patch2: 0003-adjust-the-display-sequence.patch
|
||||||
|
|
||||||
# CVE patches: >= 100
|
# CVE patches: >= 100
|
||||||
Patch100: 100-CVE-2024-24892.patch
|
Patch100: 100-CVE-2024-24892.patch
|
||||||
@ -55,6 +56,7 @@ Migration software server side
|
|||||||
|
|
||||||
%patch 0 -p1
|
%patch 0 -p1
|
||||||
%patch 1 -p1
|
%patch 1 -p1
|
||||||
|
%patch 2 -p1
|
||||||
%patch 100 -p1
|
%patch 100 -p1
|
||||||
|
|
||||||
%if 0%{?openEuler}
|
%if 0%{?openEuler}
|
||||||
@ -110,6 +112,9 @@ rm -rf /usr/bin/migration-tools
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 02 2024 lixin <lixinb@uniontech.com> - 1.0.1-5
|
||||||
|
- adjust the display sequence
|
||||||
|
|
||||||
* Mon Apr 01 2024 lixin <lixinb@uniontech.com> - 1.0.1-4
|
* Mon Apr 01 2024 lixin <lixinb@uniontech.com> - 1.0.1-4
|
||||||
- modify description
|
- modify description
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user