diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-01-31 11:24:48 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-02-14 02:50:57 -0800 |
commit | f1b6cd0bf07265a5489636b57f580d4b8504a768 (patch) | |
tree | c22264f28e1bc4f1618b5dfe159bd94ba0411547 | |
parent | 6e35655b9551cd184aa0be4b719ff2702f7a363d (diff) | |
download | kernel-common-f1b6cd0bf07265a5489636b57f580d4b8504a768.tar.gz kernel-common-f1b6cd0bf07265a5489636b57f580d4b8504a768.tar.bz2 kernel-common-f1b6cd0bf07265a5489636b57f580d4b8504a768.zip |
Provide a common name for all Tizen kernelsHEADtizen_4.0.m1_releasesubmit/tizen_unified/20170310.112216submit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170828.100008submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170215.072852accepted/tizen/unified/20170310.112627accepted/tizen/common/20170215.170957accepted/tizen/4.0/unified/20170828.222124accepted/tizen/4.0/unified/20170816.020221tizen_4.0tizenaccepted/tizen_unifiedaccepted/tizen_commonaccepted/tizen_4.0_unified
So that TIC (Tizen Image Creator) can recognize whether
a kernel is included in the target image or not.
Change-Id: Idb2594f5117fc0bed6c93d86a0b687a69addc611
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r-- | packaging/linux-stable.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/linux-stable.spec b/packaging/linux-stable.spec index e74829d2c525..292cf2ffc48b 100644 --- a/packaging/linux-stable.spec +++ b/packaging/linux-stable.spec @@ -97,6 +97,7 @@ Summary: Tizen kernel Group: System/Kernel Provides: kernel-profile-common = %{version}-%{release} Provides: kernel-uname-r = %{kernel_full_version} +Provides: linux-kernel = %{version}-%{release} Requires(post): /usr/bin/ln Requires(post): /usr/bin/sort Requires(post): rpm |