resetting manifest requested domain to floor 79/4979/1 accepted/tizen/20130710.214739 submit/tizen/20130710.134747
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 02:14:45 +0000 (05:14 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 02:14:45 +0000 (05:14 +0300)
packaging/rpmlint.manifest [new file with mode: 0644]
packaging/rpmlint.spec

diff --git a/packaging/rpmlint.manifest b/packaging/rpmlint.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 28c6b39..b8345df 100644 (file)
@@ -28,9 +28,11 @@ BuildArch:      noarch
 %description
 Rpmlint is a tool to check common errors on rpm packages. Binary and
 source packages can be checked.
+Source1001:    rpmlint.manifest
 
 %prep
 %setup -q -n rpmlint-%{version}  -a1
+cp %{SOURCE1001} .
 cp %{S:2} .
 # Only move top-level python files 
 chmod 0755 rpmlint-checks-master/*.py
@@ -53,6 +55,7 @@ python -tt %{SOURCE100} $RPM_BUILD_ROOT/usr/share/rpmlint/*.py $RPM_BUILD_ROOT/u
 
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,0755)
 %license COPYING 
 %{_prefix}/bin/*