From 685c2c2563a3193a6b9c67a9207792564736f576 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:23:25 +0000 Subject: [PATCH 1/3] Initial plan From b76ce8a2c52b79c460f963d92a39fe032ff6b9a7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:25:54 +0000 Subject: [PATCH 2/3] Make test-only spec patches unconditional --- SPECS/libstoragemgmt/libstoragemgmt.spec | 9 ++++++--- SPECS/python-filelock/python-filelock.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/SPECS/libstoragemgmt/libstoragemgmt.spec b/SPECS/libstoragemgmt/libstoragemgmt.spec index 4b74d1f31a7..7423cd5a473 100644 --- a/SPECS/libstoragemgmt/libstoragemgmt.spec +++ b/SPECS/libstoragemgmt/libstoragemgmt.spec @@ -1,15 +1,13 @@ Summary: Storage array management library Name: libstoragemgmt Version: 1.9.8 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Vendor: Microsoft Corporation Distribution: Azure Linux URL: https://github.com/libstorage/libstoragemgmt Source0: https://github.com/libstorage/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz -%if 0%{?with_check} Patch0: libstoragemgmt-tests-gate-hw-disk-probes.patch -%endif BuildRequires: autoconf BuildRequires: automake @@ -459,6 +457,11 @@ fi %{_mandir}/man1/local_lsmplugin.1* %changelog +* Sun Jul 27 2026 Kshitiz Godara - 1.9.8-3 +- Make libstoragemgmt-tests-gate-hw-disk-probes.patch unconditional + so it is included in the SRPM; the patch is test-only and harmless + when applied unconditionally. + * Sun Jun 21 2026 Kshitiz Godara - 1.9.8-2 - Add test-only patch (gated by with_check) to skip /dev/sd* hardware probes in test_local_disk_link_type and diff --git a/SPECS/python-filelock/python-filelock.spec b/SPECS/python-filelock/python-filelock.spec index c67ad25cb7f..82f7f2b1edf 100644 --- a/SPECS/python-filelock/python-filelock.spec +++ b/SPECS/python-filelock/python-filelock.spec @@ -2,16 +2,14 @@ Summary: A platform independent file lock Name: python-filelock Version: 3.20.3 -Release: 2%{?dist} +Release: 3%{?dist} License: Unlicense Vendor: Microsoft Corporation Distribution: Azure Linux URL: https://github.com/toxdev/filelock Source0: https://files.pythonhosted.org/packages/source/f/%{srcname}/%{srcname}-%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: remove-python-3.14-classifier.patch -%if 0%{?with_check} Patch1: filelock-tests-isolate-caplog.patch -%endif BuildArch: noarch %description @@ -73,6 +71,11 @@ pip3 install pytest-asyncio %license %{python3_sitelib}/%{srcname}-%{version}.dist-info/licenses/LICENSE %changelog +* Sun Jul 27 2026 Kshitiz Godara - 3.20.3-3 +- Make filelock-tests-isolate-caplog.patch unconditional so it is + included in the SRPM; the patch is test-only and harmless when + applied unconditionally. + * Sat Jun 20 2026 Kshitiz Godara - 3.20.3-2 - Add test-only patch (gated by with_check) to clear caplog before strict equality assertions; fixes intermittent aarch64 failure of From 7f39b2375a80e6402b362b9b781918e7743e4a99 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:34:04 +0000 Subject: [PATCH 3/3] Fix changelog weekday in spec updates --- SPECS/libstoragemgmt/libstoragemgmt.spec | 2 +- SPECS/python-filelock/python-filelock.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/libstoragemgmt/libstoragemgmt.spec b/SPECS/libstoragemgmt/libstoragemgmt.spec index 7423cd5a473..1e366236f5b 100644 --- a/SPECS/libstoragemgmt/libstoragemgmt.spec +++ b/SPECS/libstoragemgmt/libstoragemgmt.spec @@ -457,7 +457,7 @@ fi %{_mandir}/man1/local_lsmplugin.1* %changelog -* Sun Jul 27 2026 Kshitiz Godara - 1.9.8-3 +* Mon Jul 27 2026 Kshitiz Godara - 1.9.8-3 - Make libstoragemgmt-tests-gate-hw-disk-probes.patch unconditional so it is included in the SRPM; the patch is test-only and harmless when applied unconditionally. diff --git a/SPECS/python-filelock/python-filelock.spec b/SPECS/python-filelock/python-filelock.spec index 82f7f2b1edf..52f1dc82a97 100644 --- a/SPECS/python-filelock/python-filelock.spec +++ b/SPECS/python-filelock/python-filelock.spec @@ -71,7 +71,7 @@ pip3 install pytest-asyncio %license %{python3_sitelib}/%{srcname}-%{version}.dist-info/licenses/LICENSE %changelog -* Sun Jul 27 2026 Kshitiz Godara - 3.20.3-3 +* Mon Jul 27 2026 Kshitiz Godara - 3.20.3-3 - Make filelock-tests-isolate-caplog.patch unconditional so it is included in the SRPM; the patch is test-only and harmless when applied unconditionally.