From d775c07c55cd8a938fc0cb468ddf029ef85e43008bf3f5e70d440ba7273d3e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 1 Sep 2021 08:50:30 +0000 Subject: [PATCH 1/3] - Handle empty glibc archives (starting with version 2.34). OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=807 --- rpmlint-2.1+git20210826.0220428.tar.xz | 3 --- rpmlint-2.1+git20210901.6f24b4d.tar.xz | 3 +++ rpmlint.changes | 5 +++++ rpmlint.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 rpmlint-2.1+git20210826.0220428.tar.xz create mode 100644 rpmlint-2.1+git20210901.6f24b4d.tar.xz diff --git a/rpmlint-2.1+git20210826.0220428.tar.xz b/rpmlint-2.1+git20210826.0220428.tar.xz deleted file mode 100644 index 361e3a8..0000000 --- a/rpmlint-2.1+git20210826.0220428.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc70648891f9481c36fba561520f12fc9c110ba03f09128bfdb100f1f0de6823 -size 6679404 diff --git a/rpmlint-2.1+git20210901.6f24b4d.tar.xz b/rpmlint-2.1+git20210901.6f24b4d.tar.xz new file mode 100644 index 0000000..d8a31a9 --- /dev/null +++ b/rpmlint-2.1+git20210901.6f24b4d.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c8c1277aeb5432d1bb78c1f9e68a1ccb45c19eaed6048d6a96fdc0d0dafba8 +size 6679360 diff --git a/rpmlint.changes b/rpmlint.changes index 425812a..db48bf2 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 1 08:48:52 UTC 2021 - Martin Liška + +- Handle empty glibc archives (starting with version 2.34). + ------------------------------------------------------------------- Fri Aug 27 07:45:01 UTC 2021 - Martin Liška diff --git a/rpmlint.spec b/rpmlint.spec index e07a070..0c627fe 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.1+git20210826.0220428 +Version: 2.1+git20210901.6f24b4d Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later From fe344924a6c7e2240fece40022868df6dc5addd1d4f4f91ffff27ff049c27b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Thu, 2 Sep 2021 10:11:13 +0000 Subject: [PATCH 2/3] - KMP policy: support legacy 'packageand' directive in Supplements (boo#1190103). OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=808 --- rpmlint-2.1+git20210901.6f24b4d.tar.xz | 3 --- rpmlint-2.1+git20210902.d42f89a.tar.xz | 3 +++ rpmlint.changes | 6 ++++++ rpmlint.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 rpmlint-2.1+git20210901.6f24b4d.tar.xz create mode 100644 rpmlint-2.1+git20210902.d42f89a.tar.xz diff --git a/rpmlint-2.1+git20210901.6f24b4d.tar.xz b/rpmlint-2.1+git20210901.6f24b4d.tar.xz deleted file mode 100644 index d8a31a9..0000000 --- a/rpmlint-2.1+git20210901.6f24b4d.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27c8c1277aeb5432d1bb78c1f9e68a1ccb45c19eaed6048d6a96fdc0d0dafba8 -size 6679360 diff --git a/rpmlint-2.1+git20210902.d42f89a.tar.xz b/rpmlint-2.1+git20210902.d42f89a.tar.xz new file mode 100644 index 0000000..f307b31 --- /dev/null +++ b/rpmlint-2.1+git20210902.d42f89a.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98beb15b04efbefd90abf9712c5fe42e9876dad958beec7e77b159da87a172cb +size 6678616 diff --git a/rpmlint.changes b/rpmlint.changes index db48bf2..3b52128 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 2 10:10:28 UTC 2021 - Martin Liška + +- KMP policy: support legacy 'packageand' directive in Supplements + (boo#1190103). + ------------------------------------------------------------------- Wed Sep 1 08:48:52 UTC 2021 - Martin Liška diff --git a/rpmlint.spec b/rpmlint.spec index 0c627fe..8eb7679 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.1+git20210901.6f24b4d +Version: 2.1+git20210902.d42f89a Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later From 5f2dc695a2d853cfb3aeb68e5e8c4ded373ea36c8f77f9f0ef69f4239782766d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Thu, 2 Sep 2021 10:57:08 +0000 Subject: [PATCH 3/3] - Fix PieExecutables matching. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=809 --- rpmlint-2.1+git20210902.aa0b9ef.tar.xz | 3 +++ rpmlint-2.1+git20210902.d42f89a.tar.xz | 3 --- rpmlint.changes | 5 +++++ rpmlint.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 rpmlint-2.1+git20210902.aa0b9ef.tar.xz delete mode 100644 rpmlint-2.1+git20210902.d42f89a.tar.xz diff --git a/rpmlint-2.1+git20210902.aa0b9ef.tar.xz b/rpmlint-2.1+git20210902.aa0b9ef.tar.xz new file mode 100644 index 0000000..76f8823 --- /dev/null +++ b/rpmlint-2.1+git20210902.aa0b9ef.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835f222bcd948346b3999d9bc34a847beaf967060227fa43ed05c3ade79a1e73 +size 6678544 diff --git a/rpmlint-2.1+git20210902.d42f89a.tar.xz b/rpmlint-2.1+git20210902.d42f89a.tar.xz deleted file mode 100644 index f307b31..0000000 --- a/rpmlint-2.1+git20210902.d42f89a.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98beb15b04efbefd90abf9712c5fe42e9876dad958beec7e77b159da87a172cb -size 6678616 diff --git a/rpmlint.changes b/rpmlint.changes index 3b52128..1314197 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 2 10:56:07 UTC 2021 - Martin Liška + +- Fix PieExecutables matching. + ------------------------------------------------------------------- Thu Sep 2 10:10:28 UTC 2021 - Martin Liška diff --git a/rpmlint.spec b/rpmlint.spec index 8eb7679..d328d41 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.1+git20210902.d42f89a +Version: 2.1+git20210902.aa0b9ef Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later