diff options
author | biao716.wang <biao716.wang@samsung.com> | 2022-08-03 17:15:29 +0900 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2022-08-03 17:15:29 +0900 |
commit | 48d2be133255c2e5bc05e99cf9cbd7962ce4e8bf (patch) | |
tree | 7ac151da9f31fe8fc3e0f083de207d494075e2a1 | |
parent | 6c707fb723d99c774febdae2973b5b54364b4af0 (diff) | |
download | build-48d2be133255c2e5bc05e99cf9cbd7962ce4e8bf.tar.gz build-48d2be133255c2e5bc05e99cf9cbd7962ce4e8bf.tar.bz2 build-48d2be133255c2e5bc05e99cf9cbd7962ce4e8bf.zip |
update tizen version to tizen20220803
Change-Id: I925f2447245f2e8b47e5a65a0f8eb234f4ca53dd
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | packaging/build.changes | 7 | ||||
-rw-r--r-- | packaging/build.spec | 4 |
3 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e0f2dfa..f72e75e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +build (20160629-tizen20220803) unstable; urgency=high + + * Update tizen version to tizen20220803 + * Always retry 3 times to download if download fail. + * Add logic to re-downloading packages in reorder step if some packages is missed! + + -- Wang Biao <biao716.wang@samsung.com> Wed, 03 Aug 2022 09:30:00 +0800 + build (20160629-tizen20220705) unstable; urgency=high * Update tizen version to tizen20220705 diff --git a/packaging/build.changes b/packaging/build.changes index aa9312e..a718ad3 100644 --- a/packaging/build.changes +++ b/packaging/build.changes @@ -1,4 +1,11 @@ -------------------------------------------------------------------- +Wed Aug 03 09:30:00 CST 2022 - biao716.wang@samsung.com + +- Update tizen version to tizen20220803 +- Always retry 3 times to download if download fail. +- Add logic to re-downloading packages in reorder step if some packages is missed! + +-------------------------------------------------------------------- Thu Jul 05 09:30:00 CST 2022 - biao716.wang@samsung.com - update tizen version to tizen20220705 diff --git a/packaging/build.spec b/packaging/build.spec index 302008c..c8c7a55 100644 --- a/packaging/build.spec +++ b/packaging/build.spec @@ -72,7 +72,7 @@ Requires: build-mkbaselibs %if 0%{?suse_version} > 1120 || 0%{?mdkversion} Recommends: build-mkdrpms %endif -Provides: tizen-build = 20220705 +Provides: tizen-build = 20220803 %description This package provides a script for building RPMs for SUSE Linux in a chroot environment. @@ -116,7 +116,7 @@ Group: Development/Tools/Building Requires: build BuildRequires: gcc BuildRequires: glibc-devel -Provides: tizen-build-initvm-%{initvm_arch} = 20220705 +Provides: tizen-build-initvm-%{initvm_arch} = 20220803 Obsoletes: build-initvm %if 0%{?suse_version} BuildRequires: glibc-devel-static |