From 917c15c3ca20fd988e375fe20314916b1465f2d70cdcc5ae3cd7df73d134b0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Thu, 21 Oct 2021 06:53:47 +0000 Subject: [PATCH 1/3] - Update to version 2.1+git20211021.74e867e: * Checking libalternatives entries and links. * Fix -r argument. * opensuse.toml: add permissions-parse-error to BlockedFilters * dbus-services: adjust digest for test whitelisting (need a different file there) * polkit-rules-whitelist: fix package name for test whitelisting * Remove unused VS code settings. * Whitelisting pam_u2f module (bsc#1190790) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=836 --- _servicedata | 2 +- rpmlint-2.1+git20211019.ca2517e.tar.xz | 3 --- rpmlint-2.1+git20211021.74e867e.tar.xz | 3 +++ rpmlint.changes | 12 ++++++++++++ rpmlint.spec | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.1+git20211019.ca2517e.tar.xz create mode 100644 rpmlint-2.1+git20211021.74e867e.tar.xz diff --git a/_servicedata b/_servicedata index af895de..7c4b0c1 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - ca2517e14e0d6952e2cf797d3ee8ecc239f957b3 \ No newline at end of file + 74e867e67f91bdb1aaf369a71944b69ff5a5a27c \ No newline at end of file diff --git a/rpmlint-2.1+git20211019.ca2517e.tar.xz b/rpmlint-2.1+git20211019.ca2517e.tar.xz deleted file mode 100644 index b643f23..0000000 --- a/rpmlint-2.1+git20211019.ca2517e.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb2acce6945f6374e163a3015753e1752c4df2eb63bcbc32f0187794abc465e3 -size 6730012 diff --git a/rpmlint-2.1+git20211021.74e867e.tar.xz b/rpmlint-2.1+git20211021.74e867e.tar.xz new file mode 100644 index 0000000..2a3b1a3 --- /dev/null +++ b/rpmlint-2.1+git20211021.74e867e.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc513b5b75bc7eacdd737f918b713bb00f60731ee69f82066f10973cdf29881c +size 6734512 diff --git a/rpmlint.changes b/rpmlint.changes index c7a6640..672e9bc 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Oct 21 06:51:57 UTC 2021 - mliska@suse.cz + +- Update to version 2.1+git20211021.74e867e: + * Checking libalternatives entries and links. + * Fix -r argument. + * opensuse.toml: add permissions-parse-error to BlockedFilters + * dbus-services: adjust digest for test whitelisting (need a different file there) + * polkit-rules-whitelist: fix package name for test whitelisting + * Remove unused VS code settings. + * Whitelisting pam_u2f module (bsc#1190790) + ------------------------------------------------------------------- Tue Oct 19 08:39:16 UTC 2021 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index ddb7f67..2207e53 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.1+git20211019.ca2517e +Version: 2.1+git20211021.74e867e Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later From adda6e96c27be49b95a6a9847f7bf1fb5943532a2650355f4987d2ea7cf9c666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 22 Oct 2021 19:03:35 +0000 Subject: [PATCH 2/3] - Update to version 2.1+git20211022.a5287ad: * Mitigate Perl false positives for no-dependency-on. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=837 --- _servicedata | 2 +- rpmlint-2.1+git20211021.74e867e.tar.xz | 3 --- rpmlint-2.1+git20211022.a5287ad.tar.xz | 3 +++ rpmlint.changes | 6 ++++++ rpmlint.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.1+git20211021.74e867e.tar.xz create mode 100644 rpmlint-2.1+git20211022.a5287ad.tar.xz diff --git a/_servicedata b/_servicedata index 7c4b0c1..24fb7de 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 74e867e67f91bdb1aaf369a71944b69ff5a5a27c \ No newline at end of file + a5287ad3ccef09ca558931dca2b8d9ee8c6ee947 \ No newline at end of file diff --git a/rpmlint-2.1+git20211021.74e867e.tar.xz b/rpmlint-2.1+git20211021.74e867e.tar.xz deleted file mode 100644 index 2a3b1a3..0000000 --- a/rpmlint-2.1+git20211021.74e867e.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc513b5b75bc7eacdd737f918b713bb00f60731ee69f82066f10973cdf29881c -size 6734512 diff --git a/rpmlint-2.1+git20211022.a5287ad.tar.xz b/rpmlint-2.1+git20211022.a5287ad.tar.xz new file mode 100644 index 0000000..53b6a67 --- /dev/null +++ b/rpmlint-2.1+git20211022.a5287ad.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b83be9c67d65bedfefd695a8c1cd554f74e1357a90cf68dacd32fba10b40ec +size 6734396 diff --git a/rpmlint.changes b/rpmlint.changes index 672e9bc..ee436a6 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 22 19:03:03 UTC 2021 - mliska@suse.cz + +- Update to version 2.1+git20211022.a5287ad: + * Mitigate Perl false positives for no-dependency-on. + ------------------------------------------------------------------- Thu Oct 21 06:51:57 UTC 2021 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 2207e53..397730f 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.1+git20211021.74e867e +Version: 2.1+git20211022.a5287ad Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later From 9187d7ae8d7411dadc2cccb6ff9667d820bfb2da6791dc2c92f15e6df58669cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Sat, 23 Oct 2021 06:22:47 +0000 Subject: [PATCH 3/3] Resolve conflicts. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=838 --- _servicedata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_servicedata b/_servicedata index 24fb7de..2ba6076 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - a5287ad3ccef09ca558931dca2b8d9ee8c6ee947 \ No newline at end of file + a5287ad3ccef09ca558931dca2b8d9ee8c6ee947