diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-05 10:52:25 -0800 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2018-02-12 14:35:10 +0900 |
commit | a5bd30e86969e8fb9c010d2baed4bc36c9e77aba (patch) | |
tree | 7dbd08fba321316e43d3901f2776431d7eea4776 /packaging/kmod.changes | |
parent | aca4eca103d6699543f7ed663335c28c2e9908bb (diff) | |
download | kmod-a5bd30e86969e8fb9c010d2baed4bc36c9e77aba.tar.gz kmod-a5bd30e86969e8fb9c010d2baed4bc36c9e77aba.tar.bz2 kmod-a5bd30e86969e8fb9c010d2baed4bc36c9e77aba.zip |
add packagingsubmit/tizen_5.0/20181101.000006submit/tizen/20180219.021906accepted/tizen/unified/20180219.142358accepted/tizen/5.0/unified/20181102.024855tizen_5.0old/tizen-20190318accepted/tizen_5.0_unified
kmod is packaged into Tizen with manifest domain of floor.
v15 is a required dependency for systemd v208 (see TIVI-2197).
Bump to v18 using upstream git repo instead of pristin-tar.
Bug-Tizen: TC-1921
Applied ASLR (CFLAG=-fPIE LDFLAG=-pie) and license file wsa added to
/usr/share/licenses/kmod-compat and /usr/share/licneses/libkmod.
All packaging modifications are squashed into one commit and
bump to v24.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Signed-off-by: Alexandru Cornea <alexandru.cornea@intel.com>
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
[yj99.shin@samsung.com: packaging : disable %check section
Currently, all tizen OBS projects don't run the %check section.
I think the %check section is very good for reinforcing unit tests.
But, there are some hurdles because of the qemu.
For starting of enabling the %check section, I disable the %check section in the failed packages.]
Change-Id: Icdbea83b1625446abe492625ee424f25e377c476
Signed-off-by: Youngjae Shin <yj99.shin@samsung.com>
[sw0312.kim: packaging: add -Wno-maybe-uninitialized to cflags and bump to v25
The GCC has false positive warning about maybe-uninitialized with
-O2 and -fexeceptions. Add -Wno-maybe-uninitialized to cflags to
remove the false positive warnings.]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'packaging/kmod.changes')
-rw-r--r-- | packaging/kmod.changes | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packaging/kmod.changes b/packaging/kmod.changes new file mode 100644 index 0000000..4d8aa78 --- /dev/null +++ b/packaging/kmod.changes @@ -0,0 +1,12 @@ +* Thu Nov 21 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> b5c9149 +- Update to v15 (required for systemd update, see TIVI-2197) + +* Fri Mar 29 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130322.175427@31c7f1c +- compat requires main package + +* Fri Mar 22 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130318.205410@9d87275 +- Fixed package groups + +* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> upstream/12@4894c41 +- Update package groups + |