New version
- Add tests for progress report (jtulak) - Add e2fsck progress (jtulak) - Add progress reporting infrastructure for Ext fsck (jtulak) - Add a function to test if prog. reporting was initialized (jtulak) - Add support for LUKS 2 opening and key management (vtrefny) - Fix few more links for project and documentation website (vtrefny) - Sync the spec file with downstream (vpodzime) - Check if 'journalctl' is available before trying to use it in tests (vtrefny) - Update 'Testing libblockdev' section in documentation (vtrefny) - Fix link to online documentation (vtrefny) - Fix how the new kernel module functions are added to docs (vpodzime)
This commit is contained in:
parent
e3be4803b5
commit
7748ef9b62
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
|||||||
/libblockdev-2.13.tar.gz
|
/libblockdev-2.13.tar.gz
|
||||||
/libblockdev-2.14.tar.gz
|
/libblockdev-2.14.tar.gz
|
||||||
/libblockdev-2.15.tar.gz
|
/libblockdev-2.15.tar.gz
|
||||||
|
/libblockdev-2.16.tar.gz
|
||||||
|
@ -66,8 +66,8 @@
|
|||||||
%define configure_opts %{?distro_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} %{?gi_copts}
|
%define configure_opts %{?distro_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} %{?gi_copts}
|
||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 2.15
|
Version: 2.16
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for low-level manipulation with block devices
|
Summary: A library for low-level manipulation with block devices
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/storaged-project/libblockdev
|
URL: https://github.com/storaged-project/libblockdev
|
||||||
@ -785,6 +785,19 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
%files plugins-all
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 08 2018 Vojtech Trefny <vtrefny@redhat.com> - 2.16-1
|
||||||
|
- Add tests for progress report (jtulak)
|
||||||
|
- Add e2fsck progress (jtulak)
|
||||||
|
- Add progress reporting infrastructure for Ext fsck (jtulak)
|
||||||
|
- Add a function to test if prog. reporting was initialized (jtulak)
|
||||||
|
- Add support for LUKS 2 opening and key management (vtrefny)
|
||||||
|
- Fix few more links for project and documentation website (vtrefny)
|
||||||
|
- Sync the spec file with downstream (vpodzime)
|
||||||
|
- Check if 'journalctl' is available before trying to use it in tests (vtrefny)
|
||||||
|
- Update 'Testing libblockdev' section in documentation (vtrefny)
|
||||||
|
- Fix link to online documentation (vtrefny)
|
||||||
|
- Fix how the new kernel module functions are added to docs (vpodzime)
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-4
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libblockdev-2.15.tar.gz) = a5adc82c9979273b4ca272850ebdc71ac97d5c6f8896d5ae07f554e83817bb434ad07d548214c00116e0c1ba368564f2c8b49fbf8897d91347736f5f2583892f
|
SHA512 (libblockdev-2.16.tar.gz) = 5cef2e605c354901041ff7c26162b410ecaa43ef84a5ae3d32e660b901290247185a2666b7f415776c3457936818e650c1a4a4b42645335254e4d896180c6c1b
|
||||||
|
Loading…
Reference in New Issue
Block a user