From 4f13d522088a8fe16917a3a3fee2f1f36c1b2d14f7e37e96e4fdff99566ef9a4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Feb 2024 12:51:28 +0000 Subject: [PATCH] - Use python-setuptools for python distutils backport gh#libyal/libbde#68 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsxfs?expand=0&rev=30 --- libfsxfs.changes | 6 ++++++ libfsxfs.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libfsxfs.changes b/libfsxfs.changes index 848dc06..d720dfa 100644 --- a/libfsxfs.changes +++ b/libfsxfs.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 11:06:24 UTC 2023 - Jan Engelhardt diff --git a/libfsxfs.spec b/libfsxfs.spec index 38a4c18..58364bb 100644 --- a/libfsxfs.spec +++ b/libfsxfs.spec @@ -1,7 +1,7 @@ # # spec file for package libfsxfs # -# 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 @@ -30,6 +30,7 @@ Source: https://github.com/libyal/libfsxfs/releases/download/%version/li Source2: https://github.com/libyal/libfsxfs/releases/download/%version/libfsxfs-experimental-%version.tar.gz.asc Source3: %name.keyring BuildRequires: %python_module devel +BuildRequires: %python_module setuptools BuildRequires: c_compiler BuildRequires: pkg-config BuildRequires: python-rpm-macros