New version 3.1.0
This commit is contained in:
parent
631e826177
commit
804b21163e
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@
|
||||
/libblockdev-3.0.2.tar.gz
|
||||
/libblockdev-3.0.3.tar.gz
|
||||
/libblockdev-3.0.4.tar.gz
|
||||
/libblockdev-3.1.0.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}
|
||||
|
||||
Name: libblockdev
|
||||
Version: 3.0.4
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPL-2.1-or-later
|
||||
@ -851,6 +851,33 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%files plugins-all
|
||||
|
||||
%changelog
|
||||
* Fri Jan 19 2024 Vojtech Trefny <vtrefny@redhat.com> - 3.1.0-1
|
||||
- tests: Skip some checks for btrfs errors with btrfs-progs 6.6.3 (vtrefny)
|
||||
- Fix missing progress initialization in bd_crypto_luks_add_key (vtrefny)
|
||||
- fs: Report reason for open() and ioctl() failures (tbzatek)
|
||||
- utils: Add expected printf string annotation (tbzatek)
|
||||
- lvm-dbus: Avoid using already-freed memory (tbzatek)
|
||||
- lvm-dbus: Fix leaking error (tbzatek)
|
||||
- python: Add a deepcopy function to our structs (vtrefny)
|
||||
- tests: Remove unreliable nvme attribute checks (tbzatek)
|
||||
- tests: Use BDPluginSpec constructor in LVM DBus plugin tests (vtrefny)
|
||||
- tests: Avoid setting up intermediary loop device for the nvme target (tbzatek)
|
||||
- tests: Default to /tmp for create_sparse_tempfile() (tbzatek)
|
||||
- part: Fix potential double free when getting parttype (vtrefny)
|
||||
- Mark NVDIMM plugin as deprecated since 3.1 (vtrefny)
|
||||
- tests: Remove some obsolete rules to skip tests (vtrefny)
|
||||
- fs: Add support for getting filesystem min size for NTFS and Ext (vtrefny)
|
||||
- fs: Fix allowed UUID for generic mkfs with VFAT (vtrefny)
|
||||
- fs: Add a generic function to check for fs info availability (vtrefny)
|
||||
- fs: Add a function to check label format for F2FS (vtrefny)
|
||||
- swap: Add support for checking label and UUID format (vtrefny)
|
||||
- ci: Remove the custom version command for Packit (vtrefny)
|
||||
- ci: Manually prepare spec file for Packit (vtrefny)
|
||||
- overrides: Remove unused 'sys' import (vtrefny)
|
||||
- Add BDPluginSpec constructor and use it in plugin_specs_from_names (vtrefny)
|
||||
- Sync spec with downstream (vtrefny)
|
||||
- ci: Add an action to compile libblockdev with different compilers (vtrefny)
|
||||
|
||||
* Fri Oct 13 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.0.4-1
|
||||
- tests: Fix "invalid escape sequence '\#'" warning from Python 3.12 (vtrefny)
|
||||
- tests: Fail early when recompilation fails in library_test (vtrefny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libblockdev-3.0.4.tar.gz) = 82b574c1f8e301d6e9ff07f8c3d2a351a5bc966b5d65a3b578c214e03e48b54270b54176d646ac15e8119c79536d08b36415de478ffd34c8b3fe536300fc5172
|
||||
SHA512 (libblockdev-3.1.0.tar.gz) = 1e5f8155ceaf1b1f02607d0e2075bfe3b1a2c8d6845de5c90201e6b7aefde3bab7af8e9abf137763e6e9ca42fefe5218697ea63731b3b4952eb004b01cf3719a
|
||||
|
Loading…
Reference in New Issue
Block a user