From 74d48d13e99069e24b13963cbb698acb076841c2d254af3c5f7431669c2b2f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 9 Feb 2022 09:38:00 +0000 Subject: [PATCH] - 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 --- _servicedata | 2 +- rpmlint-2.2.0+git20220202.cf37318.tar.xz | 3 --- rpmlint-2.2.0+git20220204.4166915.tar.xz | 3 +++ rpmlint.changes | 9 +++++++++ rpmlint.spec | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.2.0+git20220202.cf37318.tar.xz create mode 100644 rpmlint-2.2.0+git20220204.4166915.tar.xz diff --git a/_servicedata b/_servicedata index cedc1f3..7a4a82f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 195d9f01c8988fff29f63d662fa5bf6007e52d4e \ No newline at end of file + ef00f95c7cee94b1c71e72ec064e9a4d589808e1 \ No newline at end of file diff --git a/rpmlint-2.2.0+git20220202.cf37318.tar.xz b/rpmlint-2.2.0+git20220202.cf37318.tar.xz deleted file mode 100644 index 2d427fe..0000000 --- a/rpmlint-2.2.0+git20220202.cf37318.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60263550571eddcd8281fe960d890fc3d9a428de24a07e1fe2b3fab7ad027c29 -size 6740052 diff --git a/rpmlint-2.2.0+git20220204.4166915.tar.xz b/rpmlint-2.2.0+git20220204.4166915.tar.xz new file mode 100644 index 0000000..f495d1f --- /dev/null +++ b/rpmlint-2.2.0+git20220204.4166915.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40da45d2d7e7211e6f4beb384eb590dfc1461c5a3df5af82ce35c8ee069412e1 +size 6740640 diff --git a/rpmlint.changes b/rpmlint.changes index 1289abc..76bd59f 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -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 diff --git a/rpmlint.spec b/rpmlint.spec index ad52524..6c07bae 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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