From 20d4c180ca57d0a231d09ed5d5ab1942bcbdf2f3977fc8c18d978ad7416eaaf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 11 Jan 2023 10:11:07 +0000 Subject: [PATCH] - Update to version 2.4.0+git20230111.cd8d2e8: * magic: remove python2 support and simplify * Remove Python 2 support in generate-isocodes.py OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1012 --- _servicedata | 2 +- rpmlint-2.4.0+git20230110.6b6e36c.tar.xz | 3 --- rpmlint-2.4.0+git20230111.cd8d2e8.tar.xz | 3 +++ rpmlint.changes | 7 +++++++ rpmlint.spec | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.4.0+git20230110.6b6e36c.tar.xz create mode 100644 rpmlint-2.4.0+git20230111.cd8d2e8.tar.xz diff --git a/_servicedata b/_servicedata index 8a25841..c7249ce 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 6b6e36c0a3ee72257d1087f9098ece98a4d8ffc1 \ No newline at end of file + cd8d2e8beb85aa4243f759a269c87b4489f1fd2c \ No newline at end of file diff --git a/rpmlint-2.4.0+git20230110.6b6e36c.tar.xz b/rpmlint-2.4.0+git20230110.6b6e36c.tar.xz deleted file mode 100644 index da1a2b7..0000000 --- a/rpmlint-2.4.0+git20230110.6b6e36c.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01fa91d028c436499c6d54d1651bf886e556afc469557853f6db86901970947f -size 6761260 diff --git a/rpmlint-2.4.0+git20230111.cd8d2e8.tar.xz b/rpmlint-2.4.0+git20230111.cd8d2e8.tar.xz new file mode 100644 index 0000000..dbba157 --- /dev/null +++ b/rpmlint-2.4.0+git20230111.cd8d2e8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e305da4e042ca7a26adda94dc3a637c69f35ba9dee66e07d86b8e9d3a7c7e2 +size 6761248 diff --git a/rpmlint.changes b/rpmlint.changes index b5b825f..29f4c87 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 11 10:10:22 UTC 2023 - mliska@suse.cz + +- Update to version 2.4.0+git20230111.cd8d2e8: + * magic: remove python2 support and simplify + * Remove Python 2 support in generate-isocodes.py + ------------------------------------------------------------------- Tue Jan 10 10:20:43 UTC 2023 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index 94ebe75..53e7066 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20230110.6b6e36c +Version: 2.4.0+git20230111.cd8d2e8 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later