Accepting request 1076468 from devel:openSUSE:Factory:rpmlint

- Update to version 2.4.0+git20230331.bc7b966:
  * dbus-services: add libproxy whitelisting (bsc#1209376)

- Update to version 2.4.0+git20230331.8f6e31e:
  * PythonCheck: Handle complex dependency declaration gracefully

- Update to version 2.4.0+git20230329.3cd1bcf:
  * packit: use python-magic python pages for openSUSE CI
  * openSUSE: Start using python-magic package in CI.

- Depend on python-magic Python package.

OBS-URL: https://build.opensuse.org/request/show/1076468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=443
This commit is contained in:
Dominique Leuenberger 2023-04-01 17:30:12 +00:00 committed by Git OBS Bridge
commit 00a3f580e2
5 changed files with 31 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">f239521912348dfe6bbd0b7a702d61a1c22a13b0</param></service></servicedata>
<param name="changesrevision">bc7b966e874d4da6d48e8ee5c33a29c35b483ac5</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Mar 31 13:35:31 UTC 2023 - mliska@suse.cz
- Update to version 2.4.0+git20230331.bc7b966:
* dbus-services: add libproxy whitelisting (bsc#1209376)
-------------------------------------------------------------------
Fri Mar 31 07:26:42 UTC 2023 - mliska@suse.cz
- Update to version 2.4.0+git20230331.8f6e31e:
* PythonCheck: Handle complex dependency declaration gracefully
-------------------------------------------------------------------
Wed Mar 29 12:16:20 UTC 2023 - mliska@suse.cz
- Update to version 2.4.0+git20230329.3cd1bcf:
* packit: use python-magic python pages for openSUSE CI
* openSUSE: Start using python-magic package in CI.
-------------------------------------------------------------------
Wed Mar 29 10:43:51 UTC 2023 - Martin Liška <mliska@suse.cz>
- Depend on python-magic Python package.
-------------------------------------------------------------------
Mon Mar 27 15:02:22 UTC 2023 - mliska@suse.cz

View File

@ -23,7 +23,7 @@
%define name_suffix -%{flavor}
%endif
Name: rpmlint%{name_suffix}
Version: 2.4.0+git20230327.f239521
Version: 2.4.0+git20230331.bc7b966
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later
@ -42,11 +42,11 @@ BuildRequires: dash
BuildRequires: desktop-file-utils
BuildRequires: myspell-cs_CZ
BuildRequires: myspell-en_US
BuildRequires: python3-magic
BuildRequires: python3-pybeam
BuildRequires: python3-pyenchant
BuildRequires: python3-pytest
BuildRequires: python3-pytest-xdist
BuildRequires: python3-python-magic
BuildRequires: python3-pyxdg
BuildRequires: python3-rpm
%if 0%{?python3_version_nodots < 311}
@ -70,9 +70,9 @@ Requires: desktop-file-utils
Requires: file
Requires: findutils
Requires: myspell-en_US
Requires: python3-magic
Requires: python3-pybeam
Requires: python3-pyenchant
Requires: python3-python-magic
Requires: python3-pyxdg
Requires: python3-rpm
%if 0%{?python3_version_nodots < 311}