Accepting request 1143293 from devel:openSUSE:Factory:rpmlint

Should be staged with the latest sendmail update. Thanks!

- Update to version 2.5.0+git20240201.be433b6:
  * pam-modules: whitelist pam_canonicalize_user (bsc#1219358)

- Update to version 2.5.0+git20240131.374af17:
  * sendmail: permissions moved from /etc to /usr/share/permissions (bsc#1219339)

- Update to version 2.5.0+git20240130.b66a310:
  * sendmail: permissions moved from /etc to /usr/share/permissions (bsc#1219339)

- Update to version 2.5.0+git20240130.4cdb3e1:
  * Move rpm2cpio to one line
  * PythonCheck: Check for python deps like python3.12dist(foo)
  * config: Filter python require checks for Fedora

- Update to version 2.5.0+git20240129.d2cbb70:
  * test_file_digest: cover new glob features in package and path names
  * sysctl-whitelist: use new package glob pattern
  * FileDigestCheck: support glob patterns in package names
  * FileDigestCheck: make glob patterns in filenames explicit

- 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

OBS-URL: https://build.opensuse.org/request/show/1143293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=467
This commit is contained in:
Ana Guerrero 2024-02-01 17:04:27 +00:00 committed by Git OBS Bridge
commit e5fdb14112
5 changed files with 61 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">be433b6afd4c5433f2e68da0adcfb7e51ee0866f</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:f6d3db2b0954b2ba0870d1b0374e69f559251ae37f348e1bc2704913dd770531
size 6914504

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Thu Feb 01 10:40:43 UTC 2024 - wolfgang.frisch@suse.com
- Update to version 2.5.0+git20240201.be433b6:
* pam-modules: whitelist pam_canonicalize_user (bsc#1219358)
-------------------------------------------------------------------
Wed Jan 31 12:36:33 UTC 2024 - wolfgang.frisch@suse.com
- Update to version 2.5.0+git20240131.374af17:
* sendmail: permissions moved from /etc to /usr/share/permissions (bsc#1219339)
-------------------------------------------------------------------
Tue Jan 30 13:00:20 UTC 2024 - wolfgang.frisch@suse.com
- Update to version 2.5.0+git20240130.b66a310:
* sendmail: permissions moved from /etc to /usr/share/permissions (bsc#1219339)
-------------------------------------------------------------------
Tue Jan 30 11:43:00 UTC 2024 - filippo.bonazzi@suse.com
- Update to version 2.5.0+git20240130.4cdb3e1:
* Move rpm2cpio to one line
* PythonCheck: Check for python deps like python3.12dist(foo)
* config: Filter python require checks for Fedora
-------------------------------------------------------------------
Mon Jan 29 15:02:45 UTC 2024 - filippo.bonazzi@suse.com
- Update to version 2.5.0+git20240129.d2cbb70:
* test_file_digest: cover new glob features in package and path names
* sysctl-whitelist: use new package glob pattern
* FileDigestCheck: support glob patterns in package names
* FileDigestCheck: make glob patterns in filenames explicit
-------------------------------------------------------------------
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+git20240201.be433b6
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later