diff options
author | Chanho Park <chanho61.park@samsung.com> | 2015-02-04 21:18:22 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2015-02-04 21:18:22 +0900 |
commit | 5b0bb04e14723bb3631eafc6b20cb2fba70ed673 (patch) | |
tree | 6ce2db547e76dc6f67e20c454a5b8b41f52c421e | |
parent | 52ff63542f19f0d49aca44d039c2bd57ce15b0fa (diff) | |
download | linux-3.10-5b0bb04e14723bb3631eafc6b20cb2fba70ed673.tar.gz linux-3.10-5b0bb04e14723bb3631eafc6b20cb2fba70ed673.tar.bz2 linux-3.10-5b0bb04e14723bb3631eafc6b20cb2fba70ed673.zip |
packaging: fix kernel-devel requiressubmit/tizen/20150205.100354submit/tizen/20150204.122125accepted/tizen/wearable/20150206.012149accepted/tizen/tv/20150206.011611accepted/tizen/mobile/20150207.035820accepted/tizen/common/20150205.164821tizen_3.0.2015.q1_commontizen_3.0.2014.q4_common
"%{variant}-linux-kernel" is provided instead of "linux-kernel".
Change-Id: Iad93b6e0fb53a5ead25842cd1de800b5af1b630b
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
-rw-r--r-- | packaging/linux-3.10.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/linux-3.10.spec b/packaging/linux-3.10.spec index 3aad1fdbc86..1e304ac2c9c 100644 --- a/packaging/linux-3.10.spec +++ b/packaging/linux-3.10.spec @@ -75,7 +75,7 @@ Group: Development/System Provides: kernel-devel = %{fullVersion} Provides: kernel-devel-uname-r = %{fullVersion} %endif -Requires: %{name} = %{version}-%{release} +Requires: %{variant}-linux-kernel = %{version}-%{release} %description -n %{variant}-linux-kernel-devel Prebuilt linux kernel for out-of-tree modules. |