From 5a56e21b3af87d8b16510d9133eadf896aeeeb7dd296308eb881a4c7d2587a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Thu, 10 Nov 2022 15:21:03 +0000 Subject: [PATCH] - Update to version 2.4.0+git20221110.f8919c6: * Set DuplicatesMinSize default value to 2 * dump_stats.py: add one more category for filtering * Do not consider files-duplicate for SMALL files * SpecCheck: Add python_sitelib glob check * remove bugbear exception (B023) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=988 --- _servicedata | 2 +- rpmlint-2.4.0+git20221028.5eac7b1.tar.xz | 3 --- rpmlint-2.4.0+git20221110.f8919c6.tar.xz | 3 +++ rpmlint.changes | 10 ++++++++++ rpmlint.spec | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.4.0+git20221028.5eac7b1.tar.xz create mode 100644 rpmlint-2.4.0+git20221110.f8919c6.tar.xz diff --git a/_servicedata b/_servicedata index 971ecfe..605f16e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 5eac7b1643e8439f6af3001f55816b5680b08418 \ No newline at end of file + f8919c6b22e9027f05fe8c45ea12aca589833095 \ No newline at end of file diff --git a/rpmlint-2.4.0+git20221028.5eac7b1.tar.xz b/rpmlint-2.4.0+git20221028.5eac7b1.tar.xz deleted file mode 100644 index 9893dfe..0000000 --- a/rpmlint-2.4.0+git20221028.5eac7b1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0277c2b4a1617f88e7886ab9498e68ff4817149547b3ca59e5e199ba268a0d3 -size 6758728 diff --git a/rpmlint-2.4.0+git20221110.f8919c6.tar.xz b/rpmlint-2.4.0+git20221110.f8919c6.tar.xz new file mode 100644 index 0000000..489a3c9 --- /dev/null +++ b/rpmlint-2.4.0+git20221110.f8919c6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f468c25d69ee4c653745abaeae8d413ee2e9189709f71ffda0cd228ecef4348 +size 6758636 diff --git a/rpmlint.changes b/rpmlint.changes index 1e408bb..0360930 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 10 15:17:32 UTC 2022 - mliska@suse.cz + +- Update to version 2.4.0+git20221110.f8919c6: + * Set DuplicatesMinSize default value to 2 + * dump_stats.py: add one more category for filtering + * Do not consider files-duplicate for SMALL files + * SpecCheck: Add python_sitelib glob check + * remove bugbear exception (B023) + ------------------------------------------------------------------- Fri Oct 28 11:44:25 UTC 2022 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 5fe63ee..c38943e 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20221028.5eac7b1 +Version: 2.4.0+git20221110.f8919c6 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later