Skip to content

Commit f5ed6a1

Browse files
committed
New version - 3.3.0
1 parent b0df2d8 commit f5ed6a1

File tree

3 files changed

+74
-2
lines changed

3 files changed

+74
-2
lines changed

NEWS.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
Libblockdev 3.3.0
2+
------------------
3+
4+
New minor release of the libblockdev library with multiple fixes. See below
5+
for details.
6+
7+
**Full list of changes**
8+
9+
Nikola Forró (1):
10+
11+
- packit: Fix replacement of placeholders in post-upstream-clone
12+
13+
Tomas Bzatek (4):
14+
15+
- tests: Add KINGSTON SA400S37240G SSD skdump
16+
17+
Vojtech Trefny (26):
18+
19+
- tests: Enable LVM VDO tests on Debian
20+
- Skip tests for plugins disabled during compile time
21+
- fs: Add filesystem size limits to BDFSFeatures
22+
- Makefile: Fix generating RPM log during bumpver
23+
- New version - 3.2.1
24+
- tests: Add a simple test case for bd_crypto_device_seems_encrypted
25+
- lvm-dbus: Add support for repairing RAID LVs
26+
- tests: Skip lvm_dbus_tests.LvmTestPartialLVs for now
27+
- tests: Skip escrow tests in FIPS mode
28+
- misc: Separate Ansible tasks into a different file
29+
- misc: Add build and test dependecies for CentOS
30+
- ci: Manually download blivet playbooks for revdeps tests
31+
- ci: Remove amazon-ec2-utils if installed
32+
- ci: Manually download udisks playbooks for revdeps tests
33+
- misc: Do not use "with_items" when installing packages
34+
- lvm: Add support for reading lvm.conf
35+
- lvm: Require higher version of LVM for lvm.conf parsing
36+
- lvm: Fix check for BD_LVM_TECH_CONFIG availability in CLI plugin
37+
38+
139
Libblockdev 3.2.1
240
------------------
341

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# configure.ac for libblockdev
22

3-
AC_INIT([libblockdev], [3.2.1], [], [], [https://github.com/storaged-project/libblockdev])
3+
AC_INIT([libblockdev], [3.3.0], [], [], [https://github.com/storaged-project/libblockdev])
44

55
# Disable building static libraries.
66
# This needs to be set before initializing automake

dist/libblockdev.spec.in

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
%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}
8686

8787
Name: libblockdev
88-
Version: 3.2.1
88+
Version: 3.3.0
8989
Release: 1%{?dist}
9090
Summary: A library for low-level manipulation with block devices
9191
License: LGPL-2.1-or-later
@@ -958,6 +958,40 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
958958
%files plugins-all
959959

960960
%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+
961995
* Thu Nov 07 2024 Vojtech Trefny <[email protected]> - 3.2.1-1
962996
- Makefile: Fix generating RPM log during bumpver (vtrefny)
963997
- nvme: Avoid element-type g-i annotations (tbzatek)

0 commit comments

Comments
 (0)