summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkg.rpmlintrc6
-rw-r--r--rpkg.spec1
2 files changed, 7 insertions, 0 deletions
diff --git a/rpkg.rpmlintrc b/rpkg.rpmlintrc
new file mode 100644
index 0000000..e97a469
--- /dev/null
+++ b/rpkg.rpmlintrc
@@ -0,0 +1,6 @@
+from Config import *
+
+addFilter('/usr/share/rpkg/examples/cli/')
+addFilter("no-signature")
+addFilter("no-group-tag")
+addFilter("non-executable-script")
diff --git a/rpkg.spec b/rpkg.spec
index 3950b39..13070b9 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -7,6 +7,7 @@ License: GPLv2+ and LGPLv2
URL: https://pagure.io/rpkg
BuildArch: noarch
Source0: https://pagure.io/releases/rpkg/%{name}-%{version}.tar.gz
+Source1: %{name}.rpmlintrc
%global with_check 0