|
85 | 85 | %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} %{?smart_copts} %{?smartmontools_copts}
|
86 | 86 |
|
87 | 87 | Name: libblockdev
|
88 |
| -Version: 3.2.1 |
| 88 | +Version: 3.3.0 |
89 | 89 | Release: 1%{?dist}
|
90 | 90 | Summary: A library for low-level manipulation with block devices
|
91 | 91 | License: LGPL-2.1-or-later
|
@@ -958,6 +958,40 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
958 | 958 | %files plugins-all
|
959 | 959 |
|
960 | 960 | %changelog
|
| 961 | +* Thu Feb 13 2025 Vojtech Trefny < [email protected]> - 3.3.0-1 |
| 962 | +- lvm: Fix check for BD_LVM_TECH_CONFIG availability in CLI plugin (vtrefny) |
| 963 | +- lvm: Require higher version of LVM for lvm.conf parsing (vtrefny) |
| 964 | +- lvm: Add support for reading lvm.conf (vtrefny) |
| 965 | +- misc: Do not use "with_items" when installing packages (vtrefny) |
| 966 | +- ci: Manually download udisks playbooks for revdeps tests (vtrefny) |
| 967 | +- ci: Remove amazon-ec2-utils if installed (vtrefny) |
| 968 | +- ci: Manually download blivet playbooks for revdeps tests (vtrefny) |
| 969 | +- misc: Add build and test dependecies for CentOS (vtrefny) |
| 970 | +- misc: Separate Ansible tasks into a different file (vtrefny) |
| 971 | +- tests: Skip escrow tests in FIPS mode (vtrefny) |
| 972 | +- tests: Skip lvm_dbus_tests.LvmTestPartialLVs for now (vtrefny) |
| 973 | +- lvm-dbus: Add support for repairing RAID LVs (vtrefny) |
| 974 | +- packit: Fix replacement of placeholders in post-upstream-clone (nforro) |
| 975 | +- tests: Add a simple test case for bd_crypto_device_seems_encrypted (vtrefny) |
| 976 | +- New version - 3.2.1 (vtrefny) |
| 977 | +- Makefile: Fix generating RPM log during bumpver (vtrefny) |
| 978 | +- nvme: Avoid element-type g-i annotations (tbzatek) |
| 979 | +- fs: Add filesystem size limits to BDFSFeatures (vtrefny) |
| 980 | +- ci: Install 'python3-libdnf5' for TMT test plans (vtrefny) |
| 981 | +- tests: Add KINGSTON SA400S37240G SSD skdump (tbzatek) |
| 982 | +- lvm: Clarify the global config functionallity in libblockdev (vtrefny) |
| 983 | +- Skip tests for plugins disabled during compile time (vtrefny) |
| 984 | +- smart: Clarify ID_ATA_SMART_ACCESS udev property values (tbzatek) |
| 985 | +- smart: Clarify use of ID_ATA_SMART_ACCESS udev property (tbzatek) |
| 986 | +- ci: Do not try to install test dependencies for CodeQL analysis (vtrefny) |
| 987 | +- misc: Fix installing test dependencies on Debian/Ubuntu (vtrefny) |
| 988 | +- tests: Enable LVM VDO tests on Debian (vtrefny) |
| 989 | +- dist: Sync spec with downstream (vtrefny) |
| 990 | +- crypto: check that IOC_OPAL_GET_STATUS is defined (james.hilliard1) |
| 991 | +- packit: Fix generating spec from template (vtrefny) |
| 992 | +- dist: Fix source URL in spec (vtrefny) |
| 993 | +- README: Update supported technologies (vtrefny) |
| 994 | + |
961 | 995 | * Thu Nov 07 2024 Vojtech Trefny < [email protected]> - 3.2.1-1
|
962 | 996 | - Makefile: Fix generating RPM log during bumpver (vtrefny)
|
963 | 997 | - nvme: Avoid element-type g-i annotations (tbzatek)
|
|
0 commit comments