|
107 | 107 | %define configure_opts %{?python2_copts} %{?python3_copts} %{?bcache_copts} %{?lvm_dbus_copts} %{?btrfs_copts} %{?crypto_copts} %{?dm_copts} %{?loop_copts} %{?lvm_copts} %{?lvm_dbus_copts} %{?mdraid_copts} %{?mpath_copts} %{?swap_copts} %{?kbd_copts} %{?part_copts} %{?fs_copts} %{?nvdimm_copts} %{vdo_copts} %{?gi_copts} |
108 | 108 |
|
109 | 109 | Name: libblockdev |
110 | | -Version: 2.17 |
| 110 | +Version: 2.18 |
111 | 111 | Release: 1%{?dist} |
112 | 112 | Summary: A library for low-level manipulation with block devices |
113 | 113 | License: LGPLv2+ |
@@ -931,6 +931,30 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} |
931 | 931 | %files plugins-all |
932 | 932 |
|
933 | 933 | %changelog |
| 934 | +* Wed Jun 20 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.18-1 |
| 935 | +- Add VDO to features.rst (vtrefny) |
| 936 | +- Remove roadmap.rst (vtrefny) |
| 937 | +- vdo: Add tests for bd_vdo_grow_physical() (tbzatek) |
| 938 | +- Do not try to build VDO plugin on Fedora (vtrefny) |
| 939 | +- Introduce reporting function per thread (kailueke) |
| 940 | +- vdo: Implement bd_vdo_grow_physical() (tbzatek) |
| 941 | +- Correct arguments for ext4 repair with progress (kailueke) |
| 942 | +- Clarify that checking an RW-mounted XFS file system is impossible (v.podzimek) |
| 943 | +- vdo: Resolve real device file path (tbzatek) |
| 944 | +- Adjust to new NVDIMM namespace modes (vtrefny) |
| 945 | +- Use xfs_repair instead of xfs_db in bd_fs_xfs_check() (v.podzimek) |
| 946 | +- Allow compiling libblockdev without libdmraid (vtrefny) |
| 947 | +- Only require plugins we really need in LVM dbus tests (vtrefny) |
| 948 | +- Add tests for VDO plugin (vtrefny) |
| 949 | +- Add decimal units definition to utils/sizes.h (vtrefny) |
| 950 | +- Add basic VDO plugin functionality (vtrefny) |
| 951 | +- Add the VDO plugin (vtrefny) |
| 952 | +- Always check for error when (un)mounting (vtrefny) |
| 953 | +- Fix off-by-one error when counting TCRYPT keyfiles (segfault) |
| 954 | +- Add 'bd_dm_is_tech_avail' to header file (vtrefny) |
| 955 | +- Fix release number in NEWS.rst (vtrefny) |
| 956 | +- Update specs.rst and features.rst (vtrefny) |
| 957 | + |
934 | 958 | * Tue Apr 24 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.17-1 |
935 | 959 | - Redirect cryptsetup log to libblockdev log (vtrefny) |
936 | 960 | - Add a generic logging function for libblockdev (vtrefny) |
|
0 commit comments