resetting manifest requested domain to floor 09/4709/1 accepted/tizen/20130710.220938 submit/tizen/20130710.130116
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:28:37 +0000 (23:28 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:28:37 +0000 (23:28 +0300)
packaging/dash.manifest [new file with mode: 0644]
packaging/dash.spec

diff --git a/packaging/dash.manifest b/packaging/dash.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 822548e..1081dab 100644 (file)
@@ -6,6 +6,7 @@ Group:          System/Shells
 License:        BSD and GPLv2+
 URL:            http://gondor.apana.org.au/~herbert/dash/
 Source0:        http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz
+Source1001:    dash.manifest
 
 %description
 DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
@@ -14,6 +15,7 @@ significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure
@@ -34,6 +36,7 @@ if [ $1 -eq 0 ]; then
 fi
 
 %files
+%manifest %{name}.manifest
 %doc  COPYING
 /bin/dash
 %{_datadir}/man/man1/dash.1.gz