New version 3.0.3
This commit is contained in:
parent
e6cc4e45e8
commit
1cb5935350
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@
|
|||||||
/libblockdev-3.0.tar.gz
|
/libblockdev-3.0.tar.gz
|
||||||
/libblockdev-3.0.1.tar.gz
|
/libblockdev-3.0.1.tar.gz
|
||||||
/libblockdev-3.0.2.tar.gz
|
/libblockdev-3.0.2.tar.gz
|
||||||
|
/libblockdev-3.0.3.tar.gz
|
||||||
|
@ -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}
|
%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
|
Name: libblockdev
|
||||||
Version: 3.0.2
|
Version: 3.0.3
|
||||||
Release: 1%{?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: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -845,6 +845,17 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
%files plugins-all
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 31 2023 Vojtech Trefny <vtrefny@redhat.com> - 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 <vtrefny@redhat.com> - 3.0.2-1
|
* Thu Jul 20 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.0.2-1
|
||||||
- fs: Avoid excess logging in extract_e2fsck_progress (vtrefny)
|
- fs: Avoid excess logging in extract_e2fsck_progress (vtrefny)
|
||||||
- loop: Report BD_LOOP_ERROR_DEVICE on empty loop devices (tbzatek)
|
- loop: Report BD_LOOP_ERROR_DEVICE on empty loop devices (tbzatek)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libblockdev-3.0.2.tar.gz) = 5285aaa4a8e66aacc70461b2c0b0ffe57121ee6136bfa7c46c3ebbd1da517278f8760207f983d69707096c8293e6f7a1d59caf03e742c3d8009ceed25b8c3e89
|
SHA512 (libblockdev-3.0.3.tar.gz) = f2cc6fbe1df6fd9886016177a4a94984d704f3b402c7090344c581afb89f7cb050c9516c52974157a99ea6c6239f6a1f6079cde0b43a2336af0daca7311ca788
|
||||||
|
Loading…
Reference in New Issue
Block a user