Accepting request 1144598 from security:forensics
python 3.12 build fix OBS-URL: https://build.opensuse.org/request/show/1144598 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqcow?expand=0&rev=21
This commit is contained in:
commit
ca30688b05
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 5 21:43:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use python-setuptools for python distutils backport
|
||||||
|
gh#libyal/libbde#68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 25 16:16:30 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sat Nov 25 16:16:30 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libqcow
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,6 @@
|
|||||||
%define lname libqcow1
|
%define lname libqcow1
|
||||||
Name: libqcow
|
Name: libqcow
|
||||||
Version: 20231125
|
Version: 20231125
|
||||||
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tooling to access the QEMU Copy-On-Write (QCOW) image format
|
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
|
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
|
Source3: %name.keyring
|
||||||
Source8: QEMU_Copy-On-Write_file_format.pdf
|
Source8: QEMU_Copy-On-Write_file_format.pdf
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Loading…
Reference in New Issue
Block a user