From b7180626451f602a2ae3a9e315baaee5fd1dfaeb7186299fa39cb4fb8c4753aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 24 Mar 2023 14:27:55 +0000 Subject: [PATCH] - Update to version 2.4.0+git20230324.96c1ac0: * PythonCheck: Ignore python-devel in req check * PythonCheck: ignore python-base package in requirements check * PythonCheck: Remove spaces from requirements before compare * Add new check: patchable-function-entry-in-archive. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1041 --- _servicedata | 2 +- rpmlint-2.4.0+git20230322.717aa4d.tar.xz | 3 --- rpmlint-2.4.0+git20230324.96c1ac0.tar.xz | 3 +++ rpmlint.changes | 9 +++++++++ rpmlint.spec | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.4.0+git20230322.717aa4d.tar.xz create mode 100644 rpmlint-2.4.0+git20230324.96c1ac0.tar.xz diff --git a/_servicedata b/_servicedata index 285b0c7..e4dd00f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 717aa4da71afe145f1af32f4beaefed3ccdb3d1c \ No newline at end of file + 96c1ac0d7303a1b0bd27305a3a8a75058363eae3 \ No newline at end of file diff --git a/rpmlint-2.4.0+git20230322.717aa4d.tar.xz b/rpmlint-2.4.0+git20230322.717aa4d.tar.xz deleted file mode 100644 index 23f9716..0000000 --- a/rpmlint-2.4.0+git20230322.717aa4d.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6fa8e759e1229062f351bc8cb4bb38d8d844421d59f8b10397b2727fe87cf72 -size 6930636 diff --git a/rpmlint-2.4.0+git20230324.96c1ac0.tar.xz b/rpmlint-2.4.0+git20230324.96c1ac0.tar.xz new file mode 100644 index 0000000..a46f938 --- /dev/null +++ b/rpmlint-2.4.0+git20230324.96c1ac0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b811e4f3defc1864870dbc569bb6bee19a29b08e345a310e03d3dce02a74ab5 +size 6931408 diff --git a/rpmlint.changes b/rpmlint.changes index 90e7efc..9208c5b 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 24 14:27:31 UTC 2023 - mliska@suse.cz + +- Update to version 2.4.0+git20230324.96c1ac0: + * PythonCheck: Ignore python-devel in req check + * PythonCheck: ignore python-base package in requirements check + * PythonCheck: Remove spaces from requirements before compare + * Add new check: patchable-function-entry-in-archive. + ------------------------------------------------------------------- Fri Mar 24 08:23:31 UTC 2023 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 596ddc7..eb06f3f 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20230322.717aa4d +Version: 2.4.0+git20230324.96c1ac0 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later