diff options
author | xuhy <huayong.xu@samsung.com> | 2024-07-22 15:03:26 +0800 |
---|---|---|
committer | xuhy <huayong.xu@samsung.com> | 2024-07-22 15:03:56 +0800 |
commit | e402da0d3399d7cda87077ab811910d781a10e0f (patch) | |
tree | 15148c7a1bdd450e02e969051b216aa1cda2a4d0 | |
parent | aa0b3c22b2afa40040ad039dc3b53314a93e4024 (diff) | |
download | build-e402da0d3399d7cda87077ab811910d781a10e0f.tar.gz build-e402da0d3399d7cda87077ab811910d781a10e0f.tar.bz2 build-e402da0d3399d7cda87077ab811910d781a10e0f.zip |
update tizen version to tizen20240722
Change-Id: Id6b2a3b3878d7469cb9e9acb5fc89192596e06f9
Signed-off-by: xuhy <huayong.xu@samsung.com>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | packaging/build.changes | 5 | ||||
-rw-r--r-- | packaging/build.spec | 6 |
4 files changed, 15 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 11cf530..60d62cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +build (20160629-tizen20240722) unstable; urgency=high + + * Remove dpatch dependency. + + -- Xu Huayong <huayong.xu@samsung.com> Mon, 22 Jul 2024 14:27:00 +0800 + build (20160629-tizen20231130) unstable; urgency=high * Update tizen version to tizen20231129. diff --git a/debian/control b/debian/control index ec1ba0b..c8aa91a 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Depends: ${perl:Depends}, libxml-parser-perl, libcrypt-ssleay-perl (>= 0.64-tizen20130308), binfmt-support, - tizen-qemu-arm-static-2023.11.30 + tizen-qemu-arm-static-2024.07.22 Recommends: rpm2cpio, zstd Description: A script to build SUSE Linux RPMs This package provides a script for building RPMs for SUSE Linux diff --git a/packaging/build.changes b/packaging/build.changes index 1e32520..9d14ff0 100644 --- a/packaging/build.changes +++ b/packaging/build.changes @@ -1,4 +1,9 @@ -------------------------------------------------------------------- +Mon Jul 22 14:27:00 CST 2024 - huayong.xu@samsung.com + +- Remove dpatch dependency. + +-------------------------------------------------------------------- Thu Nov 30 14:27:00 CST 2023 - huayong.xu@samsung.com - Update tizen version to tizen20231129 diff --git a/packaging/build.spec b/packaging/build.spec index 775cfd9..6f3f8ac 100644 --- a/packaging/build.spec +++ b/packaging/build.spec @@ -45,7 +45,7 @@ Requires: perl(LWP::UserAgent) Requires: perl(IO::Socket::SSL) Requires: perl(XML::Parser) Requires: perl(Archive::Tar) -Requires: tizen-qemu-arm-static >= 2023.11.30 +Requires: tizen-qemu-arm-static >= 2024.07.22 %if 0%{?fedora_version} || 0%{?suse_version} == 1220 || 0%{?centos_version} Requires: rpm-build @@ -72,7 +72,7 @@ Requires: build-mkbaselibs %if 0%{?suse_version} > 1120 || 0%{?mdkversion} Recommends: build-mkdrpms %endif -Provides: tizen-build = 20231130 +Provides: tizen-build = 20240722 %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} = 20231130 +Provides: tizen-build-initvm-%{initvm_arch} = 20240722 Obsoletes: build-initvm %if 0%{?suse_version} BuildRequires: glibc-devel-static |