diff options
author | xuhy <huayong.xu@samsung.com> | 2024-07-22 14:47:35 +0800 |
---|---|---|
committer | xuhy <huayong.xu@samsung.com> | 2024-07-22 14:48:31 +0800 |
commit | 72eaa0b4e8011fb63771c5b2b66d69b7139850fa (patch) | |
tree | c5b812b123f3d0a9cc1cb2d0bfba601ca932e6a9 | |
parent | a6f09e12035471da7bbaec777f6ab4ae2f2026fe (diff) | |
download | qemu-arm-static-72eaa0b4e8011fb63771c5b2b66d69b7139850fa.tar.gz qemu-arm-static-72eaa0b4e8011fb63771c5b2b66d69b7139850fa.tar.bz2 qemu-arm-static-72eaa0b4e8011fb63771c5b2b66d69b7139850fa.zip |
Change-Id: I8171e75c16fe752192375ff4137b1cca4160bdd8
Signed-off-by: xuhy <huayong.xu@samsung.com>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | packaging/qemu-arm-static.spec | 7 |
3 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ec80aa072..7e4d091cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qemu-arm-static (5.2.0-tizen20240722) unstable; urgency=low + + * Fix some build errors on Ubuntu 24.04. + + -- Xu Huayong <huayong.xu@samsung.com> Mon, 22 Jul 2024 14:34:10 +0800 + qemu-arm-static (5.2.0-tizen20231130) unstable; urgency=low * Merge branch 'sandbox/xuwc/devel-riscv' into devel diff --git a/debian/control b/debian/control index 817e3660c..0018dc414 100644 --- a/debian/control +++ b/debian/control @@ -10,5 +10,5 @@ Package: qemu-arm-static Architecture: i386 amd64 Depends: ${misc:Depends} Replaces: qemu-user-static -Provides: tizen-qemu-arm-static-2023.11.30 +Provides: tizen-qemu-arm-static-2024.07.22 Description: QEMU is an extremely well-performing CPU emulator that allows you to choose between simulating an entire system and running userspace binaries for different architectures under your native operating system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well as PC and PowerMac systems. diff --git a/packaging/qemu-arm-static.spec b/packaging/qemu-arm-static.spec index 9dd9b6b5a..4c85e72cf 100644 --- a/packaging/qemu-arm-static.spec +++ b/packaging/qemu-arm-static.spec @@ -29,7 +29,7 @@ URL: https://www.qemu.org/ Summary: Machine emulator and virtualizer License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT Group: System/Emulators/PC -Version: 5.2.0.tizen20231130 +Version: 5.2.0.tizen20240722 Release: 0 Source: qemu-5.2.0.tar.bz2 # this is to make lint happy @@ -50,7 +50,7 @@ BuildRequires: pcre-devel-static BuildRequires: zlib-devel-static Provides: qemu:%_bindir/qemu-arm-static -Provides: tizen-qemu-arm-static = 2023.11.30 +Provides: tizen-qemu-arm-static = 2024.07.22 %description QEMU provides CPU emulation along with other related capabilities. This package @@ -169,6 +169,9 @@ rm -rf %{buildroot} %_sbindir/qemu-binfmt-conf.sh %changelog +* Mon Jul 22 2024 huayong.xu@samsung.com +- Fix some build errors on Ubuntu 24.04. + * Thu Nov 30 2023 huayong.xu@samsung.com - Merge branch 'sandbox/xuwc/devel-riscv' into devel - Remove unnecessary depends for debian. |