forked from pool/rpmlint
Accepting request 952892 from devel:openSUSE:Factory:rpmlint
- 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/request/show/952892 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=383
This commit is contained in:
commit
d9fc660bd0
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60263550571eddcd8281fe960d890fc3d9a428de24a07e1fe2b3fab7ad027c29
|
||||
size 6740052
|
3
rpmlint-2.2.0+git20220204.4166915.tar.xz
Normal file
3
rpmlint-2.2.0+git20220204.4166915.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40da45d2d7e7211e6f4beb384eb590dfc1461c5a3df5af82ce35c8ee069412e1
|
||||
size 6740640
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user