forked from pool/rpmlint
- Update to version 2.2.0+git20220106.43867d0:
* Use readelf --debug-dump=no-follow-links if available. * Do not use ObjdumpParser if not needed. * Add icingaweb2 group * Filter unused-rpmlintrc-filter for late checks. - Update to version 2.2.0+git20220105.2ac5ee1: * Use different Python package for ZStandard OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=859
This commit is contained in:
parent
81119fc5e3
commit
352a54560b
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
||||
<param name="changesrevision">bda86d8ac4f7518fed268daf38bfa47cf11380dd</param></service></servicedata>
|
||||
<param name="changesrevision">43867d06e7b2f65ed9c483ea3b9ab8893f205d5d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24b96ac713065ca7e6f45a9325a5d76f3709e29acf4299ebed4c90dea9d93808
|
||||
size 6739956
|
3
rpmlint-2.2.0+git20220106.43867d0.tar.xz
Normal file
3
rpmlint-2.2.0+git20220106.43867d0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9845b550b87fa09aaac9a15ec946771e6c35e60d319409c81261dcb547dd25d0
|
||||
size 6740076
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 07 12:51:43 UTC 2022 - mliska@suse.cz
|
||||
|
||||
- Update to version 2.2.0+git20220106.43867d0:
|
||||
* Use readelf --debug-dump=no-follow-links if available.
|
||||
* Do not use ObjdumpParser if not needed.
|
||||
* Add icingaweb2 group
|
||||
* Filter unused-rpmlintrc-filter for late checks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 05 05:52:40 UTC 2022 - mliska@suse.cz
|
||||
|
||||
- Update to version 2.2.0+git20220105.2ac5ee1:
|
||||
* Use different Python package for ZStandard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 03 09:42:35 UTC 2022 - mliska@suse.cz
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define name_suffix -%{flavor}
|
||||
%endif
|
||||
Name: rpmlint%{name_suffix}
|
||||
Version: 2.2.0+git20220103.bda86d8
|
||||
Version: 2.2.0+git20220106.43867d0
|
||||
Release: 0
|
||||
Summary: RPM file correctness checker
|
||||
License: GPL-2.0-or-later
|
||||
@ -51,7 +51,7 @@ BuildRequires: python3-pytest-xdist
|
||||
BuildRequires: python3-pyxdg
|
||||
BuildRequires: python3-rpm
|
||||
BuildRequires: python3-toml
|
||||
BuildRequires: python3-zstd
|
||||
BuildRequires: python3-zstandard
|
||||
BuildRequires: xz
|
||||
%ifarch x86_64
|
||||
BuildRequires: glibc-32bit
|
||||
@ -75,7 +75,7 @@ Requires: python3-pyxdg
|
||||
Requires: python3-rpm
|
||||
Requires: python3-toml
|
||||
Requires: python3-xml
|
||||
Requires: python3-zstd
|
||||
Requires: python3-zstandard
|
||||
Requires: rpm-build
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user