SHA256
1
0
forked from pool/libfsapfs

- Add missing Require on libbfio-devel.

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsapfs?expand=0&rev=25
This commit is contained in:
Jan Engelhardt 2023-01-03 16:13:57 +00:00 committed by Git OBS Bridge
parent e9d97747b6
commit 5e316eaef2
2 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 3 15:57:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Add missing Require on libbfio-devel.
-------------------------------------------------------------------
Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libfsapfs
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,6 +17,7 @@
Name: libfsapfs
%define lname libfsapfs1
Version: 20221102
Release: 0
Summary: Library and tools to access the Apple File System (APFS)
@ -78,17 +79,18 @@ Unsupported APFS format features:
%package devel
Summary: Development files for libfsapfs
Group: Development/Languages/C and C++
Requires: libfsapfs1 = %version
Requires: %lname = %version
Requires: libbfio-devel
%description devel
Development files for %{name}.
%package -n libfsapfs1
%package -n %lname
Summary: Library for access the Apple File System (APFS)
Group: System/Libraries
%description -n libfsapfs1
libfsapfs1 is a library for access the Apple File System (APFS).
%description -n %lname
%lname is a library for access the Apple File System (APFS).
%prep
%autosetup -p1
@ -118,8 +120,8 @@ rm -fv "%buildroot/%_libdir"/*.la
%check
make check || /bin/true
%post -n libfsapfs1 -p /sbin/ldconfig
%postun -n libfsapfs1 -p /sbin/ldconfig
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %name
%license COPYING*
@ -132,7 +134,7 @@ make check || /bin/true
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/*
%files -n libfsapfs1
%files -n %lname
%{_libdir}/%{name}*so.*
%files %python_files