From 9ecb069a0cc886bb79ea8e4ddf040a4798785386378db9f5c0e08fb5d2d9604d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 2 May 2022 07:35:57 +0000 Subject: [PATCH] Accepting request 974253 from home:marxin:branches:Archiving - Port rpmlintrc format to rpmlint 2.x. OBS-URL: https://build.opensuse.org/request/show/974253 OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=85 --- bzip2-rpmlintrc | 5 +---- bzip2.changes | 5 +++++ bzip2.spec | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bzip2-rpmlintrc b/bzip2-rpmlintrc index 2ad3647..650e830 100644 --- a/bzip2-rpmlintrc +++ b/bzip2-rpmlintrc @@ -1,4 +1 @@ -# This line is mandatory to access the configuration functions -from Config import * - -addFilter("bzip2 explicit-lib-dependency libbz2-1") +addFilter("explicit-lib-dependency libbz2-1") diff --git a/bzip2.changes b/bzip2.changes index 9a40c46..63912b4 100644 --- a/bzip2.changes +++ b/bzip2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 2 05:05:16 UTC 2022 - Martin Liška + +- Port rpmlintrc format to rpmlint 2.x. + ------------------------------------------------------------------- Mon Jun 7 11:28:44 UTC 2021 - Jan Engelhardt diff --git a/bzip2.spec b/bzip2.spec index 238312f..70b0e1b 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -1,7 +1,7 @@ # # spec file for package bzip2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed