forked from pool/rpmlint
Accepting request 925483 from devel:openSUSE:Factory:rpmlint
- Update to version 2.1+git20211015.6dc5311: * Drop badness of shlib-policy-name-error for now. - Update to version 2.1+git20211014.e3fbbb9: * Update shlib-policy-name-error. - Update to version 2.1+git20211014.bddee7c: * Trigger shlib-policy-name-error only for lib* packages. - Update to version 2.1+git20211013.5ed66cd: * Update wording for shlib-policy-name-error. * Fix changelog-time-in-future regarding timezones. - Update to version 2.1+git20211012.c27e0fe: * Adding whitelisting for pam_ssh_agent_auth. bsc#1190983 - Update to version 2.1+git20211011.4290515: * Enable shlib-policy-name-error error. - Update to version 2.1+git20211011.a28fc6d: * Support %autochangelog in %changelog. * remove /run from disalloweddirs * Fix missing-dependency-on check. * dbus-services whitelisting: add power-profiles-daemon (bsc#1189900) * security whitelistings: add whitelistings for OBS integration test package * PolkitCheck: be robust against dead symlinks in actions directory * SUIDPermissionsCheck: remove unused permissions-ghostfile error * *-file-ghost descriptions: fix texts that are for some reason incomplete - Fixes boo#1190387. OBS-URL: https://build.opensuse.org/request/show/925483 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=362
This commit is contained in:
commit
73478bdb7f
1
_service
1
_service
@ -4,6 +4,7 @@
|
|||||||
<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="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">opensuse</param>
|
<param name="revision">opensuse</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
||||||
|
<param name="changesrevision">6dc5311137e4d4215d45cfe5f30dd5dc0fc7725f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:660c718910a683fade534af1b84be07b18006132ad72d2f5622c2b381f1b4c01
|
|
||||||
size 6727896
|
|
3
rpmlint-2.1+git20211015.6dc5311.tar.xz
Normal file
3
rpmlint-2.1+git20211015.6dc5311.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b3afce603a1e7bf5ebfcd9e32fe32286b35d27865d4cb34c17d73a097b6e9da
|
||||||
|
size 6730092
|
@ -1,3 +1,59 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 15 14:06:25 UTC 2021 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Update to version 2.1+git20211015.6dc5311:
|
||||||
|
* Drop badness of shlib-policy-name-error for now.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 14 12:25:15 UTC 2021 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Update to version 2.1+git20211014.e3fbbb9:
|
||||||
|
* Update shlib-policy-name-error.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 14 09:16:47 UTC 2021 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Update to version 2.1+git20211014.bddee7c:
|
||||||
|
* Trigger shlib-policy-name-error only for lib* packages.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 14 06:50:42 UTC 2021 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Update to version 2.1+git20211013.5ed66cd:
|
||||||
|
* Update wording for shlib-policy-name-error.
|
||||||
|
* Fix changelog-time-in-future regarding timezones.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 12 06:55:15 UTC 2021 - paolo.perego@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.1+git20211012.c27e0fe:
|
||||||
|
* Adding whitelisting for pam_ssh_agent_auth. bsc#1190983
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 11 08:09:00 UTC 2021 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Update to version 2.1+git20211011.4290515:
|
||||||
|
* Enable shlib-policy-name-error error.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 11 05:58:23 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Update to version 2.1+git20211011.a28fc6d:
|
||||||
|
* Support %autochangelog in %changelog.
|
||||||
|
* remove /run from disalloweddirs
|
||||||
|
* Fix missing-dependency-on check.
|
||||||
|
* dbus-services whitelisting: add power-profiles-daemon (bsc#1189900)
|
||||||
|
* security whitelistings: add whitelistings for OBS integration test package
|
||||||
|
* PolkitCheck: be robust against dead symlinks in actions directory
|
||||||
|
* SUIDPermissionsCheck: remove unused permissions-ghostfile error
|
||||||
|
* *-file-ghost descriptions: fix texts that are for some reason incomplete
|
||||||
|
- Fixes boo#1190387.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 11 05:54:59 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Enable changesgenerate.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 6 13:06:19 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
Wed Oct 6 13:06:19 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rpmlint
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 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.1+git20211006.550248e
|
Version: 2.1+git20211015.6dc5311
|
||||||
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…
Reference in New Issue
Block a user