diff --git a/KubeOS.spec b/KubeOS.spec new file mode 100644 index 0000000000000000000000000000000000000000..2efd95908664fe333e409085d051985334c556b6 --- /dev/null +++ b/KubeOS.spec @@ -0,0 +1,96 @@ +# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. + +Name: KubeOS +Version: 1.0.0 +Release: 3 +Summary: O&M platform used to update the whole OS as an entirety +License: Mulan PSL v2 +Source0: https://gitee.com/openeuler/isula-build/repository/archive/v%{version}.tar.gz +ExclusiveArch: x86_64 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: make +BuildRequires: golang >= 1.13 +%description +This is an O&M platform used to update the whole OS as an entirety, +it should be running in kubernetes environment. + +%prep +%autosetup -n %{name} -p1 + +%package scripts +Summary: Scripts to build the os image and binaries of os-proxy and os-operator +Requires: qemu-img, parted, bc, tar, docker +%description scripts +The scripts package includes scripts which could build the os image and binaries of os-proxy and os-operator + +%define debug_package %{nil} +%define __debug_install_post \ +%{_rpmconfigdir}/find-debuginfo.sh %{?_find_debuginfo_opts} "%{_builddir}/%{?buildsubdir}" \ +%{nil} + +%build +make + +%install +install -d %{buildroot}%{_bindir} +#install binary +install -d -m 0740 %{buildroot}/opt/kubeOS/bin +install -p -m 0500 ./bin/os-agent %{buildroot}/opt/kubeOS/bin +install -p -m 0500 ./bin/proxy %{buildroot}/opt/kubeOS/bin +install -p -m 0500 ./bin/operator %{buildroot}/opt/kubeOS/bin + +#install artifacts +install -d -m 0740 %{buildroot}/opt/kubeOS/scripts +install -p -m 0600 ./scripts/rpmlist %{buildroot}/opt/kubeOS/scripts +install -p -m 0500 ./scripts/generate.sh %{buildroot}/opt/kubeOS/scripts +install -p -m 0500 ./scripts/set_in_chroot.sh %{buildroot}/opt/kubeOS/scripts +install -p -m 0600 ./scripts/grub.cfg %{buildroot}/opt/kubeOS/scripts + +install -d -m 0740 %{buildroot}/opt/kubeOS/files +install -p -m 0600 ./files/boot-grub2.mount %{buildroot}/opt/kubeOS/files +install -p -m 0600 ./files/etc.mount %{buildroot}/opt/kubeOS/files +install -p -m 0600 ./files/persist.mount %{buildroot}/opt/kubeOS/files +install -p -m 0600 ./files/var.mount %{buildroot}/opt/kubeOS/files +install -p -m 0600 ./files/os-agent.service %{buildroot}/opt/kubeOS/files +install -p -m 0600 ./files/os-release %{buildroot}/opt/kubeOS/files + +%files +%attr(0500,root,root) /opt/kubeOS/bin/os-agent +%defattr(-,root,root,0500) +%attr(0600,root,root) /opt/kubeOS/files/boot-grub2.mount +%attr(0600,root,root) /opt/kubeOS/files/etc.mount +%attr(0600,root,root) /opt/kubeOS/files/persist.mount +%attr(0600,root,root) /opt/kubeOS/files/var.mount +%attr(0600,root,root) /opt/kubeOS/files/os-agent.service +%attr(0600,root,root) /opt/kubeOS/files/os-release + +%files scripts +%attr(0500,root,root) /opt/kubeOS/bin/proxy +%attr(0500,root,root) /opt/kubeOS/bin/operator +%defattr(-,root,root,0500) +%attr(0600,root,root) /opt/kubeOS/scripts/rpmlist +%attr(0500,root,root) /opt/kubeOS/scripts/generate.sh +%attr(0500,root,root) /opt/kubeOS/scripts/set_in_chroot.sh +%attr(0600,root,root) /opt/kubeOS/scripts/grub.cfg + +%clean +rm -rfv %{buildroot} + +%changelog +* Thu Sep 30 2021 liyuanrong - 1.0.0-2 +- Type:requirement +- CVE:NA +- SUG:restart +- DESC:update spec + +* Thu Sep 30 2021 liyuanrong - 1.0.0-2 +- Type:requirement +- CVE:NA +- SUG:restart +- DESC:add Arch to Spec + +* Thu Sep 30 2021 liyuanrong - 1.0.0-1 +- Type:requirement +- CVE:NA +- SUG:restart +- DESC:First release KubeOS in rpm package \ No newline at end of file diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 6603eac4529f1278718c6ba4080307043280ab3c..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# KubeOS - -#### Description -Kubernetes Operating System simplifies OS updating - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index f9cf9526b2ae13867c5885318585bc6a3c9f42df..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# KubeOS - -#### 介绍 -Kubernetes Operating System simplifies OS updating - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/v1.0.0.tar.gz b/v1.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..563e423063e8de4214d33ed69ceb4df41f3a809d Binary files /dev/null and b/v1.0.0.tar.gz differ