From 70a413c305dd5e3ca69926d8d03bb94bd70e4c872ad5034c1018a1468104d3e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Tue, 24 Jan 2023 19:03:03 +0000 Subject: [PATCH 1/2] - Update to version 2.4.0+git20230124.a2050c3: * FileDigestCheck: support exceptions to symlink restrictions * Revert "temporarily drop badness for sysctl-file-* errors" OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1023 --- _servicedata | 2 +- rpmlint-2.4.0+git20230124.a2050c3.tar.xz | 3 +++ rpmlint-2.4.0+git20230124.a959d84.tar.xz | 3 --- rpmlint.changes | 7 +++++++ rpmlint.spec | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 rpmlint-2.4.0+git20230124.a2050c3.tar.xz delete mode 100644 rpmlint-2.4.0+git20230124.a959d84.tar.xz diff --git a/_servicedata b/_servicedata index b369d12..341d6bb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - a959d845c5cf9f50294887a3941dad4b4628f4e2 \ No newline at end of file + a2050c3bdcce9813cde3434e2d90ae18fb6b1427 \ No newline at end of file diff --git a/rpmlint-2.4.0+git20230124.a2050c3.tar.xz b/rpmlint-2.4.0+git20230124.a2050c3.tar.xz new file mode 100644 index 0000000..cf49dc1 --- /dev/null +++ b/rpmlint-2.4.0+git20230124.a2050c3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09cf526d5005e9bfd6a5d1ecefc5358b9e75d34efd1b77016c81cfe2871ef46 +size 6763804 diff --git a/rpmlint-2.4.0+git20230124.a959d84.tar.xz b/rpmlint-2.4.0+git20230124.a959d84.tar.xz deleted file mode 100644 index cc8653b..0000000 --- a/rpmlint-2.4.0+git20230124.a959d84.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cbfe7d0ccb39849fdbb93f06afb642a03075dc358fde249880aee30614ce709 -size 6763636 diff --git a/rpmlint.changes b/rpmlint.changes index a4e80e9..3ef2f1d 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 24 19:02:12 UTC 2023 - mliska@suse.cz + +- Update to version 2.4.0+git20230124.a2050c3: + * FileDigestCheck: support exceptions to symlink restrictions + * Revert "temporarily drop badness for sysctl-file-* errors" + ------------------------------------------------------------------- Tue Jan 24 08:17:06 UTC 2023 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 4e78c25..c77f6cf 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20230124.a959d84 +Version: 2.4.0+git20230124.a2050c3 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later From d286143a4bbda1452e19bd05ee3eddcdb15e03f8b33ec72655109f1f93744ebf Mon Sep 17 00:00:00 2001 From: Filippo Bonazzi Date: Wed, 25 Jan 2023 10:06:42 +0000 Subject: [PATCH 2/2] - Update to version 2.4.0+git20230125.20e5b58: * SymlinkExceptions: also exclude systemd-mini * FileDigestCheck: allow multiple package names in ghost/symlink exceptions OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1024 --- _servicedata | 2 +- rpmlint-2.4.0+git20230124.a2050c3.tar.xz | 3 --- rpmlint-2.4.0+git20230125.20e5b58.tar.xz | 3 +++ rpmlint.changes | 7 +++++++ rpmlint.spec | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.4.0+git20230124.a2050c3.tar.xz create mode 100644 rpmlint-2.4.0+git20230125.20e5b58.tar.xz diff --git a/_servicedata b/_servicedata index 341d6bb..c9c89c8 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - a2050c3bdcce9813cde3434e2d90ae18fb6b1427 \ No newline at end of file + 20e5b58d899a1db31f0d9b6669d777166981a7f3 \ No newline at end of file diff --git a/rpmlint-2.4.0+git20230124.a2050c3.tar.xz b/rpmlint-2.4.0+git20230124.a2050c3.tar.xz deleted file mode 100644 index cf49dc1..0000000 --- a/rpmlint-2.4.0+git20230124.a2050c3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a09cf526d5005e9bfd6a5d1ecefc5358b9e75d34efd1b77016c81cfe2871ef46 -size 6763804 diff --git a/rpmlint-2.4.0+git20230125.20e5b58.tar.xz b/rpmlint-2.4.0+git20230125.20e5b58.tar.xz new file mode 100644 index 0000000..410a790 --- /dev/null +++ b/rpmlint-2.4.0+git20230125.20e5b58.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cddd5cc96f14577b013f3ebf85071e9974538257c8fea995044a480a78a8ab +size 6763936 diff --git a/rpmlint.changes b/rpmlint.changes index 3ef2f1d..78e7c0d 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 25 10:05:47 UTC 2023 - filippo.bonazzi@suse.com + +- Update to version 2.4.0+git20230125.20e5b58: + * SymlinkExceptions: also exclude systemd-mini + * FileDigestCheck: allow multiple package names in ghost/symlink exceptions + ------------------------------------------------------------------- Tue Jan 24 19:02:12 UTC 2023 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index c77f6cf..a433505 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20230124.a2050c3 +Version: 2.4.0+git20230125.20e5b58 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later