resetting manifest requested domain to floor 74/4474/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 13:22:28 +0000 (16:22 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 13:22:28 +0000 (16:22 +0300)
download-provider.manifest [deleted file]
packaging/download-provider.manifest [new file with mode: 0644]
packaging/download-provider.spec

diff --git a/download-provider.manifest b/download-provider.manifest
deleted file mode 100755 (executable)
index a76fdba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_" />
-       </request>
-</manifest>
diff --git a/packaging/download-provider.manifest b/packaging/download-provider.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 207a905..a07c0bc 100755 (executable)
@@ -7,6 +7,7 @@ Group:      Development/Libraries
 License:    Apache License, Version 2.0
 Source0:    %{name}-%{version}.tar.gz
 Source1:    download-provider.service
+Source1001:    download-provider.manifest
 Requires(post): /usr/bin/sqlite3
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(glib-2.0)
@@ -40,6 +41,7 @@ Description: download the contents in background (developement files)
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %define _imagedir /usr/share/download-provider
 %define _databasedir /opt/usr/dbspace
@@ -163,6 +165,7 @@ fi
 
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %dir %attr(0775,root,app) /opt/data/%{name}
 %manifest download-provider.manifest
@@ -183,6 +186,7 @@ fi
 %attr(660,root,app) /opt/usr/dbspace/.download-provider.db-journal
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libdownloadagent2.so
 %{_libdir}/libdownload-provider-interface.so