diff options
author | Stéphane Desneux (sdx) <stephane.desneux@open.eurogiciel.org> | 2014-11-20 02:29:26 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2014-11-20 02:29:26 -0800 |
commit | a0f1c0c04b586fc3b446916b92664e3625d4c9d1 (patch) | |
tree | 3e40e047121092df2390d531e426a9a637561ed2 | |
parent | 52e9f3f42e51bd6f64bdf14af2c8c1ea3a31476b (diff) | |
parent | e0b55742c3a4d35d44168a2eb1fb1367c1f37481 (diff) | |
download | meta-a0f1c0c04b586fc3b446916b92664e3625d4c9d1.tar.gz meta-a0f1c0c04b586fc3b446916b92664e3625d4c9d1.tar.bz2 meta-a0f1c0c04b586fc3b446916b92664e3625d4c9d1.zip |
Merge "add manifest file mandatory for tizen smack security" into tizensubmit/tizen_common/20141120.103223accepted/tizen/common/20141121.095740
-rw-r--r-- | packaging/meta-common.manifest | 5 | ||||
-rw-r--r-- | packaging/meta-common.spec | 27 |
2 files changed, 20 insertions, 12 deletions
diff --git a/packaging/meta-common.manifest b/packaging/meta-common.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/meta-common.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/meta-common.spec b/packaging/meta-common.spec index ec25133..28b80ba 100644 --- a/packaging/meta-common.spec +++ b/packaging/meta-common.spec @@ -1,16 +1,18 @@ %define profile common -Summary: Common Meta Data -Name: meta-common -Version: 001 -Release: 1 -BuildArch: noarch -License: GPL-2.0 -Group: Base/Configuration -URL: http://www.tizen.org -Source: %{name}-%{version}.tar.bz2 +Summary: Common Meta Data +Name: meta-common +Version: 001 +Release: 0 +License: GPL-2.0 +Group: Base/Configuration +URL: http://www.tizen.org +Source: %{name}-%{version}.tar.bz2 +Source1001: %{name}.manifest + +Requires: meta-generic -Requires: meta-generic +BuildArch: noarch %description Common Meta Data. @@ -18,16 +20,17 @@ Includes patterns and image configurations for Common images. %prep %setup -q +cp %{SOURCE1001} . %build -make +%__make %install %make_install - %files %attr(644,-,-) %{_datadir}/package-groups/%{profile}/*.yaml +%manifest %{name}.manifest %{_datadir}/image-configurations/%{profile}/*.yaml %{_datadir}/image-configurations/%{profile}/configs/*.yaml %{_datadir}/image-configurations/%{profile}/partitions |