From 1c5fee06dcf30e66b3d422bf670640f426329bcac3d63c4b247c99b25c03b716 Mon Sep 17 00:00:00 2001 From: Wolfgang Frisch Date: Mon, 25 Mar 2024 14:02:06 +0000 Subject: [PATCH] Accepting request 1161419 from home:wfrisch:branches:devel:openSUSE:Factory:rpmlint - 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 OBS-URL: https://build.opensuse.org/request/show/1161419 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1132 --- _servicedata | 2 +- rpmlint-2.5.0+git20240308.ec22ec6.tar.xz | 3 --- rpmlint-2.5.0+git20240325.982d664.tar.xz | 3 +++ rpmlint.changes | 15 +++++++++++++++ rpmlint.spec | 4 ++-- 5 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 rpmlint-2.5.0+git20240308.ec22ec6.tar.xz create mode 100644 rpmlint-2.5.0+git20240325.982d664.tar.xz diff --git a/_servicedata b/_servicedata index f013c4a..61fa732 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - ec22ec6a8a2451ddd3d26c9706e6d336da4c15fb \ No newline at end of file + 982d6640c371cc038556986f63b8cead64613674 \ No newline at end of file diff --git a/rpmlint-2.5.0+git20240308.ec22ec6.tar.xz b/rpmlint-2.5.0+git20240308.ec22ec6.tar.xz deleted file mode 100644 index cdfccd2..0000000 --- a/rpmlint-2.5.0+git20240308.ec22ec6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d8b5a11db5829d6ddf01998b8228eb6f52a14bfa393ca37d95018fc4b5756a4 -size 7775476 diff --git a/rpmlint-2.5.0+git20240325.982d664.tar.xz b/rpmlint-2.5.0+git20240325.982d664.tar.xz new file mode 100644 index 0000000..7919509 --- /dev/null +++ b/rpmlint-2.5.0+git20240325.982d664.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05249c41a6a1f51d448166471d52729fd239fa824ea654b0720364810e5d2d78 +size 7775576 diff --git a/rpmlint.changes b/rpmlint.changes index a503c0b..396a07c 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -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 diff --git a/rpmlint.spec b/rpmlint.spec index e3e0f6e..bdce7dc 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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