diff options
author | boseong choi <boseong.choi@samsung.com> | 2016-03-09 17:45:29 +0900 |
---|---|---|
committer | boseong choi <boseong.choi@samsung.com> | 2016-03-09 22:57:22 +0900 |
commit | 3568f5fb91fc190a6cf8db5790392d8a6a1beff9 (patch) | |
tree | 1fcd1d1a095d1fe8eed1b319b9592527ed0f98d1 | |
parent | e1425e8f9cc109b7d63d762c9c9f89f50708f2cf (diff) | |
download | system-plugin-3568f5fb91fc190a6cf8db5790392d8a6a1beff9.tar.gz system-plugin-3568f5fb91fc190a6cf8db5790392d8a6a1beff9.tar.bz2 system-plugin-3568f5fb91fc190a6cf8db5790392d8a6a1beff9.zip |
spec: add circle packagesubmit/tizen/20160309.233533accepted/tizen/wearable/20160310.062144accepted/tizen/tv/20160310.062117accepted/tizen/mobile/20160310.062048accepted/tizen/ivi/20160310.062213accepted/tizen/common/20160311.200957
add circle package in spec file
add /initrd directory in circle package
Change-Id: I011cd56cf05acb832d84b4cde20413aee8791bd3
Signed-off-by: boseong choi <boseong.choi@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 3492a61..2de499d 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -45,6 +45,13 @@ Requires: %{name} = %{version}-%{release} %description spreadtrum This package provides Spreadtrum specific system configuration files. +%package circle +Summary: Circle specific system configuration files +Requires: %{name} = %{version}-%{release} + +%description circle +This package provides Circle specific system configuration files. + %prep %setup -q @@ -106,6 +113,10 @@ systemctl daemon-reload %manifest %{name}.manifest %{_prefix}/lib/udev/rules.d/51-system-plugin-exynos.rules +%files circle +%manifest %{name}.manifest +/initrd + %files spreadtrum %manifest %{name}.manifest /initrd |