forked from pool/rpmlint
Filippo Bonazzi
06126c70b8
- 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/1190988 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1151
15 lines
533 B
Plaintext
15 lines
533 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionformat">2.6.0+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>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|