- Update to version 2.3.0+git20220519.82b9e76:

* Release 2.3.0
  * Skip shared-library-without-dependency-information for python.
  * Skip undefined-non-weak-symbol for python packages.
  * SystemdTmpfilesCheck: new check to restrict systemd-tmpfiles configuration.
  * Skip undefined-non-weak-symbol for python packages.

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=910
This commit is contained in:
Martin Liška 2022-05-20 06:28:45 +00:00 committed by Git OBS Bridge
parent 01d3e96d1d
commit faf5bae3b3
6 changed files with 16 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="versionformat">2.2.0+git%cd.%h</param>
<param name="versionformat">2.3.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>

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">56bac53737fbd7a1a0405bb0c8766ae0d928c3cf</param></service></servicedata>
<param name="changesrevision">24660e00f9ed9010db714e907bd93c98f8efcedd</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5c79e5ea0c7dc158e4b5ca04ef0ad20f3b0f06858fac9629e476cb2450c9c46
size 6749004

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1a6eb85a1a627d440b4ad77de26fc98db403cb2b4a6dab227801bc42d566fbc
size 6751600

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri May 20 06:22:26 UTC 2022 - mliska@suse.cz
- Update to version 2.3.0+git20220519.82b9e76:
* Release 2.3.0
* Skip shared-library-without-dependency-information for python.
* Skip undefined-non-weak-symbol for python packages.
* SystemdTmpfilesCheck: new check to restrict systemd-tmpfiles configuration.
* Skip undefined-non-weak-symbol for python packages.
-------------------------------------------------------------------
Fri May 13 06:10:43 UTC 2022 - mliska@suse.cz

View File

@ -23,7 +23,7 @@
%define name_suffix -%{flavor}
%endif
Name: rpmlint%{name_suffix}
Version: 2.2.0+git20220511.fc030cd
Version: 2.3.0+git20220519.82b9e76
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later