From: wanchao-xu Date: Wed, 30 Aug 2023 01:51:14 +0000 (+0800) Subject: Add rpmlintrc and changelog in spec file. X-Git-Tag: accepted/tools/devbase/tools/20250527.103831~3^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85dc945c4e435838079990d68cf35cbea6884485;p=tools%2Fqemu-arm-static.git Add rpmlintrc and changelog in spec file. Change-Id: I6e813eee63d93552ba48464e62f3c1718159b725 Signed-off-by: wanchao-xu --- diff --git a/packaging/qemu-arm-static.spec b/packaging/qemu-arm-static.spec old mode 100755 new mode 100644 index 037a6425c..cd8cb74b3 --- a/packaging/qemu-arm-static.spec +++ b/packaging/qemu-arm-static.spec @@ -32,7 +32,8 @@ Group: System/Emulators/PC 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: @@ -168,3 +169,19 @@ rm -rf %{buildroot} %_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 diff --git a/packaging/rpmlintrc b/packaging/rpmlintrc new file mode 100644 index 000000000..80fcad35e --- /dev/null +++ b/packaging/rpmlintrc @@ -0,0 +1,5 @@ +# This line is mandatory to access the configuration functions +from Config import * + +addFilter("arch-dependent-file-in-usr-share") +addFilter("summary-not-capitalized")