Version: 5.2.0.tizen20230829
Release: 0
Source: qemu-5.2.0.tar.bz2
-
+# this is to make lint happy
+Source300: rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Common BuildRequires listed here:
%_sbindir/qemu-binfmt-conf.sh
%changelog
+* Wed Jun 17 2020 yan11.meng@samsung.com
+- Fix deb upload failed issue on launchpad
+- change struct ucontext to ucontext_t
+- use ucontext_t instead struct ucontext.
+- fix pylint errors for qemu-arm-static
+- fix build error in xUbuntu_19.10
+- fix build error for ubuntu20.04
+
+* Sat Dec 31 2016 sk7.park@samsung.com
+- Add depands packae qemu
+- Add the qemu-arm-binfmt (qemu-arm64-binfmt)
+- Upgrade tizen version to tizen20161231
+* Thu Oct 02 2014 markus.lehtonen@linux.intel.com
+- Change packaging to Debian non-native
+* Wed Jul 09 2014 gui.chen@intel.com
+- update to v1.6.0
--- /dev/null
+# This line is mandatory to access the configuration functions
+from Config import *
+
+addFilter("arch-dependent-file-in-usr-share")
+addFilter("summary-not-capitalized")