diff --git a/conf/aarch32_support_list.yaml b/conf/aarch32_support_list.yaml index 4ef2a462e20bb0e9743a8dd269e14151b4206e68..c0915bd7ce11dd021f7a2064a3cc9467635b7565 100644 --- a/conf/aarch32_support_list.yaml +++ b/conf/aarch32_support_list.yaml @@ -2,12 +2,12 @@ packages: - name: gcc_secure src: branch:openEuler-20.03-LTS - revision: 1.0-0.6 + version: 1.0-0.6 - name: glibc src: branch:openEuler-20.03-LTS - revision: 2.28-36 + version: 2.28-36 - name: libxcrypt src: branch:openEuler-20.03-LTS - revision: 4.4.8-4 + version: 4.4.8-4 diff --git a/tools/auto_build_pkgs.sh b/tools/auto_build_pkgs.sh index bccad0b651a8d98d59260733e1652f1107b981f3..aa8c78ff88c3d53c46437d091f8c035e2ec7b4c4 100644 --- a/tools/auto_build_pkgs.sh +++ b/tools/auto_build_pkgs.sh @@ -23,7 +23,7 @@ build_pkg() local pkg_name=$1 cat $config_file | grep -i '^- name:' | awk '{print $3}' | grep -w -i $pkg_name > /dev/null || exit $ERROR_NOT_FOUND_PKGS - local pkg_version=$(cat $config_file | grep "^- name: $pkg_name" -A3 | grep revision | awk '{print $2}') + local pkg_version=$(cat $config_file | grep "^- name: $pkg_name" -A3 | grep version | awk '{print $2}') local rpm_name=$pkg_name-$pkg_version$download_suffix mkdir -p ./$output_dir/$pkg_name pushd ./$output_dir/$pkg_name