- Update to version 2.2.0+git20220204.4166915:

* tests: add test case for FileDigestGroup with multiple package names
  * FileDigestCheck: support additional `packages = ["pkg1", "pkg2"]` syntax
  * FileDigestCheck: refactor digest group parsing and normalization
  * FileMetadataCheck: support additional `packages = ["pkg1", "pkg2"]` syntax

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=865
This commit is contained in:
Martin Liška 2022-02-09 09:38:00 +00:00 committed by Git OBS Bridge
parent 95e333cf36
commit 74d48d13e9
5 changed files with 14 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
<param name="changesrevision">195d9f01c8988fff29f63d662fa5bf6007e52d4e</param></service></servicedata>
<param name="changesrevision">ef00f95c7cee94b1c71e72ec064e9a4d589808e1</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60263550571eddcd8281fe960d890fc3d9a428de24a07e1fe2b3fab7ad027c29
size 6740052

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40da45d2d7e7211e6f4beb384eb590dfc1461c5a3df5af82ce35c8ee069412e1
size 6740640

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 06 08:42:06 UTC 2022 - mliska@suse.cz
- Update to version 2.2.0+git20220204.4166915:
* tests: add test case for FileDigestGroup with multiple package names
* FileDigestCheck: support additional `packages = ["pkg1", "pkg2"]` syntax
* FileDigestCheck: refactor digest group parsing and normalization
* FileMetadataCheck: support additional `packages = ["pkg1", "pkg2"]` syntax
-------------------------------------------------------------------
Wed Feb 02 14:25:09 UTC 2022 - mliska@suse.cz

View File

@ -23,7 +23,7 @@
%define name_suffix -%{flavor}
%endif
Name: rpmlint%{name_suffix}
Version: 2.2.0+git20220202.cf37318
Version: 2.2.0+git20220204.4166915
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later