forked from pool/rpmlint
Accepting request 1191104 from devel:openSUSE:Factory:rpmlint
- Update to version 2.6.1+git20240802.da40b67: * Release 2.6.1 * FilesCheck: Fix zero perm check with binaries * FilesCheck: Fix zero permission check with folder * Update openSUSE's licenses.toml - Update to version 2.6.0+git20240801.f3e815d: * sysctl-whitelist: kernel.pid_max entry moved (bsc#1228731) * Update openSUSE's licenses.toml * configs/openSUSE/users-groups.toml: add user and group woodpecker * configs/openSUSE/users-groups.toml: add user and group vault-sync * configs/openSUSE/users-groups.toml: add user and group openbao * configs/openSUSE/users-groups.toml: add user and group alloy * Release 2.6.0 * Test: Fix test_config error raised by new ruff * CI: Fix ruff call with modern syntax * Update main.yml * FilesCheck: Remove trailing slashes * FilesCheck: zero-perms differentiate between ghost and normal files * FilesCheck: warn about files with zero perms * Create Mock packages for tests in config_files, i18n, tmp_file and zypp_syntax (#1235) * users-groups.toml: add caddy * PythonCheck: simplify requirement check using metadata OBS-URL: https://build.opensuse.org/request/show/1191104 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=481
This commit is contained in:
commit
082c0a6d04
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionformat">2.5.0+git%cd.%h</param>
|
||||
<param name="versionformat">2.6.1+git%cd.%h</param>
|
||||
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">opensuse</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
||||
<param name="changesrevision">609e1aaf1d17b4ae7f901933b3b9dbdb1957dc45</param></service></servicedata>
|
||||
<param name="changesrevision">da40b671336984b78b142999ba491deee1a97bcd</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80506194ce54b74cde2e74f81ccb285f6a97ab0c191490f6b2e24844fbec2239
|
||||
size 7775596
|
3
rpmlint-2.6.1+git20240802.da40b67.tar.xz
Normal file
3
rpmlint-2.6.1+git20240802.da40b67.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b63c742b8d4a7c40cb2324b3ed9563b4c995a7b13bdfe25dc73b538d30efa0e6
|
||||
size 7778300
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 02 06:25:53 UTC 2024 - daniel.garcia@suse.com
|
||||
|
||||
- Update to version 2.6.1+git20240802.da40b67:
|
||||
* Release 2.6.1
|
||||
* FilesCheck: Fix zero perm check with binaries
|
||||
* FilesCheck: Fix zero permission check with folder
|
||||
* Update openSUSE's licenses.toml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 01 13:37:28 UTC 2024 - filippo.bonazzi@suse.com
|
||||
|
||||
- Update to version 2.6.0+git20240801.f3e815d:
|
||||
* sysctl-whitelist: kernel.pid_max entry moved (bsc#1228731)
|
||||
* Update openSUSE's licenses.toml
|
||||
* configs/openSUSE/users-groups.toml: add user and group woodpecker
|
||||
* configs/openSUSE/users-groups.toml: add user and group vault-sync
|
||||
* configs/openSUSE/users-groups.toml: add user and group openbao
|
||||
* configs/openSUSE/users-groups.toml: add user and group alloy
|
||||
* Release 2.6.0
|
||||
* Test: Fix test_config error raised by new ruff
|
||||
* CI: Fix ruff call with modern syntax
|
||||
* Update main.yml
|
||||
* FilesCheck: Remove trailing slashes
|
||||
* FilesCheck: zero-perms differentiate between ghost and normal files
|
||||
* FilesCheck: warn about files with zero perms
|
||||
* Create Mock packages for tests in config_files, i18n, tmp_file and zypp_syntax (#1235)
|
||||
* users-groups.toml: add caddy
|
||||
* PythonCheck: simplify requirement check using metadata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 14:18:13 UTC 2024 - filippo.bonazzi@suse.com
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define name_suffix -%{flavor}
|
||||
%endif
|
||||
Name: rpmlint%{name_suffix}
|
||||
Version: 2.5.0+git20240624.609e1aa
|
||||
Version: 2.6.1+git20240802.da40b67
|
||||
Release: 0
|
||||
Summary: RPM file correctness checker
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user