Accepting request 1161421 from devel:openSUSE:Factory:rpmlint

OBS-URL: https://build.opensuse.org/request/show/1161421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=473
This commit is contained in:
Ana Guerrero 2024-03-26 18:24:06 +00:00 committed by Git OBS Bridge
commit 1fb543d8f8
5 changed files with 21 additions and 6 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">ec22ec6a8a2451ddd3d26c9706e6d336da4c15fb</param></service></servicedata>
<param name="changesrevision">982d6640c371cc038556986f63b8cead64613674</param></service></servicedata>

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05249c41a6a1f51d448166471d52729fd239fa824ea654b0720364810e5d2d78
size 7775576

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Mar 25 14:01:12 UTC 2024 - wolfgang.frisch@suse.com
- Update to version 2.5.0+git20240325.982d664:
* dbus-services: power-profiles-daemon (bsc#1219956) (#1197)
* SpecCheck: Add no-%check-section warning
* Bump upper bound of suse_version to include ALP & current Factory
* test: add mocks folder and mocks for duplicates check
* pkg: remove unicode type reference in is_utf8_bytestr exception
* Refactored the is_utf8_bytestr function
* readme: More specific title for building section
* test: imporve fixtures in test_duplicates.py
* Add building documentation
* Update README.md
-------------------------------------------------------------------
Mon Mar 11 12:15:52 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -23,7 +23,7 @@
%define name_suffix -%{flavor}
%endif
Name: rpmlint%{name_suffix}
Version: 2.5.0+git20240308.ec22ec6
Version: 2.5.0+git20240325.982d664
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later
@ -51,10 +51,10 @@ BuildRequires: python3-pytest-xdist
BuildRequires: python3-python-magic
BuildRequires: python3-pyxdg
BuildRequires: python3-rpm
BuildRequires: (python3-tomli if python3-base < 3.11)
BuildRequires: python3-tomli-w
BuildRequires: python3-zstandard
BuildRequires: xz
BuildRequires: (python3-tomli if python3-base < 3.11)
%ifarch x86_64
BuildRequires: glibc-32bit
%endif