From 02136111b4cc2b6f65b2fa4999ea0963f9eac2f4 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 21:27:55 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/meta-common.manifest | 5 +++++ packaging/meta-common.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/meta-common.manifest 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 @@ + + + + + diff --git a/packaging/meta-common.spec b/packaging/meta-common.spec index 6c6b11d..dc20474 100644 --- a/packaging/meta-common.spec +++ b/packaging/meta-common.spec @@ -6,12 +6,14 @@ License: GPL-2.0 Group: System/Base URL: http://www.tizen.org Source: %{name}-%{version}.tar.bz2 +Source1001: meta-common.manifest %description Tizen Package Groups and Image Configurations for Base OS %prep %setup -q +cp %{SOURCE1001} . %build make @@ -21,4 +23,5 @@ make %files +%manifest %{name}.manifest /usr/share/package-groups/common/*.yaml -- 2.7.4