forked from pool/rpmlint
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:
commit
00a3f580e2
@ -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">f239521912348dfe6bbd0b7a702d61a1c22a13b0</param></service></servicedata>
|
<param name="changesrevision">bc7b966e874d4da6d48e8ee5c33a29c35b483ac5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:085a2841d0edc3bcc865e98e911d9a9c566171a5c904a5a51fe27fec64ecae88
|
|
||||||
size 7033552
|
|
3
rpmlint-2.4.0+git20230331.bc7b966.tar.xz
Normal file
3
rpmlint-2.4.0+git20230331.bc7b966.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5a00ecb43203fe28d97aa218caf9427f577c03e37777767b43993af61727786c
|
||||||
|
size 7033480
|
@ -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
|
Mon Mar 27 15:02:22 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+git20230327.f239521
|
Version: 2.4.0+git20230331.bc7b966
|
||||||
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
|
||||||
@ -42,11 +42,11 @@ BuildRequires: dash
|
|||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: myspell-cs_CZ
|
BuildRequires: myspell-cs_CZ
|
||||||
BuildRequires: myspell-en_US
|
BuildRequires: myspell-en_US
|
||||||
BuildRequires: python3-magic
|
|
||||||
BuildRequires: python3-pybeam
|
BuildRequires: python3-pybeam
|
||||||
BuildRequires: python3-pyenchant
|
BuildRequires: python3-pyenchant
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-pytest-xdist
|
BuildRequires: python3-pytest-xdist
|
||||||
|
BuildRequires: python3-python-magic
|
||||||
BuildRequires: python3-pyxdg
|
BuildRequires: python3-pyxdg
|
||||||
BuildRequires: python3-rpm
|
BuildRequires: python3-rpm
|
||||||
%if 0%{?python3_version_nodots < 311}
|
%if 0%{?python3_version_nodots < 311}
|
||||||
@ -70,9 +70,9 @@ Requires: desktop-file-utils
|
|||||||
Requires: file
|
Requires: file
|
||||||
Requires: findutils
|
Requires: findutils
|
||||||
Requires: myspell-en_US
|
Requires: myspell-en_US
|
||||||
Requires: python3-magic
|
|
||||||
Requires: python3-pybeam
|
Requires: python3-pybeam
|
||||||
Requires: python3-pyenchant
|
Requires: python3-pyenchant
|
||||||
|
Requires: python3-python-magic
|
||||||
Requires: python3-pyxdg
|
Requires: python3-pyxdg
|
||||||
Requires: python3-rpm
|
Requires: python3-rpm
|
||||||
%if 0%{?python3_version_nodots < 311}
|
%if 0%{?python3_version_nodots < 311}
|
||||||
|
Loading…
Reference in New Issue
Block a user