summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:14:45 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:14:45 +0300
commitcac7dd8f433f6be3e49cad56309410a2f4968cce (patch)
treee28d785c4fed2271536e7a8999ce32ba87954130
parent2dce3217ba76820fc9b59eb86faab13ffd872667 (diff)
downloadrpmlint-cac7dd8f433f6be3e49cad56309410a2f4968cce.tar.gz
rpmlint-cac7dd8f433f6be3e49cad56309410a2f4968cce.tar.bz2
rpmlint-cac7dd8f433f6be3e49cad56309410a2f4968cce.zip
resetting manifest requested domain to floorsubmit/tizen/20130710.134747accepted/tizen/20130710.214739
-rw-r--r--packaging/rpmlint.manifest5
-rw-r--r--packaging/rpmlint.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/rpmlint.manifest b/packaging/rpmlint.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/rpmlint.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/rpmlint.spec b/packaging/rpmlint.spec
index 28c6b39..b8345df 100644
--- a/packaging/rpmlint.spec
+++ b/packaging/rpmlint.spec
@@ -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/*