2021-03-19 20:17:30 +08:00
|
|
|
%ifarch aarch64
|
|
|
|
|
%global efi_aa64 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%ifarch x86_64
|
|
|
|
|
%global efi_x64 1
|
|
|
|
|
%endif
|
|
|
|
|
|
2024-05-27 08:41:34 +00:00
|
|
|
%ifarch loongarch64
|
|
|
|
|
%global efi_loongarch64 1
|
|
|
|
|
%endif
|
|
|
|
|
|
2020-08-07 15:26:11 +08:00
|
|
|
Name: oemaker
|
2023-06-13 20:25:08 +08:00
|
|
|
Summary: a building 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-11-20 15:43:51 +08:00
|
|
|
Version: 3.1.0
|
2024-07-16 11:15:20 +08:00
|
|
|
Release: 14
|
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
|
2024-05-27 08:41:34 +00:00
|
|
|
Source8: normal_loongarch64.xml
|
|
|
|
|
Source9: rpmlist_loongarch64.xml
|
|
|
|
|
Source10: desktop_normal_loongarch64.xml
|
2024-05-28 10:43:31 +08:00
|
|
|
Source11: rpmlist_riscv64.xml
|
|
|
|
|
Source12: normal_riscv64.xml
|
2024-06-24 15:23:25 +08:00
|
|
|
Source13: rpmlist_ppc64le.xml
|
|
|
|
|
Source14: normal_ppc64le.xml
|
|
|
|
|
Source15: edge_normal_ppc64le.xml
|
2021-04-07 18:38:12 +08:00
|
|
|
|
2023-11-20 15:43:51 +08:00
|
|
|
Requires: createrepo dnf-plugins-core genisoimage isomd5sum grep bash libselinux-utils libxml2 anaconda libselinux-utils
|
2020-08-07 15:26:11 +08:00
|
|
|
Requires: lorax >= 19.6.78-1
|
2021-03-01 14:02:05 +08:00
|
|
|
|
2023-08-22 15:25:52 +08:00
|
|
|
# Patch here
|
2024-05-21 11:14:23 +08:00
|
|
|
Patch0001: 0001-fix-createrepo-data-error.patch
|
2024-05-27 08:41:34 +00:00
|
|
|
Patch0002: add-openEuler_repo.conf-for-loongarch64.patch
|
2024-05-28 07:42:08 +00:00
|
|
|
Patch0004: add-loongarch64-support-for-livecd.patch
|
|
|
|
|
Patch0005: add-ls2k500sfb.ko-for-loongarch64.patch
|
2024-06-24 15:23:25 +08:00
|
|
|
%ifarch ppc64le
|
|
|
|
|
Patch0006: 0001-init-support-for-arch-ppc64le.patch
|
|
|
|
|
Patch0007: 0002-add-config-for-arch-ppc64le.patch
|
|
|
|
|
Patch0008: 0003-add-support-for-ppc64le-runtime-install.patch
|
|
|
|
|
%endif
|
2024-07-10 16:21:28 +08:00
|
|
|
Patch0009: 0004-bugfix-IABY7K.patch
|
2024-07-16 11:15:20 +08:00
|
|
|
Patch0010: 0001-add-riscv64-support.patch
|
2024-06-24 15:23:25 +08:00
|
|
|
|
2023-08-07 23:34:29 +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
|
2024-05-27 08:41:34 +00:00
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/loongarch64/normal.xml
|
|
|
|
|
cp %{SOURCE8} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/loongarch64/normal.xml
|
|
|
|
|
%ifarch loongarch64
|
|
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/rpmlist.xml
|
|
|
|
|
cp %{SOURCE9} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/rpmlist.xml
|
|
|
|
|
%else
|
2021-04-07 18:38:12 +08:00
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/rpmlist.xml
|
|
|
|
|
cp %{SOURCE3} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/rpmlist.xml
|
2024-05-27 08:41:34 +00:00
|
|
|
%endif
|
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
|
2024-05-27 08:41:34 +00:00
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/loongarch64/desktop_normal.xml
|
|
|
|
|
cp %{SOURCE10} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/loongarch64/desktop_normal.xml
|
2024-06-24 15:23:25 +08:00
|
|
|
%ifarch ppc64le
|
|
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/rpmlist.xml
|
|
|
|
|
cp %{SOURCE13} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/rpmlist.xml
|
|
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/ppc64le/normal.xml
|
|
|
|
|
cp %{SOURCE14} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/ppc64le/normal.xml
|
|
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/ppc64le/edge_normal.xml
|
|
|
|
|
cp %{SOURCE15} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/ppc64le/edge_normal.xml
|
|
|
|
|
%endif
|
2021-03-21 18:40:02 +08:00
|
|
|
cd %{_builddir}/%{name}-%{version}/%{name}
|
2024-05-27 08:41:34 +00:00
|
|
|
|
2023-08-07 23:34:29 +08:00
|
|
|
%autopatch -p1
|
2024-05-28 10:43:31 +08:00
|
|
|
%ifarch riscv64
|
|
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/rpmlist.xml
|
|
|
|
|
cp %{SOURCE11} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/rpmlist.xml
|
|
|
|
|
rm -rf %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/riscv64/normal.xml
|
|
|
|
|
cp %{SOURCE12} %{_builddir}/%{name}-%{version}/%{name}/isomaker/config/riscv64/normal.xml
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
2020-08-07 15:26:11 +08:00
|
|
|
|
|
|
|
|
%install
|
2023-11-21 10:48:59 +08:00
|
|
|
sys_arch=$(uname -m)
|
2020-08-07 15:26:11 +08:00
|
|
|
mkdir -p %{buildroot}/opt/
|
|
|
|
|
mkdir -p %{buildroot}/opt/oemaker
|
|
|
|
|
mkdir -p %{buildroot}/opt/oemaker/config
|
2023-11-21 10:48:59 +08:00
|
|
|
mkdir -p %{buildroot}/opt/oemaker/config/${sys_arch}
|
|
|
|
|
mkdir -p %{buildroot}/opt/oemaker/config/${sys_arch}/livecd/live/config_files/${sys_arch}
|
2023-11-20 15:43:51 +08:00
|
|
|
mkdir -p %{buildroot}/opt/oemaker/config/common
|
2023-11-20 09:06:02 +00:00
|
|
|
mkdir -p %{buildroot}/opt/oemaker/config/common/livecd/live
|
2020-08-07 15:26:11 +08:00
|
|
|
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
|
2023-11-21 10:48:59 +08:00
|
|
|
install -m 640 %{name}/isomaker/config/${sys_arch}/livecd/live/config_files/${sys_arch}/* %{buildroot}/opt/oemaker/config/${sys_arch}/livecd/live/config_files/${sys_arch}/
|
|
|
|
|
install -m 400 %{name}/isomaker/config/${sys_arch}/livecd/livecd_${sys_arch}.ks %{buildroot}/opt/oemaker/config/${sys_arch}/livecd/livecd_${sys_arch}.ks
|
|
|
|
|
install -m 600 %{name}/isomaker/config/${sys_arch}/livecd/rpmlist %{buildroot}/opt/oemaker/config/${sys_arch}/livecd/rpmlist
|
|
|
|
|
install -m 400 %{name}/isomaker/config/${sys_arch}/desktop_normal.xml %{buildroot}/opt/oemaker/config/${sys_arch}/desktop_normal.xml
|
|
|
|
|
install -m 400 %{name}/isomaker/config/${sys_arch}/edge_normal.xml %{buildroot}/opt/oemaker/config/${sys_arch}/edge_normal.xml
|
|
|
|
|
install -m 400 %{name}/isomaker/config/${sys_arch}/normal.xml %{buildroot}/opt/oemaker/config/${sys_arch}/normal.xml
|
|
|
|
|
install -m 400 %{name}/isomaker/config/${sys_arch}/standard.conf %{buildroot}/opt/oemaker/config/${sys_arch}/standard.conf
|
2023-11-20 09:06:02 +00:00
|
|
|
%ifarch x86_64
|
|
|
|
|
install -m 700 %{name}/isomaker/config/x86_64/livecd/live/x86.tmpl %{buildroot}/opt/oemaker/config/x86_64/livecd/live/x86.tmpl
|
|
|
|
|
install -m 400 %{name}/isomaker/config/x86_64/ks.cfg %{buildroot}/opt/oemaker/config/x86_64/ks.cfg
|
2024-05-27 08:41:34 +00:00
|
|
|
%endif
|
|
|
|
|
%ifarch aarch64
|
2023-11-20 09:06:02 +00:00
|
|
|
install -m 700 %{name}/isomaker/config/aarch64/livecd/live/aarch64.tmpl %{buildroot}/opt/oemaker/config/aarch64/livecd/live/aarch64.tmpl
|
|
|
|
|
%endif
|
2024-05-28 07:42:08 +00:00
|
|
|
%ifarch loongarch64
|
|
|
|
|
install -m 700 %{name}/isomaker/config/loongarch64/livecd/live/loongarch64.tmpl %{buildroot}/opt/oemaker/config/loongarch64/livecd/live/loongarch64.tmpl
|
|
|
|
|
install -m 400 %{name}/isomaker/config/loongarch64/ks.cfg %{buildroot}/opt/oemaker/config/loongarch64/ks.cfg
|
|
|
|
|
%endif
|
2023-11-20 09:06:02 +00:00
|
|
|
install -m 700 %{name}/isomaker/config/common/livecd/live/* %{buildroot}/opt/oemaker/config/common/livecd/live/
|
|
|
|
|
install -m 400 %{name}/isomaker/config/common/livecd/root_pwd %{buildroot}/opt/oemaker/config/common/livecd/root_pwd
|
2024-05-28 10:43:31 +08:00
|
|
|
%ifarch riscv64
|
|
|
|
|
install -m 700 %{name}/isomaker/config/riscv64/livecd/live/riscv64.tmpl %{buildroot}/opt/oemaker/config/riscv64/livecd/live/riscv64.tmpl
|
|
|
|
|
%endif
|
2024-06-24 15:23:25 +08:00
|
|
|
%ifarch ppc64le
|
|
|
|
|
install -m 700 %{name}/isomaker/config/ppc64le/livecd/live/ppc64le.tmpl %{buildroot}/opt/oemaker/config/ppc64le/livecd/live/ppc64le.tmpl
|
|
|
|
|
%endif
|
2021-03-19 20:17:30 +08:00
|
|
|
install -m 700 %{name}/isomaker/docs/* %{buildroot}/opt/oemaker/docs/
|
2023-11-20 09:06:02 +00:00
|
|
|
cp -ar %{name}/isomaker/80-openeuler %{buildroot}/opt/oemaker/
|
2021-03-19 20:17:30 +08:00
|
|
|
|
2023-11-21 10:48:59 +08:00
|
|
|
cp -ar %{buildroot}/opt/oemaker/config/common/* %{buildroot}/opt/oemaker/config/${sys_arch}/
|
2023-11-20 15:43:51 +08:00
|
|
|
|
2021-03-19 20:17:30 +08:00
|
|
|
|
|
|
|
|
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
|
|
|
|
2023-11-21 10:48:59 +08:00
|
|
|
install -m 600 %{name}/isocut/config/${sys_arch}/rpmlist %{buildroot}/%{_sysconfdir}/isocut/
|
|
|
|
|
install -m 600 %{name}/isocut/config/${sys_arch}/anaconda-ks.cfg %{buildroot}/%{_sysconfdir}/isocut/
|
|
|
|
|
|
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
|
2023-11-21 10:48:59 +08:00
|
|
|
mkdir -p %{buildroot}/opt/envmaker/config/${sys_arch}
|
2023-05-16 22:44:01 +08:00
|
|
|
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
|
2023-11-21 10:48:59 +08:00
|
|
|
install -m 600 %{name}/envmaker/config/${sys_arch}/openEuler_repo.conf %{buildroot}/opt/envmaker/config/${sys_arch}/openEuler_repo.conf
|
|
|
|
|
install -m 600 %{name}/envmaker/config/compile_env_rpmlist.xml %{buildroot}/opt/envmaker/config/compile_env_rpmlist.xml
|
2023-05-16 22:44:01 +08:00
|
|
|
|
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
|
2024-07-16 11:15:20 +08:00
|
|
|
* Tue Jul 16 2024 Ouuleilei <wangliu@iscas.ac.cn> - 3.1.0-14
|
|
|
|
|
- riscv64 rpmlist.xml exclude some packages, riscv64 normal.xml delete opengauss
|
|
|
|
|
- fix patch conflict
|
|
|
|
|
|
2024-07-10 16:21:28 +08:00
|
|
|
* Wed Jul 10 2024 wangchong <wangchong56@huawei.com> - 3.1.0-13
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix issue IABY7K
|
|
|
|
|
|
2024-06-24 15:23:25 +08:00
|
|
|
* Mon Jun 24 2024 jiahua yu <jiahua.yu@shingroup.cn> - 3.1.0-12
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: init support for arch ppc64le
|
|
|
|
|
|
2024-05-28 07:42:08 +00:00
|
|
|
* Wed May 29 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 3.1.0-11
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: add livecd for loongarch64, add ls2k500sfb.ko for loongarch64
|
|
|
|
|
|
2024-05-28 10:43:31 +08:00
|
|
|
* Tue May 28 2024 Ouuleilei <wangliu@iscas.ac.cn> - 3.1.0-10
|
|
|
|
|
- add riscv64 support
|
|
|
|
|
|
2024-05-27 08:41:34 +00:00
|
|
|
* Tue May 21 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 3.1.0-9
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: add loongarch64 support for oemaker
|
|
|
|
|
|
2024-05-21 11:14:23 +08:00
|
|
|
* Tue May 21 2024 wangchong <wangchong56@huawei.com> - 3.1.0-8
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix createrepo data error
|
|
|
|
|
|
2024-03-27 10:05:54 +08:00
|
|
|
* Thu Mar 28 2024 mayunlong <mayunlong6@huawei.com> - 3.1.0-7
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: delete libvirt package
|
|
|
|
|
|
2024-03-20 10:58:50 +08:00
|
|
|
* Wed Mar 20 2024 sunhai <sunhai10@huawei.com> - 3.1.0-6
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: delete initial-setup-gui
|
|
|
|
|
|
2024-03-19 18:32:44 +08:00
|
|
|
* Tue Mar 19 2024 sunhai <sunhai10@huawei.com> - 3.1.0-5
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: delete gnome group packages
|
|
|
|
|
|
2024-02-04 15:16:58 +08:00
|
|
|
* Sun Feb 4 2024 wangchong <wangchong56@huawei.com> - 3.1.0-4
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: delete tracker tracker-help tracker-miners tracker-miners-help from rpmlist
|
|
|
|
|
|
2024-01-09 14:57:00 +08:00
|
|
|
* Tue Jan 9 2024 wangchong <wangchong56@huawei.com> - 3.1.0-3
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: delete lld lld-devel lld-libs from rpmlist
|
|
|
|
|
|
2023-12-08 03:56:24 +00:00
|
|
|
* Fri Dec 8 2023 xiasenlin <xiasenlin1@huawei.com> - 3.1.0-2
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: delete telepathy-glib-help from rpmlist for PR:https://gitee.com/src-openeuler/telepathy-glib/pulls/3
|
|
|
|
|
|
2023-11-20 15:43:51 +08:00
|
|
|
* Mon Nov 20 2023 chenhuihan <chenhuihan@huawei.com> - 3.1.0-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: support for livecd and isocut optimize
|
|
|
|
|
|
2023-11-20 20:36:01 +08:00
|
|
|
* Mon Nov 20 2023 zhongjiawei <zhongjiawei1@huawei.com> - 3.0.4-6
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: update rpmlist.xml docker-runc package name tobe runc
|
|
|
|
|
|
2023-09-19 19:41:55 +08:00
|
|
|
* Tue Sep 19 2023 liyunfei <liyunfei33@huawei.com> - 3.0.4-5
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: Add clang-15, llvm-15 and lld-15 packages.
|
|
|
|
|
|
2023-09-04 19:06:41 +08:00
|
|
|
* Mon Sep 4 2023 luhuaxin <luhuaxin1@huawei.com> - 3.0.4-4
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: Add dim_tools and dim package.
|
|
|
|
|
|
2023-08-31 22:24:06 +08:00
|
|
|
* Thu Aug 31 2023 fangchuangchuang <fangchuangchuang@huawei.com> - 3.0.4-3
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: Add libgmem package.
|
|
|
|
|
|
2023-08-26 11:45:12 +08:00
|
|
|
* Sat Aug 26 2023 wangchong <wangchong56@huawei.com> - 3.0.4-2
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix edge start error
|
|
|
|
|
|
2023-08-22 15:25:52 +08:00
|
|
|
* Wed Aug 23 2023 xiangyuning <xiangyuning@huawei.com> - 3.0.4-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: upgrade to 3.0.4
|
|
|
|
|
|
2023-08-07 23:34:29 +08:00
|
|
|
* Thu Aug 07 2023 sunhai <sunhai10@huawei.com> - 3.0.2-4
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: add pre version patches
|
|
|
|
|
|
2023-07-31 10:30:28 +08:00
|
|
|
* Mon Jul 31 2023 liuyang <liuyang645@huawei.com> - 3.0.2-3
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: update kae rpm
|
|
|
|
|
|
2023-06-13 20:25:08 +08:00
|
|
|
* Sat Jun 10 2023 zhaotianyang <zhaotianyang4@huawei.com> - 3.0.2-2
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix wrong spelling of summary in spec file
|
|
|
|
|
|
2023-05-23 18:14:17 +08:00
|
|
|
* Tue May 23 2023 chenhuihan <chenhuihan@huawei.com> - 3.0.2-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix isocut
|
|
|
|
|
|
2023-05-22 22:03:20 +08:00
|
|
|
* Mon May 22 2023 chenhuihan <chenhuihan@huawei.com> - 3.0.1-1
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix isocut
|
|
|
|
|
|
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
|