New version 2.23
- Fix how we get process exit code from g_spawn_sync (vtrefny) - Skip tests for old-style LVM snapshots on recent Fedora (vtrefny) - Fix skipping NTFS read-only test case on systems without NTFS (vtrefny) - Fix LVM_MAX_LV_SIZE in the GIR file (vtrefny) - Print skipped test "results" to stderr instead of stdout (vtrefny) - Move the NTFS read-only device test to a separate test case (vtrefny) - Fix parsing distro version from CPE name (vtrefny) - Use 'kmod_module_probe_insert_module' function for loading modules (vtrefny) - Hide filesystem-specific is_tech_available functions (vtrefny) - Mark LVM global config locks as static (vtrefny) - Remove unused 'get_PLUGIN_num_functions' and 'get_PLUGIN_functions' functions (vtrefny) - Mark 'private' plugin management functions as static (vtrefny) - Ignore coverity deadcode warning in 'bd_fs_is_tech_avail' (vtrefny) - Ignore coverity deadcode warnings in the generated code (vtrefny) - Use the new config file for skipping tests (vtrefny) - Skip bcache tests if make-bcache is not installed (vtrefny) - Add ability to read tests to skip from a config file (vtrefny) - Mark 'test_set_bitmap_location' as unstable (vtrefny) - Force LVM cli plugin in lvm_test (vtrefny) - Add a special test tag for library tests that recompile plugins (vtrefny) - Allow running tests against installed libblockdev (vtrefny) - Remove duplicate test case (vtrefny) - Use the new test tags in tests (vtrefny) - Use test tags for skipping tests (vtrefny) - Add a decorator for "tagging" tests (vtrefny) - Add function for (un)freezing filesystems (vtrefny) - Add a function to check whether a path is a mounpoint or not (vtrefny) - Skip bcache tests on all Debian versions (vtrefny)
This commit is contained in:
parent
076b3f6731
commit
cb18f66c30
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
||||
/libblockdev-2.20.tar.gz
|
||||
/libblockdev-2.21.tar.gz
|
||||
/libblockdev-2.22.tar.gz
|
||||
/libblockdev-2.23.tar.gz
|
||||
|
@ -124,8 +124,8 @@
|
||||
%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} %{?tools_copts} %{?gi_copts}
|
||||
|
||||
Name: libblockdev
|
||||
Version: 2.22
|
||||
Release: 3%{?dist}
|
||||
Version: 2.23
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/storaged-project/libblockdev
|
||||
@ -983,6 +983,36 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%files plugins-all
|
||||
|
||||
%changelog
|
||||
* Mon Sep 09 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.23-1
|
||||
- Fix how we get process exit code from g_spawn_sync (vtrefny)
|
||||
- Skip tests for old-style LVM snapshots on recent Fedora (vtrefny)
|
||||
- Fix skipping NTFS read-only test case on systems without NTFS (vtrefny)
|
||||
- Fix LVM_MAX_LV_SIZE in the GIR file (vtrefny)
|
||||
- Print skipped test "results" to stderr instead of stdout (vtrefny)
|
||||
- Move the NTFS read-only device test to a separate test case (vtrefny)
|
||||
- Fix parsing distro version from CPE name (vtrefny)
|
||||
- Use 'kmod_module_probe_insert_module' function for loading modules (vtrefny)
|
||||
- Hide filesystem-specific is_tech_available functions (vtrefny)
|
||||
- Mark LVM global config locks as static (vtrefny)
|
||||
- Remove unused 'get_PLUGIN_num_functions' and 'get_PLUGIN_functions' functions (vtrefny)
|
||||
- Mark 'private' plugin management functions as static (vtrefny)
|
||||
- Ignore coverity deadcode warning in 'bd_fs_is_tech_avail' (vtrefny)
|
||||
- Ignore coverity deadcode warnings in the generated code (vtrefny)
|
||||
- Use the new config file for skipping tests (vtrefny)
|
||||
- Skip bcache tests if make-bcache is not installed (vtrefny)
|
||||
- Add ability to read tests to skip from a config file (vtrefny)
|
||||
- Mark 'test_set_bitmap_location' as unstable (vtrefny)
|
||||
- Force LVM cli plugin in lvm_test (vtrefny)
|
||||
- Add a special test tag for library tests that recompile plugins (vtrefny)
|
||||
- Allow running tests against installed libblockdev (vtrefny)
|
||||
- Remove duplicate test case (vtrefny)
|
||||
- Use the new test tags in tests (vtrefny)
|
||||
- Use test tags for skipping tests (vtrefny)
|
||||
- Add a decorator for "tagging" tests (vtrefny)
|
||||
- Add function for (un)freezing filesystems (vtrefny)
|
||||
- Add a function to check whether a path is a mounpoint or not (vtrefny)
|
||||
- Skip bcache tests on all Debian versions (vtrefny)
|
||||
|
||||
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 2.22-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libblockdev-2.22.tar.gz) = 69bbd5afbd8abb0e22ef72d80375e32db653f21cf3063cf69fff71ad069ee0e6119adf6918a63e7ba9ec4ca02ffe3337be3edeeafdd3e73e4e53d85e90bf2f45
|
||||
SHA512 (libblockdev-2.23.tar.gz) = ecc4d5a3cb977fbbe176bf6872b6754833d2869e927c32f8466685916ee4550cf806e0b0c8f5e8e76de3839ae591a4eec502ff974c2f0678af6cfd46dd3016f3
|
||||
|
Loading…
Reference in New Issue
Block a user