forked from pool/rpmlint
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:
parent
8c84179eec
commit
aaca3793bc
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
<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>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:677b1fa44e17b4515903c4a36498e94f5a56e58a219682ef088c8ba66867ecc5
|
|
||||||
size 6872880
|
|
3
rpmlint-2.5.0+git20240125.d0146be.tar.xz
Normal file
3
rpmlint-2.5.0+git20240125.d0146be.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4509eabe5831b33d3ba28a4b233b456deb54446a2fd093c26464821202b93a56
|
||||||
|
size 6892516
|
@ -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
|
Mon Jan 15 13:23:13 UTC 2024 - filippo.bonazzi@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package rpmlint
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%define name_suffix -%{flavor}
|
%define name_suffix -%{flavor}
|
||||||
%endif
|
%endif
|
||||||
Name: rpmlint%{name_suffix}
|
Name: rpmlint%{name_suffix}
|
||||||
Version: 2.5.0+git20240115.66db794
|
Version: 2.5.0+git20240125.d0146be
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM file correctness checker
|
Summary: RPM file correctness checker
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user