Hello community, here is the log from the commit of package libblockdev for openSUSE:Factory checked in at 2018-05-08 13:32:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libblockdev (Old) and /work/SRC/openSUSE:Factory/.libblockdev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libblockdev" Tue May 8 13:32:09 2018 rev:4 rq:604037 version:2.17 Changes: -------- --- /work/SRC/openSUSE:Factory/libblockdev/libblockdev.changes 2018-04-22 14:29:39.066656764 +0200 +++ /work/SRC/openSUSE:Factory/.libblockdev.new/libblockdev.changes 2018-05-08 13:32:10.964719507 +0200 @@ -1,0 +2,15 @@ +Fri May 4 02:53:53 UTC 2018 - [email protected] + +- Update to version 2.17: + + New Features: + - New plugin: nvdimm. Support for NVDIMM namespaces management; + - LUKS2 support for creating LUKS2 format including + authenticated disk encryption. Multiple new functions for + working with LUKS devices (suspend/resume, header backup, + metadata size...); + - Extended support for opening TrueCrypt/VeraCrypt volumes. +- Drop pkgconfig(nss) and libvolume_key-devel BuildRequires now + that they are optional and pass without-escrow to configure: + libvolume_key's code is ancient and nearly dead upstream. + +------------------------------------------------------------------- Old: ---- libblockdev-2.16.tar.gz New: ---- libblockdev-2.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libblockdev.spec ++++++ --- /var/tmp/diff_new_pack.uvd23f/_old 2018-05-08 13:32:11.824688478 +0200 +++ /var/tmp/diff_new_pack.uvd23f/_new 2018-05-08 13:32:11.824688478 +0200 @@ -16,33 +16,30 @@ # -%bcond_with python2 %define bcachetools_version 1.0.8 %define lvm2-clvm_version 2.02.156 %define somajor 2 %define libname %{name}%{somajor} - +%bcond_with python2 Name: libblockdev +Version: 2.17 +Release: 0 Summary: A library for low-level manipulation with block devices License: LGPL-2.1-only Group: Development/Libraries/C and C++ -Version: 2.16 -Release: 0 URL: https://github.com/storaged-project/libblockdev Source0: https://github.com/storaged-project/libblockdev/releases/download/%{version}-1/libblockdev-%{version}.tar.gz - -# PATCH-FIX-OPENSUSE libblockdev-fix-libkmod-include.patch [email protected] -- openSUSE's libkmod.h file location are not under the expected /usr/include directory but /usr/include/kmod. +# PATCH-FIX-OPENSUSE libblockdev-fix-libkmod-include.patch [email protected] -- openSUSE's libkmod.h file location is not under the expected /usr/include directory but /usr/include/kmod. Patch0: libblockdev-fix-libkmod-include.patch - BuildRequires: dmraid-devel BuildRequires: gobject-introspection-devel >= 1.3.0 BuildRequires: gtk-doc +BuildRequires: pkgconfig %{?with_python2:BuildRequires: python-devel} BuildRequires: python3-base BuildRequires: python3-devel # There is a s390x plugin that, until vtoc.h is provided, can't be added. #BuildRequires: s390-tools-devel -BuildRequires: volume_key-devel BuildRequires: pkgconfig(blkid) >= 2.23.0 BuildRequires: pkgconfig(bytesize) >= 0.1 BuildRequires: pkgconfig(devmapper) >= 1.02.93 @@ -54,7 +51,6 @@ BuildRequires: pkgconfig(libparted) >= 3.1 BuildRequires: pkgconfig(libudev) >= 216 BuildRequires: pkgconfig(mount) >= 2.23.0 -BuildRequires: pkgconfig(nss) >= 3.18.0 Requires: %{libname} >= %{version} %description @@ -117,7 +113,6 @@ This package contains enhancements to the gobject-introspection bindings for LibBlockDev in Python3. - %package -n libbd_btrfs%{somajor} Summary: The BTRFS plugin for the LibBlockDev library Group: System/Libraries @@ -131,8 +126,8 @@ %package -n libbd_btrfs-devel Summary: Development files for the libbd_btrfs plugin/library Group: Development/Libraries/C and C++ -Requires: libbd_btrfs%{somajor} >= %{version} Requires: glib2-devel +Requires: libbd_btrfs%{somajor} >= %{version} Requires: libbd_utils-devel Provides: libblockdev-btrfs-devel = %{version} @@ -140,7 +135,6 @@ This package contains header files and pkg-config files needed for development with the libbd_btrfs plugin/library. - %package -n libbd_crypto%{somajor} Summary: The crypto plugin for the LibBlockDev library Group: System/Libraries @@ -153,21 +147,20 @@ %package -n libbd_crypto-devel Summary: Development files for the libbd_crypto plugin/library Group: Development/Libraries/C and C++ -Requires: libbd_crypto%{somajor} >= %{version} Requires: glib2-devel +Requires: libbd_crypto%{somajor} >= %{version} Provides: libblockdev-crypto-devel = %{version} %description -n libbd_crypto-devel This package contains header files and pkg-config files needed for development with the libbd_crypto plugin/library.. - %package -n libbd_dm%{somajor} Summary: The Device Mapper plugin for the LibBlockDev library Group: System/Libraries -Requires: libbd_utils%{somajor} >= %{version} Requires: device-mapper Requires: dmraid +Requires: libbd_utils%{somajor} >= %{version} Provides: libblockdev-dm = %{version} %description -n libbd_dm%{somajor} @@ -177,24 +170,23 @@ %package -n libbd_dm-devel Summary: Development files for the libbd_dm plugin/library Group: Development/Libraries/C and C++ -Requires: libbd_dm%{somajor} >= %{version} -Requires: glib2-devel Requires: device-mapper-devel -Requires: systemd-devel Requires: dmraid-devel +Requires: glib2-devel +Requires: libbd_dm%{somajor} >= %{version} Requires: libbd_utils-devel +Requires: systemd-devel Provides: libblockdev-dm-devel = %{version} %description -n libbd_dm-devel This package contains header files and pkg-config files needed for development with the libbd_dm plugin/library.. - %package -n libbd_fs%{somajor} Summary: The FS plugin for the LibBlockDev library Group: System/Libraries -Requires: libbd_utils%{somajor} >= %{version} Requires: device-mapper +Requires: libbd_utils%{somajor} >= %{version} Provides: libblockdev-fs = %{version} %description -n libbd_fs%{somajor} @@ -204,23 +196,22 @@ %package -n libbd_fs-devel Summary: Development files for the libbd_fs plugin/library Group: Development/Libraries/C and C++ +Requires: dosfstools +Requires: glib2-devel Requires: libbd_fs%{somajor} >= %{version} Requires: libbd_utils-devel -Requires: glib2-devel Requires: xfsprogs -Requires: dosfstools Provides: libblockdev-fs-devel = %{version} %description -n libbd_fs-devel This package contains header files and pkg-config files needed for development with the libbd_fs plugin/library.. - %package -n libbd_kbd%{somajor} Summary: The KBD plugin for the LibBlockDev library Group: System/Libraries -Requires: libbd_utils%{somajor} >= %{version} Requires: bcache-tools >= %{bcachetools_version} +Requires: libbd_utils%{somajor} >= %{version} Provides: libblockdev-kbd = %{version} %description -n libbd_kbd%{somajor} @@ -231,16 +222,15 @@ %package -n libbd_kbd-devel Summary: Development files for the libbd_kbd plugin/library Group: Development/Libraries/C and C++ +Requires: glib2-devel Requires: libbd_kbd%{somajor} >= %{version} Requires: libbd_utils-devel >= %{version} -Requires: glib2-devel Provides: libblockdev-kbd-devel = %{version} %description -n libbd_kbd-devel This package contains header files and pkg-config files needed for development with the libbd_kbd plugin/library.. - %package -n libbd_loop%{somajor} Summary: The loop plugin for the LibBlockDev library Group: System/Libraries @@ -254,16 +244,15 @@ %package -n libbd_loop-devel Summary: Development files for the libblockdev-loop plugin/library Group: Development/Libraries/C and C++ +Requires: glib2-devel Requires: libbd_loop%{somajor} = %{version} Requires: libbd_utils-devel >= %{version} -Requires: glib2-devel Provides: libblockdev-loop-devel = %{version} %description -n libbd_loop-devel This package contains header files and pkg-config files needed for development with the libbd_loop plugin/library. - %package -n libbd_lvm%{somajor} Summary: The LVM plugin for the LibBlockDev library Group: System/Libraries @@ -280,16 +269,15 @@ %package -n libbd_lvm-devel Summary: Development files for the libblockdev-lvm plugin/library Group: Development/Libraries/C and C++ +Requires: glib2-devel Requires: libbd_lvm%{somajor} = %{version} Requires: libbd_utils-devel >= %{version} -Requires: glib2-devel Provides: libblockdev-lvm-devel = %{version} %description -n libbd_lvm-devel This package contains header files and pkg-config files needed for development with the libbd_lvm plugin/library. - %package -n libbd_lvm-dbus%{somajor} Summary: The LVM plugin for the LibBlockDev library Group: System/Libraries @@ -306,17 +294,16 @@ %package -n libbd_lvm-dbus-devel Summary: Development files for the libblockdev-lvm-dbus plugin/library Group: Development/Libraries/C and C++ +Requires: glib2-devel Requires: libbd_lvm-dbus%{somajor} = %{version} -Requires: libbd_utils-devel >= %{version} Requires: libbd_lvm-devel >= %{version} -Requires: glib2-devel +Requires: libbd_utils-devel >= %{version} Provides: libblockdev-lvm-dbus-devel = %{version} %description -n libbd_lvm-dbus-devel This package contains header files and pkg-config files needed for development with the libbd_lvm-dbus plugin/library. - %package -n libbd_mdraid%{somajor} Summary: The MD RAID plugin for the LibBlockDev library Group: System/Libraries @@ -331,16 +318,15 @@ %package -n libbd_mdraid-devel Summary: Development files for the libblockdev-mdraid plugin/library Group: Development/Libraries/C and C++ +Requires: glib2-devel Requires: libbd_mdraid%{somajor} = %{version} Requires: libbd_utils-devel >= %{version} -Requires: glib2-devel Provides: libblockdev-mdraid-devel = %{version} %description -n libbd_mdraid-devel This package contains header files and pkg-config files needed for development with the libbd_mdraid plugin/library. - %package -n libbd_mpath%{somajor} Summary: The multipath plugin for the LibBlockDev library Group: System/Libraries @@ -355,22 +341,21 @@ %package -n libbd_mpath-devel Summary: Development files for the libblockdev-mpath plugin/library Group: Development/Libraries/C and C++ +Requires: glib2-devel Requires: libbd_mpath%{somajor} = %{version} Requires: libbd_utils-devel >= %{version} -Requires: glib2-devel Provides: libblockdev-mpath-devel = %{version} %description -n libbd_mpath-devel This package contains header files and pkg-config files needed for development with the libbd_mpath plugin/library. - %package -n libbd_part%{somajor} Summary: The partitioning plugin for the LibBlockDev library Group: System/Libraries +Requires: gptfdisk Requires: libbd_utils%{somajor} >= %{version} Requires: multipath-tools -Requires: gptfdisk Requires: util-linux Provides: libblockdev-part = %{version} @@ -381,16 +366,15 @@ %package -n libbd_part-devel Summary: Development files for the libblockdev-part plugin/library Group: Development/Libraries/C and C++ +Requires: glib2-devel Requires: libbd_part%{somajor} = %{version} Requires: libbd_utils-devel >= %{version} -Requires: glib2-devel Provides: libblockdev-part-devel = %{version} %description -n libbd_part-devel This package contains header files and pkg-config files needed for development with the libbd_part plugin/library. - %package -n libbd_swap%{somajor} Summary: The swap plugin for the LibBlockDev library Group: System/Libraries @@ -405,16 +389,15 @@ %package -n libbd_swap-devel Summary: Development files for the libblockdev-swap plugin/library Group: Development/Libraries/C and C++ +Requires: glib2-devel Requires: libbd_swap%{somajor} = %{version} Requires: libbd_utils-devel >= %{version} -Requires: glib2-devel Provides: libblockdev-swap-devel = %{version} %description -n libbd_swap-devel This package contains header files and pkg-config files needed for development with the libbd_swap plugin/library. - %package -n libbd_utils%{somajor} Summary: Utility functions library for the LibBlockDev library Group: System/Libraries @@ -426,8 +409,8 @@ %package -n libbd_utils-devel Summary: Development files for libbd_utils Group: Development/Libraries/C and C++ -Requires: libbd_utils%{somajor} >= %{version} Requires: glib2-devel +Requires: libbd_utils%{somajor} >= %{version} %description -n libbd_utils-devel This package contains header files and pkg-config files needed for development @@ -453,17 +436,15 @@ --with-mdraid \ --with-mpath \ --with-part \ - --with-swap + --with-swap \ + --without-escrow \ + --without-nvdimm %make_build %install %make_install find %{buildroot} -name "*.la" -print -type f -delete -%if !%{with python2} -rm -rf %{buildroot}/gi/overrides/ -%endif - %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig ++++++ libblockdev-2.16.tar.gz -> libblockdev-2.17.tar.gz ++++++ ++++ 33244 lines of diff (skipped) ++++++ libblockdev-fix-libkmod-include.patch ++++++ --- /var/tmp/diff_new_pack.uvd23f/_old 2018-05-08 13:32:12.172675922 +0200 +++ /var/tmp/diff_new_pack.uvd23f/_new 2018-05-08 13:32:12.172675922 +0200 @@ -10,4 +10,5 @@ #include <string.h> #include <syslog.h> #include <glob.h> --- \ No newline at end of file + +--
