2021-03-19 20:17:30 +08:00
|
|
|
%ifarch aarch64
|
|
|
|
|
%global efi_aa64 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%ifarch x86_64
|
|
|
|
|
%global efi_x64 1
|
|
|
|
|
%endif
|
|
|
|
|
|
2020-08-07 15:26:11 +08:00
|
|
|
Name: oemaker
|
2021-03-19 20:17:30 +08:00
|
|
|
Summary: a duilding tool for DVD ISO making and ISO cutting
|
2020-10-16 16:45:50 +08:00
|
|
|
License: Mulan PSL v2
|
2020-08-07 15:26:11 +08:00
|
|
|
Group: System/Management
|
2023-05-19 18:15:02 +08:00
|
|
|
Version: 3.0.0
|
|
|
|
|
Release: 1
|
2020-08-07 15:26:11 +08:00
|
|
|
BuildRoot: %{_tmppath}/%{name}
|
2021-04-07 18:38:12 +08:00
|
|
|
|
2020-09-29 11:07:14 +08:00
|
|
|
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2021-04-07 18:38:12 +08:00
|
|
|
Source1: normal_aarch64.xml
|
|
|
|
|
Source2: normal_x86_64.xml
|
|
|
|
|
Source3: rpmlist.xml
|
2021-09-28 11:00:28 +08:00
|
|
|
Source4: edge_normal_aarch64.xml
|
|
|
|
|
Source5: edge_normal_x86_64.xml
|
2022-07-29 16:08:03 +08:00
|
|
|
Source6: desktop_normal_aarch64.xml
|
|
|
|
|
Source7: desktop_normal_x86_64.xml
|
2021-04-07 18:38:12 +08:00
|
|
|
|
2020-08-07 15:26:11 +08:00
|
|
|
Requires: createrepo dnf-plugins-core genisoimage isomd5sum grep bash libselinux-utils libxml2
|
|
|
|
|
Requires: lorax >= 19.6.78-1
|
2021-03-01 14:02:05 +08:00
|
|
|
|
2021-03-21 18:40:02 +08:00
|
|
|
|
2020-08-07 15:26:11 +08:00
|
|
|
%description
|
2021-03-19 20:17:30 +08:00
|
|
|
a building tool for DVD ISO making and ISO cutting
|
|
|
|
|
|
|
|
|
|
%package -n isocut
|
|
|
|
|
Summary: a building tool for ISO cutting
|
|
|
|
|
Requires: yum dnf-utils createrepo file util-linux genisoimage isomd5sum grep bash libselinux-utils libxml2
|
|
|
|
|
BuildRequires: bash
|
|
|
|
|
|
|
|
|
|
%description -n isocut
|
|
|
|
|
a building tool for ISO cutting
|
2020-08-07 15:26:11 +08:00
|
|
|
|
2023-05-16 22:44:01 +08:00
|
|
|
%package -n envmaker
|
|
|
|
|
Summary: a building tool for compile_env making
|
|
|
|
|
Requires: yum dnf-utils createrepo file util-linux genisoimage isomd5sum grep bash libselinux-utils libxml2 pigz
|
|
|
|
|
BuildRequires: bash
|
|
|
|
|
|
|
|
|
|
%description -n envmaker
|
|
|
|
|
a building tool for compile_env making
|
|
|
|
|
|
2020-08-07 15:26:11 +08:00
|
|
|
%prep
|
|
|
|
|
%setup -c
|
2021-04-07 18:38:12 +08:00
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/aarch64/normal.xml
|
|
|
|
|
cp %{SOURCE1} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/aarch64/normal.xml
|
|
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/x86_64/normal.xml
|
|
|
|
|
cp %{SOURCE2} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/x86_64/normal.xml
|
|
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/rpmlist.xml
|
|
|
|
|
cp %{SOURCE3} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/rpmlist.xml
|
2021-09-28 11:00:28 +08:00
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/aarch64/edge_normal.xml
|
|
|
|
|
cp %{SOURCE4} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/aarch64/edge_normal.xml
|
|
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/x86_64/edge_normal.xml
|
|
|
|
|
cp %{SOURCE5} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/x86_64/edge_normal.xml
|
2022-07-29 16:08:03 +08:00
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/aarch64/desktop_normal.xml
|
|
|
|
|
cp %{SOURCE6} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/aarch64/desktop_normal.xml
|
|
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/x86_64/desktop_normal.xml
|
|
|
|
|
cp %{SOURCE7} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/x86_64/desktop_normal.xml
|
2021-03-21 18:40:02 +08:00
|
|
|
cd %{_builddir}/%{name}-%{version}/%{name}
|
2020-08-07 15:26:11 +08:00
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
mkdir -p %{buildroot}/opt/
|
|
|
|
|
mkdir -p %{buildroot}/opt/oemaker
|
|
|
|
|
mkdir -p %{buildroot}/opt/oemaker/config
|
|
|
|
|
mkdir -p %{buildroot}/opt/oemaker/config/x86_64
|
|
|
|
|
mkdir -p %{buildroot}/opt/oemaker/config/aarch64
|
|
|
|
|
mkdir -p %{buildroot}/opt/oemaker/docs
|
2021-03-19 20:17:30 +08:00
|
|
|
mkdir -p %{buildroot}/%{_bindir}
|
|
|
|
|
mkdir -p %{buildroot}/%{_sysconfdir}/isocut
|
|
|
|
|
chmod 750 %{buildroot}/%{_sysconfdir}/isocut
|
|
|
|
|
|
|
|
|
|
install -m 700 %{name}/isomaker/oemaker.sh %{buildroot}/opt/oemaker/oemaker.sh
|
|
|
|
|
install -m 700 %{name}/isomaker/oemaker.sh %{buildroot}/%{_bindir}/oemaker
|
|
|
|
|
install -m 700 %{name}/isomaker/make_debug.sh %{buildroot}/opt/oemaker/make_debug.sh
|
|
|
|
|
install -m 700 %{name}/isomaker/img_repo.sh %{buildroot}/opt/oemaker/img_repo.sh
|
|
|
|
|
install -m 700 %{name}/isomaker/init.sh %{buildroot}/opt/oemaker/init.sh
|
|
|
|
|
install -m 700 %{name}/isomaker/iso.sh %{buildroot}/opt/oemaker/iso.sh
|
|
|
|
|
install -m 700 %{name}/isomaker/rpm.sh %{buildroot}/opt/oemaker/rpm.sh
|
2022-04-28 17:01:34 +08:00
|
|
|
install -m 700 %{name}/isomaker/env_record.sh %{buildroot}/opt/oemaker/env_record.sh
|
|
|
|
|
install -m 700 %{name}/isomaker/env_restore.sh %{buildroot}/opt/oemaker/env_restore.sh
|
2021-03-19 20:17:30 +08:00
|
|
|
install -m 400 %{name}/isomaker/config/rpmlist.xml %{buildroot}/opt/oemaker/config/rpmlist.xml
|
|
|
|
|
install -m 400 %{name}/isomaker/config/x86_64/* %{buildroot}/opt/oemaker/config/x86_64/
|
|
|
|
|
install -m 400 %{name}/isomaker/config/aarch64/* %{buildroot}/opt/oemaker/config/aarch64/
|
|
|
|
|
install -m 700 %{name}/isomaker/docs/* %{buildroot}/opt/oemaker/docs/
|
|
|
|
|
cp -a %{name}/isomaker/80-openeuler %{buildroot}/opt/oemaker/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install -m 550 %{name}/isocut/isocut.py %{buildroot}/%{_bindir}/isocut
|
|
|
|
|
install -m 600 %{name}/isocut/config/repodata.template %{buildroot}/%{_sysconfdir}/isocut/
|
2020-08-07 15:26:11 +08:00
|
|
|
|
2021-03-19 20:17:30 +08:00
|
|
|
%if 0%{?efi_aa64}
|
|
|
|
|
install -m 600 %{name}/isocut/config/aarch64/rpmlist %{buildroot}/%{_sysconfdir}/isocut/
|
|
|
|
|
install -m 600 %{name}/isocut/config/aarch64/anaconda-ks.cfg %{buildroot}/%{_sysconfdir}/isocut/
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?efi_x64}
|
|
|
|
|
install -m 600 %{name}/isocut/config/x86_64/rpmlist %{buildroot}/%{_sysconfdir}/isocut/
|
|
|
|
|
install -m 600 %{name}/isocut/config/x86_64/anaconda-ks.cfg %{buildroot}/%{_sysconfdir}/isocut/
|
|
|
|
|
%endif
|
2020-08-07 15:26:11 +08:00
|
|
|
|
2023-05-16 22:44:01 +08:00
|
|
|
mkdir -p %{buildroot}/opt/envmaker
|
|
|
|
|
mkdir -p %{buildroot}/opt/envmaker/config
|
|
|
|
|
mkdir -p %{buildroot}/opt/envmaker/config/x86_64
|
|
|
|
|
mkdir -p %{buildroot}/opt/envmaker/config/aarch64
|
|
|
|
|
mkdir -p %{buildroot}/opt/envmaker/utils
|
|
|
|
|
|
|
|
|
|
install -m 700 %{name}/envmaker/envmaker.sh %{buildroot}/opt/envmaker/envmaker.sh
|
|
|
|
|
install -m 700 %{name}/envmaker/utils/chroot.sh %{buildroot}/opt/envmaker/utils/chroot.sh
|
|
|
|
|
install -m 700 %{name}/envmaker/utils/common_fun.sh %{buildroot}/opt/envmaker/utils/common_fun.sh
|
|
|
|
|
install -m 700 %{name}/envmaker/utils/parse_rpmlist_xml.sh %{buildroot}/opt/envmaker/utils/parse_rpmlist_xml.sh
|
|
|
|
|
install -m 400 %{name}/envmaker/config/aarch64/openEuler_repo.conf %{buildroot}/opt/envmaker/config/aarch64/openEuler_repo.conf
|
|
|
|
|
install -m 400 %{name}/envmaker/config/x86_64/openEuler_repo.conf %{buildroot}/opt/envmaker/config/x86_64/openEuler_repo.conf
|
|
|
|
|
install -m 400 %{name}/envmaker/config/compile_env_rpmlist.xml %{buildroot}/opt/envmaker/config/compile_env_rpmlist.xml
|
|
|
|
|
|
2020-08-07 15:26:11 +08:00
|
|
|
%pre
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
|
2021-03-19 20:17:30 +08:00
|
|
|
%postun -n isocut
|
|
|
|
|
if [ "$1" = "0" ]; then
|
|
|
|
|
rm -rf %{_sysconfdir}/isocut/*
|
|
|
|
|
fi
|
2020-08-07 15:26:11 +08:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir /opt
|
|
|
|
|
%dir /opt/oemaker
|
|
|
|
|
/opt/oemaker/*
|
2021-03-19 20:17:30 +08:00
|
|
|
%{_bindir}/oemaker
|
|
|
|
|
|
|
|
|
|
%files -n isocut
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/isocut/repodata.template
|
|
|
|
|
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/isocut/rpmlist
|
|
|
|
|
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/isocut/anaconda-ks.cfg
|
|
|
|
|
%{_bindir}/isocut
|
|
|
|
|
%dir %{_sysconfdir}/isocut
|
|
|
|
|
%{_sysconfdir}/isocut/*
|
|
|
|
|
|
2023-05-16 22:44:01 +08:00
|
|
|
%files -n envmaker
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir /opt
|
|
|
|
|
%dir /opt/envmaker
|
|
|
|
|
/opt/envmaker/*
|
2020-08-07 15:26:11 +08:00
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT/*
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
rm -rf $RPM_BUILD_DIR/%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-05-19 18:15:02 +08:00
|
|
|
* Fri May 19 2023 chenhuihan <chenhuihan@huawei.com> - 3.0.0-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: update for file-level replacement
|
|
|
|
|
|
2023-05-18 12:07:31 +08:00
|
|
|
* Thu May 18 2023 chenhuihan <chenhuihan@huawei.com> - 2.0.5-2
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix chroot
|
|
|
|
|
|
2023-05-16 22:44:01 +08:00
|
|
|
* Wed May 17 2023 chenhuihan <chenhuihan@huawei.com> - 2.0.5-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: support envmaker
|
|
|
|
|
|
2023-02-21 10:29:29 +08:00
|
|
|
* Tue Feb 21 2023 wangchong <wangchong56@huawei.com> - 2.0.4-9
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:fix bug I6G246
|
|
|
|
|
|
2023-02-17 15:21:21 +08:00
|
|
|
* Fri Feb 17 2023 wangchong <wangchong56@huawei.com> - 2.0.4-8
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:delete recycle package authz and iSulad-img
|
|
|
|
|
|
2023-02-10 10:25:03 +08:00
|
|
|
* Fri Feb 10 2023 wangzhiqiang <wangzhiqiang95@huawei.com> - 2.0.4-7
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:delete package cryptsetup-reencrypt
|
|
|
|
|
|
2022-12-27 09:14:57 +08:00
|
|
|
* Tue Dec 27 2022 penghaitao <htpengc@isoftstone.com> - 2.0.4-6
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: Remove invalid memtest
|
|
|
|
|
|
2022-12-26 14:31:05 +08:00
|
|
|
* Mon Dec 26 2022 sunhai <sunhai10@huawei.com> - 2.0.4-5
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: change rescue parameter with legacy too
|
|
|
|
|
Enable eject in install.img
|
|
|
|
|
|
2022-12-15 09:33:23 +08:00
|
|
|
* Thu Dec 15 2022 wangkai <wangkai385@h-partners.com> - 2.0.4-3
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: Remove package openEuler-performance
|
|
|
|
|
|
2022-12-01 09:03:10 +08:00
|
|
|
* Tue Nov 29 2022 sunhai <sunhai10@huawei.com> - 2.0.4-2
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: change rescue parameter with new anaconda
|
|
|
|
|
|
2022-11-22 17:04:08 +08:00
|
|
|
* Tue Nov 22 2022 xiangyuning <xiangyuning@huawei.com> - 2.0.4-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: upgrade to 2.0.4
|
|
|
|
|
|
2022-08-15 17:29:29 +08:00
|
|
|
* Mon Aug 15 2022 gaoruoshu <gaoruoshu@huawei.com> - 2.0.3-18
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: add atune-engine rpm to rpmlist.xml
|
|
|
|
|
|
2022-07-29 16:08:03 +08:00
|
|
|
* Fri Jul 29 2022 wangchong <wangchong56@huawei.com> - 2.0.3-17
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: support Desktop iso
|
|
|
|
|
|
2022-07-15 11:43:57 +08:00
|
|
|
* Fri Jul 15 2022 caodongxia <caodongxia@h-partners.com> - 2.0.3-16
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: clean up dconf-editor and gnome-*
|
|
|
|
|
|
2022-07-14 19:09:15 +08:00
|
|
|
* Thu Jul 14 2022 wangchong <wangchong56@huawei.com> - 2.0.3-15
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: do not clean up libdiff and libcairo-script*
|
|
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Wed Apr 20 2022 xiangyuning <xiangyuning@huawei.com> - 2.0.3-14
|
2022-04-28 15:02:37 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
2022-04-28 17:01:34 +08:00
|
|
|
- DESC: restore the automated kickstart function
|
2022-04-28 15:02:37 +08:00
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Thu Mar 31 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 2.0.3-13
|
2022-04-28 11:22:17 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
2022-04-28 17:01:34 +08:00
|
|
|
- DESC: add linux-firmware subpackage
|
2022-04-28 11:22:17 +08:00
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Mon Mar 28 2022 Senlin <xiasenlin1@huawei.com> - 2.0.3-12
|
2022-04-01 11:19:55 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
2022-04-28 17:01:34 +08:00
|
|
|
- DESC: add exclude list for everything
|
|
|
|
|
|
|
|
|
|
* Mon Mar 7 2022 xiangyuning <xiangyuning@huawei.com> - 2.0.3-11
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: modify restore env mode
|
|
|
|
|
|
|
|
|
|
* Fri Mar 4 2022 xiangyuning <xiangyuning@huawei.com> - 2.0.3-10
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: lorax cmd add printed log
|
|
|
|
|
|
|
|
|
|
* Fri Mar 4 2022 xiangyuning <xiangyuning@huawei.com> - 2.0.3-9
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix build oemaker failed issue
|
2022-04-01 11:19:55 +08:00
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Wed Mar 2 2022 xiangyuning <xiangyuning@huawei.com> - 2.0.3-8
|
2022-03-24 17:08:40 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
2022-04-28 17:01:34 +08:00
|
|
|
- DESC: restore env after selinux status changes
|
|
|
|
|
|
|
|
|
|
* Wed Feb 23 2022 zhuyuncheng <zhuyuncheng@huawei.com> - 2.0.3-7
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: add Server install mode and packages for edge computing iso
|
|
|
|
|
|
|
|
|
|
* Wed Feb 23 2022 hanhui <hanhui15@h-partners.com> - 2.0.3-6
|
|
|
|
|
- DESC: delete gamin and openjpeg
|
|
|
|
|
add rsyslog-gnutls and edk2-ovmf packages
|
|
|
|
|
rename hisi_rde to hisi_trng_v2,libkae to uadk_engine
|
2022-03-24 17:08:40 +08:00
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Tue Feb 22 2022 jiangheng <jiangheng12@huawei.com> - 2.0.3-5
|
2022-02-22 10:14:11 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: delete nscd package
|
|
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Mon Feb 14 2022 wangchong <952173335@qq.com> - 2.0.3-4
|
2022-02-14 16:16:40 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
2022-04-28 17:01:34 +08:00
|
|
|
- DESC: upgrade to 2.0.3 and support usb flash drive mode and delete some packages
|
2022-02-14 16:16:40 +08:00
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Fri Jan 21 2022 zhang_xubo <2578876417@qq.com> - 2.0.0-13
|
2022-01-21 11:10:06 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: add opengauss server pakcage
|
|
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Thu Jan 20 2022 yaokai13 <yaokai13@huawei.com> - 2.0.0-12
|
2021-12-03 15:03:37 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
2022-04-28 17:01:34 +08:00
|
|
|
- DESC: delete decay package
|
2021-12-03 15:03:37 +08:00
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Thu Oct 14 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-11
|
2021-11-19 16:45:44 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
2022-04-28 17:01:34 +08:00
|
|
|
- DESC: bugfix I3OGUT
|
2021-11-19 16:45:44 +08:00
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Tue Sep 28 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-10
|
2021-10-14 09:24:00 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
2022-04-28 17:01:34 +08:00
|
|
|
- DESC: change for edge computing iso
|
|
|
|
|
|
2022-06-15 10:46:27 +08:00
|
|
|
* Thu Aug 26 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-9
|
2022-04-28 17:01:34 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: change exclude list
|
2021-10-14 09:24:00 +08:00
|
|
|
|
2022-04-28 17:01:34 +08:00
|
|
|
* Tue Aug 17 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-8
|
2021-09-28 11:00:28 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
2022-04-28 17:01:34 +08:00
|
|
|
- DESC: delete decay package
|
2021-09-28 11:00:28 +08:00
|
|
|
|
2021-07-15 14:47:33 +08:00
|
|
|
* Thu Jul 15 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-7
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: replace gvfs-fuse by gvfs-fuse3
|
|
|
|
|
|
2021-05-12 06:08:46 +00:00
|
|
|
* Wed May 12 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-6
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: bugfix I3QY98
|
|
|
|
|
|
2021-04-07 18:38:12 +08:00
|
|
|
* Wed Apr 7 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-5
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: change for issue I3DJJW
|
|
|
|
|
|
2021-04-02 10:43:13 +08:00
|
|
|
* Fri Apr 2 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-4
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: rename source iso
|
|
|
|
|
|
2021-03-25 19:59:00 +08:00
|
|
|
* Thu Mar 25 2021 xinghe <xinghe1@huawei.com> - 2.0.0-3
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: remove atlas
|
|
|
|
|
|
2021-03-21 18:40:02 +08:00
|
|
|
* Sun Mar 21 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-2
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: replace rsyslog-gnutls by rsyslog
|
|
|
|
|
|
2021-03-19 20:17:30 +08:00
|
|
|
* Fri Mar 19 2021 zhuchunyi <zhuchunyi@huawei.com> - 2.0.0-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: upgrade version
|
|
|
|
|
|
2022-06-15 10:46:27 +08:00
|
|
|
* Wed Mar 17 2021 miao_kaibo <miaokaibo@outlook.com> - 1.1.2-7
|
2021-03-17 15:29:27 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: delete or replace rpms which are not exist
|
|
|
|
|
|
2021-03-16 14:27:18 +08:00
|
|
|
* Sat Mar 13 2021 miao_kaibo <miaokaibo@outlook.com> - 1.1.2-6
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: add exclude rpm to rpmlist
|
|
|
|
|
|
2021-03-13 10:18:29 +08:00
|
|
|
* Sat Mar 13 2021 miao_kaibo <miaokaibo@outlook.com> - 1.1.2-5
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix bug I3B7CH
|
|
|
|
|
|
2022-06-15 10:46:27 +08:00
|
|
|
* Wed Mar 10 2021 Chen Qun <kuhn.chenqun@huawei.com> - 1.1.2-4
|
2021-03-10 19:05:13 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: add qemu-block-iscsi in virtualization-hypervisor group
|
|
|
|
|
|
2022-06-15 10:46:27 +08:00
|
|
|
* Mon Mar 08 2021 miao_kaibo <miaokaibo@outlook.com> - 1.1.2-3
|
2021-03-08 18:35:16 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: change method of creating source iso
|
|
|
|
|
|
2022-06-15 10:46:27 +08:00
|
|
|
* Mon Mar 01 2021 Chen Qun <kuhn.chenqun@huawei.com> - 1.1.2-2
|
2021-03-01 14:02:05 +08:00
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: add stratovirt in virtualization-hypervisor group
|
|
|
|
|
|
2021-02-25 15:46:02 +08:00
|
|
|
* Thu Feb 25 2021 miao_kaibo <miaokaibo@outlook.com> - 1.1.2-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:upgrade version
|
|
|
|
|
|
2021-02-08 15:26:53 +08:00
|
|
|
* Mon Feb 08 2021 miao_kaibo <miaokaibo@outlook.com> - 1.1.1-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:upgrade version
|
|
|
|
|
|
2020-10-15 16:47:17 +08:00
|
|
|
* Thu Oct 15 2020 zhuchunyi <zhuchunyi@huawei.com> - 1.0.1-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:upgrade version
|
|
|
|
|
|
2020-09-29 11:18:47 +08:00
|
|
|
* Tue Sep 29 2020 zhuchunyi <zhuchunyi@huawei.com> - 1.0.0-2
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:change Source format to URL
|
|
|
|
|
|
2020-08-07 15:26:11 +08:00
|
|
|
* Sat Jul 25 2020 zhuchunyi <zhuchunyi@huawei.com> - 1.0.0-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:package init
|