1 Star 0 Fork 28

wangzhe/centos2anolis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
centos2anolis.spec 4.10 KB
一键复制 编辑 原始数据 按行查看 历史
ZhouWeitao 提交于 2023-03-22 21:34 . append dist info to Release
%define anolis_release 20
Name: centos2anolis
Version: 0.2
Release: %{anolis_release}%{?dist}
Summary: Transfer CentOS to Anolis.
License: MulanPSL2
URL: www.openanolis.cn
Source0: %{name}.py
Source1: README.md
Source2: LICENSE.txt
BuildRequires: python3
Requires: python3
Requires: bash
Requires: yum-utils
%if 0%{rhel} == 7
Requires: python36-psutil
%else
Requires: python3-psutil
%endif
BuildArch: noarch
%description
This script is designed to automatically convert a CentOS instance to
Anolis OS in-place. Currently it supports transferring from CentOS 7
to Anolis OS 7 and from CentOS 8 to Anolis OS 8.
%prep
cp %{SOURCE1} .
cp %{SOURCE2} .
%install
mkdir -p %{buildroot}/%{_sbindir}
install -m 755 %{SOURCE0} %{buildroot}/%{_sbindir}
%files
%{_sbindir}/%{name}.py
%doc README.md
%license LICENSE.txt
%changelog
* Thu Mar 22 2023 Weitao Zhou <[email protected]> - 0.2-20
- append dist info to Release
* Tue Mar 21 2023 Weitao Zhou <[email protected]> - 0.2-19
- To ensure the migration, this machine must have 512MB RAM at least totally
* Fri Feb 24 2023 Weisson <[email protected]> - 0.2-18
- Correct python3-psutil requirement branch make migration ARM-EPEL-compatible.
* Tue Feb 14 2023 Weitao Zhou <[email protected]> - 0.2-17
- improvement: set the memory size limit as 300M
* Thu Feb 9 2023 Bitao Hu <[email protected]> - 0.2-16
- [Bugfix] Can not set custom json file when use check.
* Fri Feb 3 2023 Bitao Hu <[email protected]> - 0.2-15
- Support perform a feasibility check on the migration environment.
* Thu Feb 2 2023 Rui Huang <[email protected]> - 0.2-14
- Check if the filesystem is mounted as readonly.
* Wed Jan 18 2023 Weisson <[email protected]> - 0.2-13
- Perform system requirements check to ensure migration.
* Thu Jan 12 2023 Rui Huang <[email protected]> - 0.2-12
- Add rpm database check and fix before migration.
* Tue Jan 10 2023 Weitao Zhou <[email protected]> - 0.2-11
- [Bugfix] failed to run without public network.
* Wed Dec 28 2022 Bitao Hu <[email protected]> - 0.2-10
- Modify the length of errMsg to 1024.
* Thu Dec 22 2022 Bo Ren <[email protected]> - 0.2-9
- Make the repo status same before and after migration
* Mon Dec 19 2022 Bitao Hu <[email protected]> - 0.2-8
- Return diffrent error code on diffrent excepts
* Wed Nov 23 2022 Weitao Zhou <[email protected]> - 0.2-7
- remove func resume_third_repos
* Wed Nov 23 2022 Weisson <[email protected]> - 0.2-6
- [Bugfix] Third-party repository may not be catched when there are several.
* Fri Nov 4 2022 Weisson <[email protected]> - 0.2-5
- Add requirement of yum-utils to make sure that repoquery exists.
* Thu Oct 20 2022 Weisson <[email protected]> - 0.2-4
- Support third-party packages to ensure the migration process.
- [BUGFIX] Internal ECS visit repository by http.
* Thu Sep 8 2022 mgb01105731 <[email protected]> - 0.2-3
- Set upgraded default kernel type to ANCK
* Tue Sep 6 2022 mgb01105731 <[email protected]> - 0.2-2
- support upgrade kernel to ANCK
* Fri Jun 10 2022 mgb01105731 <[email protected]> - 0.2-1
- Add --tool_version to check the version of tool
* Thu May 26 2022 XueZhixin <[email protected]> - 0.1-6
- Add offline migration
* Thu May 26 2022 mgb0110571 <[email protected]> - 0.1-5
- add custom log path
- add custom json file
* Fri Mar 25 2022 mgb0110571 <[email protected]> - 0.1-4
- fix module virt
* Fri Feb 11 2022 mgb0110571 <[email protected]> - 0.1-3
- Add mysql-server check
- handle 3rd-part repository files and try using an internal web address
- Add -c usage to continue migration
- save print message to /var/log/centos2anolis.log
- update README and LICENSE
- optimise code style
- add default version for switch
* Wed Jan 05 2022 Chunmei Xu <[email protected]> - 0.1-2
- add check for i686 packages
* Wed Dec 22 2021 mgb0110571 <[email protected]> - 0.1-1
- First CentOS2Anolis Package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wz002/centos2anolis.git
[email protected]:wz002/centos2anolis.git
wz002
centos2anolis
centos2anolis
a7

搜索帮助