resetting manifest requested domain to floor 70/4470/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 13:04:35 +0000 (16:04 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 13:04:35 +0000 (16:04 +0300)
osp-env-config.manifest [deleted file]
packaging/osp-env-config.manifest [new file with mode: 0644]
packaging/osp-env-config.spec

diff --git a/osp-env-config.manifest b/osp-env-config.manifest
deleted file mode 100644 (file)
index ae3e6f7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_"/>
-       </request>
-</manifest>
\ No newline at end of file
diff --git a/packaging/osp-env-config.manifest b/packaging/osp-env-config.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 0ae5ba1..8148f29 100755 (executable)
@@ -5,6 +5,7 @@ Release:        2
 Group:         System/Libraries
 License:       Apache-2.0 or Flora
 Source0:       %{name}-%{version}.tar.gz
+Source1001:    osp-env-config.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(vconf)
@@ -16,6 +17,7 @@ osp application environment cofiguration serivce
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build 
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
@@ -41,7 +43,7 @@ cp %{_builddir}/%{name}-%{version}/LICENSE.APLv2  %{buildroot}/usr/share/license
 %postun -p /sbin/ldconfig
 
 %files
-%manifest osp-env-config.manifest
+%manifest %{name}.manifest
 /usr/share/license/%{name}
 %{_libdir}/*.so*