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