From 277ffaa172d8fb304c86bd64c3eeb09249b20ccff82e914a0e185b274e795adb Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Fri, 17 Sep 2021 09:49:39 +0000 Subject: [PATCH] - Synchronize security whitelistings with whitelists from old rpmlint 1. This should fix some package build errors like in sssd. - Use correct camel case package names for packages like NetworkManager in whitelists. This should fix some package build errors. - Some general cleanup of whitelists. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=816 --- rpmlint-2.1+git20210915.7d74f28.tar.xz | 3 --- rpmlint-2.1+git20210917.34717f1.tar.xz | 3 +++ rpmlint.changes | 9 +++++++++ rpmlint.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.1+git20210915.7d74f28.tar.xz create mode 100644 rpmlint-2.1+git20210917.34717f1.tar.xz diff --git a/rpmlint-2.1+git20210915.7d74f28.tar.xz b/rpmlint-2.1+git20210915.7d74f28.tar.xz deleted file mode 100644 index 60fea20..0000000 --- a/rpmlint-2.1+git20210915.7d74f28.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2929b337572d5361e91b93812cfeb44186d7b9a8268e4d0360d275ce337cec9 -size 6677904 diff --git a/rpmlint-2.1+git20210917.34717f1.tar.xz b/rpmlint-2.1+git20210917.34717f1.tar.xz new file mode 100644 index 0000000..03cca5a --- /dev/null +++ b/rpmlint-2.1+git20210917.34717f1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8fc96d15be34ded9bec8183f48c50b1d75e322e09b3ce346a8b4f37fa06e85 +size 6678100 diff --git a/rpmlint.changes b/rpmlint.changes index 32cf2a0..43c6d40 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Sep 17 09:47:58 UTC 2021 - Matthias Gerstner + +- Synchronize security whitelistings with whitelists from old rpmlint 1. This + should fix some package build errors like in sssd. +- Use correct camel case package names for packages like NetworkManager in + whitelists. This should fix some package build errors. +- Some general cleanup of whitelists. + ------------------------------------------------------------------- Wed Sep 15 08:10:49 UTC 2021 - Martin Liška diff --git a/rpmlint.spec b/rpmlint.spec index fa799c1..28ea2ae 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package rpmlint # # Copyright (c) 2021 SUSE LLC # @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.1+git20210915.7d74f28 +Version: 2.1+git20210917.34717f1 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later