forked from pool/rpmlint
- Update to version 2.4.0+git20230321.8da9c94:
* PythonCheck: Add python requirements verification * TagsCheck: handle license exception in first item of a grouping * TagsCheck: restore space exclusion to license_exception_regex * Fix TW CI due to the new flake8 release. * Remove unnnecesary lambda and map in favor generator expressions * Include -prof in devel packages regex OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1038
This commit is contained in:
parent
e82e9d2972
commit
0b70e8b225
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
||||
<param name="changesrevision">e10f6025c6cab1a038865c206f5427c190d2fa9a</param></service></servicedata>
|
||||
<param name="changesrevision">8da9c944190b2dd387ce1f99a04acf614de88919</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:561f61b536b9c9239c2c0d1546992b34e44a6a49fb72f0a423e34eb6d4d01b2f
|
||||
size 6766788
|
3
rpmlint-2.4.0+git20230321.8da9c94.tar.xz
Normal file
3
rpmlint-2.4.0+git20230321.8da9c94.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a33521ffecc99371702837b08bf764539c117406b4b611d86a78e3b99a1b7d7
|
||||
size 6930552
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 12:02:09 UTC 2023 - mliska@suse.cz
|
||||
|
||||
- Update to version 2.4.0+git20230321.8da9c94:
|
||||
* PythonCheck: Add python requirements verification
|
||||
* TagsCheck: handle license exception in first item of a grouping
|
||||
* TagsCheck: restore space exclusion to license_exception_regex
|
||||
* Fix TW CI due to the new flake8 release.
|
||||
* Remove unnnecesary lambda and map in favor generator expressions
|
||||
* Include -prof in devel packages regex
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 17:46:50 UTC 2023 - filippo.bonazzi@suse.com
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define name_suffix -%{flavor}
|
||||
%endif
|
||||
Name: rpmlint%{name_suffix}
|
||||
Version: 2.4.0+git20230316.e10f602
|
||||
Version: 2.4.0+git20230321.8da9c94
|
||||
Release: 0
|
||||
Summary: RPM file correctness checker
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user