forked from pool/rpmlint
Accepting request 1058142 from devel:openSUSE:Factory:rpmlint
- Update to version 2.4.0+git20230112.139edaf: * use subprocess.run(..., text=True) instead of stdout.decode() * Print number of messages that are filtered out * Speed up DuplicatesCheck by shorter messages OBS-URL: https://build.opensuse.org/request/show/1058142 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=431
This commit is contained in:
commit
20e8afdf13
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<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="changesrevision">8ae3cb56c10bdec501366a206fee073edbbed1ea</param></service></servicedata>
|
<param name="changesrevision">139edafdecf9259cffcac601a60785f379d89495</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e06b2cc8707980ba02cb2b27f80f94efe488a7478876b115035541eeffbb38c
|
|
||||||
size 6761372
|
|
3
rpmlint-2.4.0+git20230112.139edaf.tar.xz
Normal file
3
rpmlint-2.4.0+git20230112.139edaf.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32bb6084bdda5ed0a9d305c9489a5970fd6f1dd4d7bdecfcfab3796c3066f0cb
|
||||||
|
size 6761504
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 07:50:36 UTC 2023 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Update to version 2.4.0+git20230112.139edaf:
|
||||||
|
* use subprocess.run(..., text=True) instead of stdout.decode()
|
||||||
|
* Print number of messages that are filtered out
|
||||||
|
* Speed up DuplicatesCheck by shorter messages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 11 14:08:35 UTC 2023 - mliska@suse.cz
|
Wed Jan 11 14:08:35 UTC 2023 - mliska@suse.cz
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%define name_suffix -%{flavor}
|
%define name_suffix -%{flavor}
|
||||||
%endif
|
%endif
|
||||||
Name: rpmlint%{name_suffix}
|
Name: rpmlint%{name_suffix}
|
||||||
Version: 2.4.0+git20230111.8ae3cb5
|
Version: 2.4.0+git20230112.139edaf
|
||||||
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