From 010543e2e09629745d71fa8470f753fff4b161c5 Mon Sep 17 00:00:00 2001 From: wangce Date: Tue, 14 Sep 2021 18:49:46 +0600 Subject: [PATCH] amend root file --- generic-release.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/generic-release.spec b/generic-release.spec index d49a39c..c95f875 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 -- Gitee