Add rpmlintrc and changelog in spec file.
authorwanchao-xu <wanchao.xu@samsung.com>
Wed, 30 Aug 2023 01:51:14 +0000 (09:51 +0800)
committerwanchao-xu <wanchao.xu@samsung.com>
Wed, 30 Aug 2023 01:51:14 +0000 (09:51 +0800)
Change-Id: I6e813eee63d93552ba48464e62f3c1718159b725
Signed-off-by: wanchao-xu <wanchao.xu@samsung.com>
packaging/qemu-arm-static.spec [changed mode: 0755->0644]
packaging/rpmlintrc [new file with mode: 0644]

old mode 100755 (executable)
new mode 100644 (file)
index 037a642..cd8cb74
@@ -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 (file)
index 0000000..80fcad3
--- /dev/null
@@ -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")