diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | packaging/build.changes | 9 | ||||
-rw-r--r-- | packaging/build.spec | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index fd94e9c..466fe0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +build (20160629-tizen20231101) unstable; urgency=high + + * Update tizen version to tizen20231101. + * Fix build error for https://bugs.tizen.org/browse/DEVT-440. + * download: enable proxy support for HTTPS. + * Support different interpreters in prein/postin scriptlets. + + -- Wang Biao <biao716.wang@samsung.com> Wed, 01 Nov 2023 09:30:00 +0800 + build (20160629-tizen20230510) unstable; urgency=high * Update tizen version to tizen20230510. diff --git a/packaging/build.changes b/packaging/build.changes index 8d017c5..3d27296 100644 --- a/packaging/build.changes +++ b/packaging/build.changes @@ -1,4 +1,13 @@ -------------------------------------------------------------------- +Wed Nov 01 09:30:00 CST 2023 - biao716.wang@samsung.com + +- Update tizen version to tizen20231101 +- Fix build error for https://bugs.tizen.org/browse/DEVT-440. +- download: enable proxy support for HTTPS +- Support different interpreters in prein/postin scriptlets +- Support build with openSUSE15.x distro + +-------------------------------------------------------------------- Wed May 10 09:30:00 CST 2023 - biao716.wang@samsung.com - Update tizen version to tizen20230510 diff --git a/packaging/build.spec b/packaging/build.spec index 0b932f1..dcad45c 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 = 20230510 +Provides: tizen-build = 20231101 %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} = 20230510 +Provides: tizen-build-initvm-%{initvm_arch} = 20231101 Obsoletes: build-initvm %if 0%{?suse_version} BuildRequires: glibc-devel-static |