From c9755220c32b1fd1b03e3c92501442dc109f0e6c Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Wed, 25 Sep 2019 06:16:04 -0500 Subject: [PATCH] Adding rpmlintrc files for opensuse building The rpmlintrc files helps to configure the behavior of the rpm linter executed by the opensuse build system. This patch adds the rpmlintrc files that were defined in the opensuse build system. Story: 2006508 Task: 36799 Change-Id: If75264e809bb78bbcff1dd474b1a5fc1819ac193 Signed-off-by: Erich Cordoba --- fm-api/opensuse/fm-api.rpmlintrc | 1 + fm-common/opensuse/fm-common.rpmlintrc | 1 + fm-doc/opensuse/fm-doc.rpmlintrc | 1 + fm-mgr/opensuse/fm-mgr.rpmlintrc | 1 + fm-rest-api/opensuse/fm-rest-api.rpmlintrc | 1 + python-fmclient/opensuse/python-fmclient.rpmlintrc | 1 + snmp-audittrail/opensuse/snmp-audittrail.rpmlintrc | 1 + snmp-ext/opensuse/snmp-ext.rpmlintrc | 1 + 8 files changed, 8 insertions(+) create mode 100644 fm-api/opensuse/fm-api.rpmlintrc create mode 100644 fm-common/opensuse/fm-common.rpmlintrc create mode 100644 fm-doc/opensuse/fm-doc.rpmlintrc create mode 100644 fm-mgr/opensuse/fm-mgr.rpmlintrc create mode 100644 fm-rest-api/opensuse/fm-rest-api.rpmlintrc create mode 100644 python-fmclient/opensuse/python-fmclient.rpmlintrc create mode 100644 snmp-audittrail/opensuse/snmp-audittrail.rpmlintrc create mode 100644 snmp-ext/opensuse/snmp-ext.rpmlintrc diff --git a/fm-api/opensuse/fm-api.rpmlintrc b/fm-api/opensuse/fm-api.rpmlintrc new file mode 100644 index 00000000..adc59bf3 --- /dev/null +++ b/fm-api/opensuse/fm-api.rpmlintrc @@ -0,0 +1 @@ +setBadness('script-without-shebang', 2) diff --git a/fm-common/opensuse/fm-common.rpmlintrc b/fm-common/opensuse/fm-common.rpmlintrc new file mode 100644 index 00000000..adc59bf3 --- /dev/null +++ b/fm-common/opensuse/fm-common.rpmlintrc @@ -0,0 +1 @@ +setBadness('script-without-shebang', 2) diff --git a/fm-doc/opensuse/fm-doc.rpmlintrc b/fm-doc/opensuse/fm-doc.rpmlintrc new file mode 100644 index 00000000..adc59bf3 --- /dev/null +++ b/fm-doc/opensuse/fm-doc.rpmlintrc @@ -0,0 +1 @@ +setBadness('script-without-shebang', 2) diff --git a/fm-mgr/opensuse/fm-mgr.rpmlintrc b/fm-mgr/opensuse/fm-mgr.rpmlintrc new file mode 100644 index 00000000..adc59bf3 --- /dev/null +++ b/fm-mgr/opensuse/fm-mgr.rpmlintrc @@ -0,0 +1 @@ +setBadness('script-without-shebang', 2) diff --git a/fm-rest-api/opensuse/fm-rest-api.rpmlintrc b/fm-rest-api/opensuse/fm-rest-api.rpmlintrc new file mode 100644 index 00000000..adc59bf3 --- /dev/null +++ b/fm-rest-api/opensuse/fm-rest-api.rpmlintrc @@ -0,0 +1 @@ +setBadness('script-without-shebang', 2) diff --git a/python-fmclient/opensuse/python-fmclient.rpmlintrc b/python-fmclient/opensuse/python-fmclient.rpmlintrc new file mode 100644 index 00000000..adc59bf3 --- /dev/null +++ b/python-fmclient/opensuse/python-fmclient.rpmlintrc @@ -0,0 +1 @@ +setBadness('script-without-shebang', 2) diff --git a/snmp-audittrail/opensuse/snmp-audittrail.rpmlintrc b/snmp-audittrail/opensuse/snmp-audittrail.rpmlintrc new file mode 100644 index 00000000..adc59bf3 --- /dev/null +++ b/snmp-audittrail/opensuse/snmp-audittrail.rpmlintrc @@ -0,0 +1 @@ +setBadness('script-without-shebang', 2) diff --git a/snmp-ext/opensuse/snmp-ext.rpmlintrc b/snmp-ext/opensuse/snmp-ext.rpmlintrc new file mode 100644 index 00000000..adc59bf3 --- /dev/null +++ b/snmp-ext/opensuse/snmp-ext.rpmlintrc @@ -0,0 +1 @@ +setBadness('script-without-shebang', 2)