From 5baec825c36f56209015b0e9a87af8c57eb3d6a12206fc656c01ca88c4679b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Thu, 23 Jun 2022 19:33:01 +0000 Subject: [PATCH] - Update to version 2.3.0+git20220623.5aa24e0: * checkbashism: fix stuck when run with Emacs * Add test for shell var detection in rpm-buildroot-usage * Fix rpm_buildroot_regex * Remove obsolete check no-cleaning-of-buildroot * Improve binary-or-shlib-defines-rpath error * Add `--file` as an alias for `--rpmlintrc` * Update shlib-policy-name-error score for openSUSE OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=924 --- _servicedata | 2 +- rpmlint-2.3.0+git20220615.00f3117.tar.xz | 3 --- rpmlint-2.3.0+git20220623.5aa24e0.tar.xz | 3 +++ rpmlint.changes | 12 ++++++++++++ rpmlint.spec | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.3.0+git20220615.00f3117.tar.xz create mode 100644 rpmlint-2.3.0+git20220623.5aa24e0.tar.xz diff --git a/_servicedata b/_servicedata index 3c9342e..7999596 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 5a77b61fbaa37361807557dd05bc495dd5e24832 \ No newline at end of file + ca7812204d922b2f34f826e203344f7d6e295fa5 \ No newline at end of file diff --git a/rpmlint-2.3.0+git20220615.00f3117.tar.xz b/rpmlint-2.3.0+git20220615.00f3117.tar.xz deleted file mode 100644 index 1eb9115..0000000 --- a/rpmlint-2.3.0+git20220615.00f3117.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:230a65b6b21142040b12f7a3a65be9d5f37e6393fedbca287b28fef09df11746 -size 6751984 diff --git a/rpmlint-2.3.0+git20220623.5aa24e0.tar.xz b/rpmlint-2.3.0+git20220623.5aa24e0.tar.xz new file mode 100644 index 0000000..f6848c6 --- /dev/null +++ b/rpmlint-2.3.0+git20220623.5aa24e0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4a1662f56bce1a468248d799da9195e69d818c297eb9788ee4a75e10a5c47c +size 6752424 diff --git a/rpmlint.changes b/rpmlint.changes index 41c68a1..65a978f 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jun 23 19:31:17 UTC 2022 - mliska@suse.cz + +- Update to version 2.3.0+git20220623.5aa24e0: + * checkbashism: fix stuck when run with Emacs + * Add test for shell var detection in rpm-buildroot-usage + * Fix rpm_buildroot_regex + * Remove obsolete check no-cleaning-of-buildroot + * Improve binary-or-shlib-defines-rpath error + * Add `--file` as an alias for `--rpmlintrc` + * Update shlib-policy-name-error score for openSUSE + ------------------------------------------------------------------- Wed Jun 15 09:03:44 UTC 2022 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 8810eb5..9e1179c 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.3.0+git20220615.00f3117 +Version: 2.3.0+git20220623.5aa24e0 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later