From 437993fd0baf9a36f94b32175bf96a4b2d1f355878886bba1d7de2206d2db862 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Feb 2024 12:50:58 +0000 Subject: [PATCH] - Use python-setuptools for python distutils backport gh#libyal/libbde#68 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfshfs?expand=0&rev=34 --- libfshfs.changes | 6 ++++++ libfshfs.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libfshfs.changes b/libfshfs.changes index 4a24838..bd27802 100644 --- a/libfshfs.changes +++ b/libfshfs.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:04:37 UTC 2023 - Jan Engelhardt diff --git a/libfshfs.spec b/libfshfs.spec index ad51f8c..d657bb9 100644 --- a/libfshfs.spec +++ b/libfshfs.spec @@ -1,7 +1,7 @@ # # spec file for package libfshfs # -# 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/libfshfs/releases/download/%version/li Source2: https://github.com/libyal/libfshfs/releases/download/%version/libfshfs-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