summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-06-18 12:31:31 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-06-18 12:31:31 -0400
commit495ed63da6d6b82c51dc797683db877abd55286c (patch)
treef65acf0dcccedd73929b0cc20af3f7d0c7db3d1a
parenta0a738feb3d5ae5a86d8c779bb37d83b9beaf2d9 (diff)
downloadmic-bootstrap-495ed63da6d6b82c51dc797683db877abd55286c.tar.gz
mic-bootstrap-495ed63da6d6b82c51dc797683db877abd55286c.tar.bz2
mic-bootstrap-495ed63da6d6b82c51dc797683db877abd55286c.zip
Add rpmlintrc to skip errorssubmit/tizen/20130618.163133
-rw-r--r--packaging/mic-bootstrap.changes3
-rw-r--r--packaging/mic-bootstrap.spec1
-rw-r--r--packaging/rpmlintrc4
3 files changed, 8 insertions, 0 deletions
diff --git a/packaging/mic-bootstrap.changes b/packaging/mic-bootstrap.changes
index a81abfd..26d8591 100644
--- a/packaging/mic-bootstrap.changes
+++ b/packaging/mic-bootstrap.changes
@@ -1,3 +1,6 @@
+* Tue Jun 18 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130606.122015@a0a738f
+- Add rpmlintrc to skip errors
+
* Mon Jun 03 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130603.141902@da9a281
- fixed arch exclusion again
diff --git a/packaging/mic-bootstrap.spec b/packaging/mic-bootstrap.spec
index cd4fa4c..d65654e 100644
--- a/packaging/mic-bootstrap.spec
+++ b/packaging/mic-bootstrap.spec
@@ -30,6 +30,7 @@ BuildRequires: busybox
BuildRequires: syslinux
BuildRequires: syslinux-extlinux
BuildRequires: rpm-security-plugin
+Source100: rpmlintrc
%description
used for mic bootstrap, this package will be repackaged for i586 and arm libs.
diff --git a/packaging/rpmlintrc b/packaging/rpmlintrc
new file mode 100644
index 0000000..5c3cda6
--- /dev/null
+++ b/packaging/rpmlintrc
@@ -0,0 +1,4 @@
+# This line is mandatory to access the configuration functions
+from Config import *
+
+addFilter("*")