Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfsapfs for openSUSE:Factory checked in at 2023-01-04 17:51:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfsapfs (Old) and /work/SRC/openSUSE:Factory/.libfsapfs.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfsapfs" Wed Jan 4 17:51:30 2023 rev:12 rq:1046579 version:20221102 Changes: -------- --- /work/SRC/openSUSE:Factory/libfsapfs/libfsapfs.changes 2022-11-28 11:06:23.755558682 +0100 +++ /work/SRC/openSUSE:Factory/.libfsapfs.new.1563/libfsapfs.changes 2023-01-04 17:51:51.601918963 +0100 @@ -1,0 +2,5 @@ +Tue Jan 3 15:57:49 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Add missing Require on libbfio-devel. + +------------------------------------------------------------------- New: ---- libfsapfs.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfsapfs.spec ++++++ --- /var/tmp/diff_new_pack.aR8kfA/_old 2023-01-04 17:51:52.989927144 +0100 +++ /var/tmp/diff_new_pack.aR8kfA/_new 2023-01-04 17:51:53.001927214 +0100 @@ -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) @@ -25,6 +26,7 @@ URL: https://github.com/libyal/libfsapfs Source: https://github.com/libyal/libfsapfs/releases/download/%version/libfsapfs-experimental-%version.tar.gz Source2: https://github.com/libyal/libfsapfs/releases/download/%version/libfsapfs-experimental-%version.tar.gz.asc +Source3: %name.keyring BuildRequires: %{python_module devel} BuildRequires: c_compiler BuildRequires: pkg-config @@ -78,17 +80,18 @@ %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 +121,8 @@ %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 +135,7 @@ %{_libdir}/%{name}*.so %{_libdir}/pkgconfig/* -%files -n libfsapfs1 +%files -n %lname %{_libdir}/%{name}*so.* %files %python_files