Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvmdk for openSUSE:Factory checked in at 2022-11-28 11:06:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvmdk (Old) and /work/SRC/openSUSE:Factory/.libvmdk.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvmdk" Mon Nov 28 11:06:50 2022 rev:15 rq:1038496 version:20221124 Changes: -------- --- /work/SRC/openSUSE:Factory/libvmdk/libvmdk.changes 2022-11-25 13:11:45.519880745 +0100 +++ /work/SRC/openSUSE:Factory/.libvmdk.new.1597/libvmdk.changes 2022-11-28 11:06:55.827715873 +0100 @@ -1,0 +2,6 @@ +Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Delete system-libs.patch (not needed - system libs are + autodetected) + +------------------------------------------------------------------- Old: ---- system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvmdk.spec ++++++ --- /var/tmp/diff_new_pack.Op4FhY/_old 2022-11-28 11:06:56.379718709 +0100 +++ /var/tmp/diff_new_pack.Op4FhY/_new 2022-11-28 11:06:56.387718751 +0100 @@ -28,14 +28,10 @@ Source2: https://github.com/libyal/libvmdk/releases/download/%version/libvmdk-alpha-%version.tar.gz.asc Source3: %name.keyring Source11: VMWare_Virtual_Disk_Format_VMDK.pdf -Patch1: system-libs.patch BuildRequires: %{python_module devel} BuildRequires: c_compiler -BuildRequires: gettext-tools >= 0.18.1 -BuildRequires: libtool BuildRequires: pkg-config BuildRequires: python-rpm-macros -BuildRequires: zlib-devel BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(libbfio) >= 20221025 BuildRequires: pkgconfig(libcdata) >= 20220115 @@ -50,25 +46,13 @@ BuildRequires: pkgconfig(libfdata) >= 20220111 BuildRequires: pkgconfig(libfvalue) >= 20220120 BuildRequires: pkgconfig(libuna) >= 20220611 +BuildRequires: pkgconfig(zlib) %python_subpackages +# Various notes: https://en.opensuse.org/libyal %description The libvmdk library is a library to access the VMware Virtual Disk (VMDK) format. -Read supported extent file formats: -- RAW (flat) -- COWD version 1 (sparse) -- VMDK version 1, 2 and 3 (sparse) - -Supported VMDK format features: -- delta links -- grain compression (as of version 20131209) -- data markers (as of version 20140416) - -VMDK format features not supported at the moment: -- images that use a physical device -- changed block tracking (CBT) (supported by VMDK version 3 (sparse)) / change tracking filek - %package -n %{lname} Summary: Library to access the VMDK image format License: LGPL-3.0-or-later @@ -78,18 +62,21 @@ The libvmdk library is a library to access the VMware Virtual Disk (VMDK) format. Read supported extent file formats: -- RAW (flat) -- COWD version 1 (sparse) -- VMDK version 1, 2 and 3 (sparse) + +* RAW (flat) +* COWD version 1 (sparse) +* VMDK version 1, 2 and 3 (sparse) Supported VMDK format features: -- delta links -- grain compression (as of version 20131209) -- data markers (as of version 20140416) + +* delta links +* grain compression +* data markers VMDK format features not supported at the moment: -- images that use a physical device -- changed block tracking (CBT) (supported by VMDK version 3 (sparse)) / change tracking filek + +* images that use a physical device +* changed block tracking (CBT) (supported by VMDK version 3 (sparse)) / change tracking files %package tools Summary: Tools to access the VMDK image format @@ -120,15 +107,12 @@ cp %_sourcedir/*.pdf . %build -autoreconf -fi -# OOT builds are presently broken, so we have to install -# within each python iteration now, not in %%install. %{python_expand # -# see libcdata for version-sc echo "V_%version { global: *; };" >v.sym %configure --disable-static --enable-wide-character-type \ --enable-python PYTHON_VERSION="%{$python_bin_suffix}" \ LDFLAGS="-Wl,--version-script=$PWD/v.sym" +grep ' '' ''local' config.log && exit 1 %make_build %make_install DESTDIR="%_builddir/rt" %make_build clean @@ -138,9 +122,6 @@ mv %_builddir/rt/* %buildroot/ find %{buildroot} -type f -name "*.la" -delete -print -%check -#make check - %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig