From 423e5ee6166b55960e8f0db9bd5f3c8b50b625899f79cff861607bf36791c003 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Feb 2024 12:54:06 +0000 Subject: [PATCH] - Use python-setuptools for python distutils backport gh#libyal/libbde#68 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libqcow?expand=0&rev=41 --- libqcow.changes | 6 ++++++ libqcow.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libqcow.changes b/libqcow.changes index 48bf30c..a77a23a 100644 --- a/libqcow.changes +++ b/libqcow.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 5 21:43:04 UTC 2024 - Jan Engelhardt + +- Use python-setuptools for python distutils backport + gh#libyal/libbde#68 + ------------------------------------------------------------------- Sat Nov 25 16:16:30 UTC 2023 - Jan Engelhardt diff --git a/libqcow.spec b/libqcow.spec index 4c38759..ca51875 100644 --- a/libqcow.spec +++ b/libqcow.spec @@ -1,7 +1,7 @@ # # spec file for package libqcow # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,6 @@ %define lname libqcow1 Name: libqcow Version: 20231125 - Release: 0 Summary: Library and tooling to access the QEMU Copy-On-Write (QCOW) image format License: GFDL-1.1-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later @@ -32,6 +31,7 @@ Source2: https://github.com/libyal/libqcow/releases/download/%version/lib Source3: %name.keyring Source8: QEMU_Copy-On-Write_file_format.pdf BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} BuildRequires: c_compiler BuildRequires: pkg-config BuildRequires: python-rpm-macros