diff options
-rw-r--r-- | packaging/mic-bootstrap.changes | 3 | ||||
-rw-r--r-- | packaging/mic-bootstrap.spec | 1 | ||||
-rw-r--r-- | packaging/rpmlintrc | 4 |
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("*") |