diff --git a/generic-release.spec b/generic-release.spec index d49a39cc2b7afa27ad8da2b181f316cb2f925dc6..c95f875b9cbec24fbd9aa9a36fd6aeb7c5309e49 100644 --- a/generic-release.spec +++ b/generic-release.spec @@ -6,7 +6,7 @@ %define generic_version 20.03 %define generic_patch_level LTS %define generic_patch_level_extend SP2 -%define generic_release 44 +%define generic_release 45 %define builtin_release_version 1.0 %define current_arch %{_arch} @@ -133,11 +133,11 @@ install -m 0644 %{SOURCE9} %{buildroot}%{_sysconfdir}/sysctl.d/ # set root's bash profile mkdir -p %{buildroot}/root -install -p -m 644 %{SOURCE0} %{buildroot}/root/.bashrc -install -p -m 644 %{SOURCE1} %{buildroot}/root/.bash_profile -install -p -m 644 %{SOURCE2} %{buildroot}/root/.bash_logout -install -p -m 644 %{SOURCE3} %{buildroot}/root/.tcshrc -install -p -m 644 %{SOURCE4} %{buildroot}/root/.cshrc +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 %posttrans -n %{product_family}-rootfiles if [ $1 -eq 0 ] ; then @@ -177,6 +177,9 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /root/.cshrc %changelog +* Tue Sep 14 2021 wangce - 1.0-45 +- amend root files + * Thu Aug 26 2021 wangxiaorou - 1.0-44 - fix system-info.sh syntax error