From d0b02663cf2f95a9d038799f30a596eff7f50b9b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 10 Jul 2023 07:06:27 +0000 Subject: automatic import of rpkg --- rpkg.rpmlintrc | 6 ++++++ rpkg.spec | 1 + 2 files changed, 7 insertions(+) create mode 100644 rpkg.rpmlintrc 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 -- cgit v1.2.3