-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1b3f9c
commit 3837893
Showing
3 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ | |
%define configure_opts %{?python3_copts} %{?lvm_dbus_copts} %{?btrfs_copts} %{?crypto_copts} %{?dm_copts} %{?loop_copts} %{?lvm_copts} %{?lvm_dbus_copts} %{?mdraid_copts} %{?mpath_copts} %{?swap_copts} %{?part_copts} %{?fs_copts} %{?nvdimm_copts} %{?tools_copts} %{?gi_copts} %{?nvme_copts} | ||
|
||
Name: libblockdev | ||
Version: 3.0.2 | ||
Version: 3.0.3 | ||
Release: 1%{?dist} | ||
Summary: A library for low-level manipulation with block devices | ||
License: LGPL-2.1-or-later | ||
|
@@ -845,6 +845,17 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} | |
%files plugins-all | ||
|
||
%changelog | ||
* Thu Aug 31 2023 Vojtech Trefny <[email protected]> - 3.0.3-1 | ||
- crypto: Correctly convert passphrases from Python to C (vtrefny) | ||
- tests: Minor NVMe HostNQN fixes (tbzatek) | ||
- nvme: Generate HostID when missing (tbzatek) | ||
- Always use "--fs ignore" with lvresize (mvollmer) | ||
- nvme: Use interim buffer for nvme_get_log_sanitize() (tbzatek) | ||
- fs: Fix memory leak (vtrefny) | ||
- fs: Fix leaking directories with temporary mounts (vtrefny) | ||
- tests: Specificy required versions when importing GLib and BlockDev introspection (biebl) | ||
- tests: Replace deprecated unittest assert calls (vtrefny) | ||
|
||
* Thu Jul 20 2023 Vojtech Trefny <[email protected]> - 3.0.2-1 | ||
- fs: Avoid excess logging in extract_e2fsck_progress (vtrefny) | ||
- loop: Report BD_LOOP_ERROR_DEVICE on empty loop devices (tbzatek) | ||
|