2019-12-27 16:58:46 +08:00
|
|
|
%define debug_package %{nil}
|
|
|
|
|
%define product_family %{?_vendor:%{_vendor}}%{!?_vendor:openEuler}
|
|
|
|
|
%define variant_titlecase Server
|
|
|
|
|
%define variant_lowercase server
|
|
|
|
|
%define dist_release_version 8
|
2020-03-18 17:49:51 +08:00
|
|
|
%define generic_version 20.03
|
|
|
|
|
%define generic_patch_level LTS
|
2023-10-20 16:49:09 +08:00
|
|
|
%define generic_patch_level_extend SP4
|
2023-11-17 10:12:21 +08:00
|
|
|
%define generic_release 57
|
2019-12-27 16:58:46 +08:00
|
|
|
%define builtin_release_version 1.0
|
|
|
|
|
|
|
|
|
|
%define current_arch %{_arch}
|
|
|
|
|
%ifarch i386
|
|
|
|
|
%define current_arch x86
|
|
|
|
|
%endif
|
|
|
|
|
|
2021-12-31 07:49:57 +00:00
|
|
|
%global boot_args fpi_to_tail=off
|
|
|
|
|
|
2019-12-27 16:58:46 +08:00
|
|
|
Name: %{product_family}-release
|
2021-11-16 15:16:44 +08:00
|
|
|
Version: %{generic_version}%{generic_patch_level}_%{generic_patch_level_extend}
|
2019-12-27 16:58:46 +08:00
|
|
|
Release: %{generic_release}
|
|
|
|
|
Summary: %{product_family} release file
|
2020-04-29 15:34:26 +08:00
|
|
|
License: Mulan PSL v2
|
2019-12-27 16:58:46 +08:00
|
|
|
Provides: %{product_family}-release
|
|
|
|
|
Provides: %{_vendor}-release
|
|
|
|
|
Provides: generic-release
|
2021-11-16 15:16:44 +08:00
|
|
|
Provides: system-release = %{generic_version}%{generic_patch_level}_%{generic_patch_level_extend}
|
2019-12-27 16:58:46 +08:00
|
|
|
Source0: generic-release-%{builtin_release_version}.tar.gz
|
|
|
|
|
Source1: 85-display-manager.preset
|
|
|
|
|
Source2: 90-default.preset
|
|
|
|
|
Source3: 99-default-disable.preset
|
|
|
|
|
|
2021-01-08 09:50:42 +08:00
|
|
|
Source4: dot-bashrc
|
|
|
|
|
Source5: dot-bash_profile
|
|
|
|
|
Source6: dot-bash_logout
|
|
|
|
|
Source7: dot-tcshrc
|
|
|
|
|
Source8: dot-cshrc
|
|
|
|
|
|
2019-12-27 16:58:46 +08:00
|
|
|
BuildRequires: python
|
2021-12-30 17:58:16 +00:00
|
|
|
Requires: %{product_family}-repos
|
|
|
|
|
Requires: %{product_family}-release-custom
|
2022-12-15 21:36:22 +08:00
|
|
|
Obsoletes: yum-utils yum-utils-help yum-utils-plugins
|
2019-12-27 16:58:46 +08:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{product_family} release files
|
|
|
|
|
|
2022-12-15 21:36:22 +08:00
|
|
|
%package -n %{product_family}-performance
|
|
|
|
|
Requires: coreutils systemd setup
|
|
|
|
|
|
|
|
|
|
Summary: performance script
|
|
|
|
|
%description -n %{product_family}-performance
|
|
|
|
|
performance script
|
|
|
|
|
|
2021-01-08 09:50:42 +08:00
|
|
|
%package -n %{product_family}-rootfiles
|
|
|
|
|
Summary: Basic required files for the root user's account
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Conflicts: rootfiles
|
2020-03-14 17:21:27 +08:00
|
|
|
|
2021-01-08 09:50:42 +08:00
|
|
|
%description -n %{product_family}-rootfiles
|
|
|
|
|
The rootfiles package contains basic required files that are placed
|
|
|
|
|
in the root user's account. These files are basically the same as
|
|
|
|
|
those in /etc/skel, which are placed in regular users' home directories.
|
2020-03-14 17:21:27 +08:00
|
|
|
|
2021-12-30 17:58:16 +00:00
|
|
|
%package -n %{product_family}-release-custom
|
|
|
|
|
Summary: openeuler-release-custom
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{product_family}-release-custom
|
|
|
|
|
openeuler-release-custom
|
|
|
|
|
|
2019-12-27 16:58:46 +08:00
|
|
|
%prep
|
|
|
|
|
%setup -q -n generic-release-%{builtin_release_version}
|
|
|
|
|
|
2021-12-31 07:49:57 +00:00
|
|
|
%postun -n %{product_family}-release-custom
|
2022-11-11 11:26:52 +08:00
|
|
|
vendorid=`lscpu | grep "Vendor ID:" | awk '{print $3}'`
|
|
|
|
|
model=`lscpu | grep "Model:" | awk '{print $2}'`
|
|
|
|
|
|
|
|
|
|
if [ "0x70" == "${vendorid}" -a "3" == "${model}" ]; then
|
|
|
|
|
grep "%{boot_args}" /etc/grub.d/10_linux > /dev/null 2>&1
|
|
|
|
|
if [ $? -ne 0 ]; then
|
|
|
|
|
echo "ERROR: failed to clean up boot args in /etc/grub.d/10_linux because they have been modified"
|
|
|
|
|
exit 1
|
|
|
|
|
fi
|
|
|
|
|
sed -i "s/%{boot_args} //g" /etc/grub.d/10_linux
|
2021-12-31 07:49:57 +00:00
|
|
|
fi
|
|
|
|
|
|
2021-12-30 17:58:16 +00:00
|
|
|
%posttrans -n %{product_family}-release-custom
|
|
|
|
|
|
|
|
|
|
# parameters for grub2
|
2021-12-31 07:49:57 +00:00
|
|
|
|
2021-12-30 17:58:16 +00:00
|
|
|
vendorid=`lscpu | grep "Vendor ID:" | awk '{print $3}'`
|
|
|
|
|
model=`lscpu | grep "Model:" | awk '{print $2}'`
|
|
|
|
|
|
2021-12-31 07:49:57 +00:00
|
|
|
if [ "0x70" == "${vendorid}" -a "3" == "${model}" ]; then
|
|
|
|
|
sed -i "s/ ro .*args/ ro %{boot_args} \$\{args/g" /etc/grub.d/10_linux
|
2021-12-30 17:58:16 +00:00
|
|
|
fi
|
|
|
|
|
|
2019-12-27 16:58:46 +08:00
|
|
|
%build
|
|
|
|
|
echo OK
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc
|
2021-11-16 15:16:44 +08:00
|
|
|
echo "%{product_family} release %{generic_version} (%{generic_patch_level}-%{generic_patch_level_extend})" > $RPM_BUILD_ROOT/etc/%{product_family}-release
|
2019-12-27 16:58:46 +08:00
|
|
|
ln -sf %{product_family}-release $RPM_BUILD_ROOT/etc/system-release
|
|
|
|
|
|
|
|
|
|
# create /etc/os-release
|
|
|
|
|
cat << EOF >>$RPM_BUILD_ROOT/etc/os-release
|
|
|
|
|
NAME="%{product_family}"
|
2021-11-16 15:16:44 +08:00
|
|
|
VERSION="%{generic_version} (%{generic_patch_level}-%{generic_patch_level_extend})"
|
2019-12-27 16:58:46 +08:00
|
|
|
ID="%{product_family}"
|
|
|
|
|
VERSION_ID="%{generic_version}"
|
2021-11-16 15:16:44 +08:00
|
|
|
PRETTY_NAME="%{product_family} %{generic_version} (%{generic_patch_level}-%{generic_patch_level_extend})"
|
2019-12-27 16:58:46 +08:00
|
|
|
ANSI_COLOR="0;31"
|
|
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
mkdir -p -m 755 $RPM_BUILD_ROOT/etc/profile.d
|
2020-03-17 19:58:23 +08:00
|
|
|
cp -a color.sh $RPM_BUILD_ROOT/etc/profile.d/
|
2019-12-27 16:58:46 +08:00
|
|
|
cp -a system-info.sh $RPM_BUILD_ROOT/etc/profile.d/
|
2022-12-15 21:36:22 +08:00
|
|
|
cp -a performance.sh $RPM_BUILD_ROOT/etc/profile.d/
|
2019-12-27 16:58:46 +08:00
|
|
|
|
|
|
|
|
# write cpe to /etc/system/release-cpe
|
|
|
|
|
echo "cpe:/o:%{product_family}:%{product_family}:%{version}:ga:server" > $RPM_BUILD_ROOT/etc/system-release-cpe
|
|
|
|
|
|
|
|
|
|
# create /etc/issue and /etc/issue.net
|
|
|
|
|
echo '\S' > $RPM_BUILD_ROOT/etc/issue
|
|
|
|
|
echo 'Kernel \r on an \m' >> $RPM_BUILD_ROOT/etc/issue
|
|
|
|
|
cp $RPM_BUILD_ROOT/etc/issue $RPM_BUILD_ROOT/etc/issue.net
|
|
|
|
|
echo >> $RPM_BUILD_ROOT/etc/issue
|
|
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/eula
|
|
|
|
|
cp eula.[!py]* $RPM_BUILD_ROOT/usr/share/eula
|
|
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib
|
|
|
|
|
cp supportinfo $RPM_BUILD_ROOT/var/lib/supportinfo
|
|
|
|
|
|
|
|
|
|
# set up the dist tag macros
|
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT/etc/rpm
|
|
|
|
|
cat >> $RPM_BUILD_ROOT/etc/rpm/macros.dist << EOF
|
|
|
|
|
# dist macros.
|
|
|
|
|
|
|
|
|
|
%%dist %%{nil}
|
|
|
|
|
%%%{product_family} 2
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
# use unbranded datadir
|
|
|
|
|
mkdir -p -m 755 $RPM_BUILD_ROOT/%{_datadir}/%{product_family}-release
|
|
|
|
|
install -m 644 EULA $RPM_BUILD_ROOT/%{_datadir}/%{product_family}-release
|
|
|
|
|
|
|
|
|
|
# use unbranded docdir
|
|
|
|
|
mkdir -p -m 755 $RPM_BUILD_ROOT/%{_docdir}/%{product_family}-release
|
|
|
|
|
cp -p License/LICENSE $RPM_BUILD_ROOT/%{_docdir}/%{product_family}-release
|
|
|
|
|
|
|
|
|
|
# copy systemd presets
|
|
|
|
|
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system-preset/
|
|
|
|
|
install -m 0644 %{SOURCE1} %{buildroot}%{_prefix}/lib/systemd/system-preset/
|
|
|
|
|
install -m 0644 %{SOURCE2} %{buildroot}%{_prefix}/lib/systemd/system-preset/
|
|
|
|
|
install -m 0644 %{SOURCE3} %{buildroot}%{_prefix}/lib/systemd/system-preset/
|
|
|
|
|
|
2021-01-08 09:50:42 +08:00
|
|
|
# set root's bash profile
|
|
|
|
|
mkdir -p %{buildroot}/root
|
|
|
|
|
|
2021-09-14 18:55:09 +06:00
|
|
|
install -p -m 644 %{SOURCE4} %{buildroot}/root/.bashrc
|
|
|
|
|
install -p -m 644 %{SOURCE5} %{buildroot}/root/.bash_profile
|
|
|
|
|
install -p -m 644 %{SOURCE6} %{buildroot}/root/.bash_logout
|
|
|
|
|
install -p -m 644 %{SOURCE7} %{buildroot}/root/.tcshrc
|
|
|
|
|
install -p -m 644 %{SOURCE8} %{buildroot}/root/.cshrc
|
2019-12-27 16:58:46 +08:00
|
|
|
|
2021-01-08 09:50:42 +08:00
|
|
|
%posttrans -n %{product_family}-rootfiles
|
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
|
cp -ndr --preserve=ownership,timestamps /etc/skel/. /root/ || :
|
|
|
|
|
fi
|
2020-03-13 20:38:22 +08:00
|
|
|
|
2021-01-08 09:50:42 +08:00
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2020-03-14 17:21:27 +08:00
|
|
|
|
2019-12-27 16:58:46 +08:00
|
|
|
%files
|
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
|
/etc/system-release
|
2020-03-17 19:58:23 +08:00
|
|
|
/etc/profile.d/color.sh
|
2019-12-27 16:58:46 +08:00
|
|
|
/etc/profile.d/system-info.sh
|
|
|
|
|
/etc/%{product_family}-release
|
|
|
|
|
%config(noreplace) /etc/os-release
|
|
|
|
|
%config /etc/system-release-cpe
|
|
|
|
|
%config(noreplace) /etc/issue
|
|
|
|
|
%config(noreplace) /etc/issue.net
|
|
|
|
|
/etc/rpm/macros.dist
|
|
|
|
|
%{_docdir}/%{product_family}-release/*
|
|
|
|
|
%{_datadir}/%{product_family}-release/*
|
|
|
|
|
%{_prefix}/lib/systemd/system-preset/*
|
|
|
|
|
/var/lib/supportinfo
|
|
|
|
|
/usr/share/eula/eula.*
|
|
|
|
|
|
2022-12-15 21:36:22 +08:00
|
|
|
%files -n %{product_family}-performance
|
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
|
/etc/profile.d/performance.sh
|
|
|
|
|
|
2021-01-08 09:50:42 +08:00
|
|
|
%files -n %{product_family}-rootfiles
|
|
|
|
|
%config(noreplace) /root/.bashrc
|
|
|
|
|
%config(noreplace) /root/.bash_profile
|
|
|
|
|
%config(noreplace) /root/.bash_logout
|
|
|
|
|
%config(noreplace) /root/.tcshrc
|
|
|
|
|
%config(noreplace) /root/.cshrc
|
|
|
|
|
|
2021-12-30 17:58:16 +00:00
|
|
|
%files -n %{product_family}-release-custom
|
|
|
|
|
|
2019-12-27 16:58:46 +08:00
|
|
|
%changelog
|
2023-11-17 10:12:21 +08:00
|
|
|
* Fri Nov 17 2023 Ge Wang <wang__ge@126.com> - 1.0-57
|
|
|
|
|
- fix syntax error in system info script
|
|
|
|
|
|
2023-11-09 16:39:30 +08:00
|
|
|
* Thu Nov 09 2023 Ge Wang <wang__ge@126.com> - 1.0-56
|
|
|
|
|
- replace calculate tool from dc to expr
|
|
|
|
|
|
2023-10-20 16:49:09 +08:00
|
|
|
* Fri Oct 20 2023 wangchong <wangchong56@h-partners.com> - 1.0-55
|
|
|
|
|
- modify release for openEuler-20.03-LTS-SP4
|
|
|
|
|
|
2022-11-11 11:26:52 +08:00
|
|
|
* Tue Nov 8 2022 liyanan <liyanan32@h-partners.com> - 1.0-54
|
|
|
|
|
- fix release-custom uninstall error
|
|
|
|
|
|
2021-12-31 15:17:34 +00:00
|
|
|
* Tue Nov 8 2022 liyanan <liyanan32@h-partners.com> - 1.0-53
|
|
|
|
|
- sysconfig parameters have a impact on performance,comment out the relevant content
|
|
|
|
|
|
2021-12-31 15:07:09 +00:00
|
|
|
* Tue Dec 31 2021 Jiachen Fan <fanjiachen3@huawei.com> - 1.0-52
|
|
|
|
|
- delete release-custom install requires
|
|
|
|
|
|
2021-12-31 21:43:24 +08:00
|
|
|
* Tue Dec 31 2021 Jiachen Fan <fanjiachen3@huawei.com> - 1.0-51
|
|
|
|
|
- delete dependency bc
|
|
|
|
|
|
2021-12-31 07:49:57 +00:00
|
|
|
* Tue Dec 31 2021 chemingdao <chemingdao@huawei.com> - 1.0-50
|
|
|
|
|
- Bugfix: openenEuler-release-custom dnf error when openEuler installing.
|
|
|
|
|
|
2021-12-30 17:58:16 +00:00
|
|
|
* Tue Dec 31 2021 chemingdao <chemingdao@huawei.com> - 1.0-49
|
|
|
|
|
- init openeuler custom
|
|
|
|
|
|
2021-12-30 22:08:40 +08:00
|
|
|
* Thu Dec 30 2021 gaochong <gaochong@uniontech.com> - 1.0-48
|
|
|
|
|
- require bc for caculating free memory
|
|
|
|
|
|
2021-12-21 19:36:27 +08:00
|
|
|
* Tue Dec 21 2021 gaochong <gaochong@uniontech.com> - 1.0-47
|
|
|
|
|
- get memeroy info from /proc/meminfo instead of command free
|
|
|
|
|
|
2021-12-01 11:05:12 +08:00
|
|
|
* Wed Dec 01 2021 yaokai <yaokai13@huawei.com> - 1.0-46
|
|
|
|
|
- Fix syntax errors
|
|
|
|
|
|
2021-11-22 10:38:01 +08:00
|
|
|
* Mon Nov 22 2021 miao_kaibo <miaokaibo@outlook.com> - 1.0-45
|
|
|
|
|
- delete dependency bc
|
|
|
|
|
|
2021-11-16 15:16:44 +08:00
|
|
|
* Tue Nov 16 2021 wangchong <wangchong56@huawei.com> - 1.0-44
|
|
|
|
|
- change to SP3 and add generic_patch_level_extend
|
|
|
|
|
|
2021-09-15 07:03:05 +06:00
|
|
|
* Tue Sep 14 2021 wangce <wangce@uniontech.com> - 1.0-43
|
2021-09-14 18:55:09 +06:00
|
|
|
- amend root files
|
|
|
|
|
|
2021-08-26 09:02:41 +00:00
|
|
|
* Thu Aug 26 2021 wangxiaorou <wangxiaorou@uniontech.com> - 1.0-42
|
|
|
|
|
- fix system-info.sh syntax error
|
|
|
|
|
|
2021-08-24 10:40:46 +08:00
|
|
|
* Thu 24 Aug 2021 miao_kaibo <miaokaibo@outlook.com> - 1.0-41
|
|
|
|
|
- bugfix I468W9
|
|
|
|
|
|
2021-07-09 15:33:29 +08:00
|
|
|
* Fri 09 Jul 2021 sunguoshuai <sunguoshuai@huawei.com> - 1.0-40
|
|
|
|
|
- modify system-info.sh to show more ip address when login
|
|
|
|
|
- /sbin/ip not found err fix
|
|
|
|
|
|
2021-05-18 17:50:52 +08:00
|
|
|
* Tue May 18 2021 solar.hu <solar.hu@foxmail.com> - 1.0-39
|
|
|
|
|
- Disable for GOMP issue with rpmbuild
|
|
|
|
|
|
2021-05-18 18:00:35 +08:00
|
|
|
* Thu Jan 7 2020 shenyangyang <shenyangyang4@huawei.com> - 1.0-38
|
2021-01-08 09:50:42 +08:00
|
|
|
- add %{product_family}-rootfiles package that contains the basic
|
|
|
|
|
.bash* config for root user
|
|
|
|
|
|
2020-05-18 09:38:44 +08:00
|
|
|
* Mon May 18 2020 shenyangyang <shenyangyang4@huawei.com> - 1.0-37
|
|
|
|
|
- add equal sign in color.sh
|
|
|
|
|
|
2020-05-15 18:08:13 +08:00
|
|
|
* Fri May 15 2020 shenyangyang <shenyangyang4@huawei.com> - 1.0-36
|
|
|
|
|
- Add more default color
|
|
|
|
|
|
2020-05-07 15:02:42 +08:00
|
|
|
* Thu May 7 2020 shenyangyang <shenyangyang4@huawei.com> - 1.0-35
|
|
|
|
|
- Modify the license info in files
|
|
|
|
|
|
2020-04-29 15:34:26 +08:00
|
|
|
* Wed Apr 29 2020 shenyangyang <shenyangyang4@huawei.com> - 1.0-34
|
|
|
|
|
- Change license of mulan to v2
|
|
|
|
|
|
2020-03-21 21:57:50 +08:00
|
|
|
* Sat Mar 21 2020 songnannan <songnannan2@huawei.com> - 1.0-33
|
|
|
|
|
- add obsoletes the yum utils
|
|
|
|
|
|
2020-03-19 15:05:49 +08:00
|
|
|
* Thu Mar 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-32
|
|
|
|
|
- change generic_release_1.0
|
|
|
|
|
|
2020-03-18 17:49:51 +08:00
|
|
|
* Wed Mar 18 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-31
|
|
|
|
|
- change generic_version
|
|
|
|
|
|
|
|
|
|
* Tue Mar 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-30
|
2020-03-17 19:58:23 +08:00
|
|
|
- add color aliases
|
|
|
|
|
|
2020-03-18 17:49:51 +08:00
|
|
|
* Tue Mar 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-29
|
2020-03-17 19:54:03 +08:00
|
|
|
- fix changelog
|
|
|
|
|
|
2020-03-18 17:49:51 +08:00
|
|
|
* Sun Mar 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-28
|
2020-03-17 19:54:03 +08:00
|
|
|
- add base
|
2020-03-15 13:59:23 +00:00
|
|
|
|
2020-03-14 18:10:01 +08:00
|
|
|
* Sat Mar 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-27
|
2020-03-17 19:54:03 +08:00
|
|
|
- fix obs build problem
|
|
|
|
|
|
|
|
|
|
* Sat Mar 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-26
|
|
|
|
|
- fix install problem
|
2020-03-14 18:10:01 +08:00
|
|
|
|
2020-03-13 20:38:22 +08:00
|
|
|
* Fri Mar 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-25
|
|
|
|
|
- add performance script,close transparent_hugepage,change vm.min_free_kbytes=112640,export GOMP_CPU_AFFINITY
|
|
|
|
|
- close autogroup
|
|
|
|
|
|
2020-03-03 21:34:25 +08:00
|
|
|
* Tue Mar 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-24
|
|
|
|
|
- remove unnecessary swap file
|
|
|
|
|
|
2020-03-03 14:42:04 +08:00
|
|
|
* Tue Mar 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-23
|
|
|
|
|
- fix welcome information
|
|
|
|
|
|
2020-01-07 21:47:23 +08:00
|
|
|
* Tue Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0-22
|
|
|
|
|
- fix welcome information
|
|
|
|
|
|
2019-12-27 16:58:46 +08:00
|
|
|
* Fri Dec 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0-21
|
|
|
|
|
- Delete unneeded info
|
|
|
|
|
|
|
|
|
|
* Mon Dec 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0-20
|
|
|
|
|
- Delete unneeded provides
|
|
|
|
|
|
|
|
|
|
* Thu Dec 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0-19
|
|
|
|
|
- Delete unneeded message
|
|
|
|
|
|
|
|
|
|
* Tue Oct 15 2019 fanghuiyu <fanghuiyu@huawei.com> - 1.0-18
|
|
|
|
|
- Change to generic-release
|
|
|
|
|
|
|
|
|
|
* Fri Sep 20 2019 hexiaowen <hexiaowen@huawei.com> - 1.0-17
|
|
|
|
|
- Provides generic-release
|
|
|
|
|
|
|
|
|
|
* Sat Aug 31 2019 hexiaowen <hexiaowen@huawei.com> - 1.0-16
|
|
|
|
|
- add eula.US
|
|
|
|
|
|
|
|
|
|
* Mon Aug 26 2019 zhangrui <zhangrui182@huawei.com> - 1.0-15
|
|
|
|
|
- Add system-info.sh to /etc/profile.d/ to show some information in welcome screen
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2019 hexiaowen <hexiaowen@huawei.com> - 1.0-14
|
|
|
|
|
- add License
|
|
|
|
|
|
|
|
|
|
* Thu Aug 8 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0-13
|
|
|
|
|
- Package init
|