From aaca3793bc01c13ad033ec1380d8b57f99e34c324083ff5454d43280cfcd7fff Mon Sep 17 00:00:00 2001 From: Filippo Bonazzi Date: Thu, 25 Jan 2024 14:57:47 +0000 Subject: [PATCH] Accepting request 1141536 from home:fbonazzi:branches:devel:openSUSE:Factory:rpmlint - Update to version 2.5.0+git20240125.d0146be: * sysctl-whitelist: add another package name for kubernetes1.29 (bsc#1219168) * check: Implement reset method in checks * Disable Mageia CI builds due to system problem * check: Implement reset method in checks * test: Add another test for patch-not-applied * read rpm package directly with open() while extracting * remove redundant TODO comments; checking is handled with check_output() pretty well now * leave rpm2cpio as fallback for distros which do not have rpm2archive available yet * fix warnings about import order, attempt 2 * fix warnings about import order * Fixes for nsafe shell command * Drop rpm2cpio usage entirely * Adding support for RPM packages containing files greater than 4GB * lint: Reset all checks for each package * test: Extend tag tests to check 'W: missing-dependency-on' OBS-URL: https://build.opensuse.org/request/show/1141536 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1110 --- _servicedata | 2 +- rpmlint-2.5.0+git20240115.66db794.tar.xz | 3 --- rpmlint-2.5.0+git20240125.d0146be.tar.xz | 3 +++ rpmlint.changes | 20 ++++++++++++++++++++ rpmlint.spec | 4 ++-- 5 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 rpmlint-2.5.0+git20240115.66db794.tar.xz create mode 100644 rpmlint-2.5.0+git20240125.d0146be.tar.xz diff --git a/_servicedata b/_servicedata index c952044..1cbfee5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 66db794f4c81de559703c257b82e437f4ba6c746 \ No newline at end of file + d0146be87959d5c97863f289a4c9844119dcb717 \ No newline at end of file diff --git a/rpmlint-2.5.0+git20240115.66db794.tar.xz b/rpmlint-2.5.0+git20240115.66db794.tar.xz deleted file mode 100644 index 0fd2a1a..0000000 --- a/rpmlint-2.5.0+git20240115.66db794.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:677b1fa44e17b4515903c4a36498e94f5a56e58a219682ef088c8ba66867ecc5 -size 6872880 diff --git a/rpmlint-2.5.0+git20240125.d0146be.tar.xz b/rpmlint-2.5.0+git20240125.d0146be.tar.xz new file mode 100644 index 0000000..9ef2f04 --- /dev/null +++ b/rpmlint-2.5.0+git20240125.d0146be.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4509eabe5831b33d3ba28a4b233b456deb54446a2fd093c26464821202b93a56 +size 6892516 diff --git a/rpmlint.changes b/rpmlint.changes index 46212d7..f13efc5 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Jan 25 14:44:51 UTC 2024 - filippo.bonazzi@suse.com + +- Update to version 2.5.0+git20240125.d0146be: + * sysctl-whitelist: add another package name for kubernetes1.29 (bsc#1219168) + * check: Implement reset method in checks + * Disable Mageia CI builds due to system problem + * check: Implement reset method in checks + * test: Add another test for patch-not-applied + * read rpm package directly with open() while extracting + * remove redundant TODO comments; checking is handled with check_output() pretty well now + * leave rpm2cpio as fallback for distros which do not have rpm2archive available yet + * fix warnings about import order, attempt 2 + * fix warnings about import order + * Fixes for nsafe shell command + * Drop rpm2cpio usage entirely + * Adding support for RPM packages containing files greater than 4GB + * lint: Reset all checks for each package + * test: Extend tag tests to check 'W: missing-dependency-on' + ------------------------------------------------------------------- Mon Jan 15 13:23:13 UTC 2024 - filippo.bonazzi@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index 70a3505..516e05c 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package rpmlint # # Copyright (c) 2024 SUSE LLC # @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.5.0+git20240115.66db794 +Version: 2.5.0+git20240125.d0146be Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later