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
This commit is contained in:
Filippo Bonazzi 2024-01-25 14:57:47 +00:00 committed by Git OBS Bridge
parent 8c84179eec
commit aaca3793bc
5 changed files with 26 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
<param name="changesrevision">66db794f4c81de559703c257b82e437f4ba6c746</param></service></servicedata>
<param name="changesrevision">d0146be87959d5c97863f289a4c9844119dcb717</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:677b1fa44e17b4515903c4a36498e94f5a56e58a219682ef088c8ba66867ecc5
size 6872880

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4509eabe5831b33d3ba28a4b233b456deb54446a2fd093c26464821202b93a56
size 6892516

View File

@ -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

View File

@ -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