diff options
author | Jiyoung Yun <jy910.yun@samsung.com> | 2015-04-03 13:20:53 +0900 |
---|---|---|
committer | Jiyoung Yun <jy910.yun@samsung.com> | 2015-04-03 13:20:53 +0900 |
commit | e1f5491095e503699a825b50113f76cbf26b9a3d (patch) | |
tree | 39eb32314b9cf8b222ea202b158dfb2255f8edcc | |
parent | 1aaf71daa5f61b8dea14047b17ccf5c425bf497e (diff) | |
download | system-plugin-e1f5491095e503699a825b50113f76cbf26b9a3d.tar.gz system-plugin-e1f5491095e503699a825b50113f76cbf26b9a3d.tar.bz2 system-plugin-e1f5491095e503699a825b50113f76cbf26b9a3d.zip |
system-plugin: Add new package for N4 projectsubmit/tizen/20150406.021754accepted/tizen/wearable/20150407.063202accepted/tizen/tv/20150407.082714accepted/tizen/mobile/20150407.084624accepted/tizen/common/20150407.102123
Only N4 target will install this pkg.
Change-Id: I52f63f83016f94485a954c79e17c1a1b0f2e06b9
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
-rw-r--r-- | packaging/system-plugin.spec | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 169b569..1ef0612 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -23,6 +23,14 @@ Requires: %{name}-exynos = %{version}-%{release} %description u3 This package provides U3/XU3 specific system configuration files. +%package n4 +Summary: Note4 specific system configuration files +Requires: %{name} = %{version}-%{release} +Requires: %{name}-exynos = %{version}-%{release} + +%description n4 +This package provides Note4 specific system configuration files. + %package exynos Summary: Exynos specific system configuration files Requires: %{name} = %{version}-%{release} @@ -67,6 +75,9 @@ systemctl daemon-reload %{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dlabel-user.service %{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dlabel-rootfs.service +%files n4 +%manifest %{name}.manifest + %files exynos %manifest %{name}.manifest %{_libdir}/udev/rules.d/51-system-plugin-exynos.rules |