SHA256
1
0
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:
Martin Liška 2022-01-07 12:54:29 +00:00 committed by Git OBS Bridge
parent 81119fc5e3
commit 352a54560b
5 changed files with 22 additions and 7 deletions

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">bda86d8ac4f7518fed268daf38bfa47cf11380dd</param></service></servicedata>
<param name="changesrevision">43867d06e7b2f65ed9c483ea3b9ab8893f205d5d</param></service></servicedata>

View File

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

View File

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

View File

@ -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

View File

@ -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