New version 3.0.2
This commit is contained in:
parent
65a6131a16
commit
e6cc4e45e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
||||
/libblockdev-2.28.tar.gz
|
||||
/libblockdev-3.0.tar.gz
|
||||
/libblockdev-3.0.1.tar.gz
|
||||
/libblockdev-3.0.2.tar.gz
|
||||
|
@ -77,8 +77,8 @@
|
||||
%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.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/storaged-project/libblockdev
|
||||
@ -845,6 +845,18 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%files plugins-all
|
||||
|
||||
%changelog
|
||||
* Thu Jul 20 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.0.2-1
|
||||
- fs: Avoid excess logging in extract_e2fsck_progress (vtrefny)
|
||||
- loop: Report BD_LOOP_ERROR_DEVICE on empty loop devices (tbzatek)
|
||||
- lib: Silence the missing DEFAULT_CONF_DIR_PATH (tbzatek)
|
||||
- fs: Document that generic functions can mount filesystems (vtrefny)
|
||||
- fs: Use read-only mount where possible for generic FS functions (vtrefny)
|
||||
- docs: Fix test quotation (marecki)
|
||||
- fs: Fix unused error in extract_e2fsck_progress (vtrefny)
|
||||
- Use ntfsinfo instead of ntfscluster for faster bd_fs_ntfs_get_info (amubtdx)
|
||||
- Restrict list of exported symbols via -export-symbols-regex (biebl)
|
||||
- Fix formatting in NEWS.rst (vtrefny)
|
||||
|
||||
* Tue Jul 04 2023 Python Maint <python-maint@redhat.com> - 3.0.1-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libblockdev-3.0.1.tar.gz) = b45e2f26691fe4016c8a161e1300f1edfca7a810e7535dd1eb787ad88a0d3110f75e0da289027eaed16bad275bfbb709b29b946e5fc3750a56e86c6453aa3a6d
|
||||
SHA512 (libblockdev-3.0.2.tar.gz) = 5285aaa4a8e66aacc70461b2c0b0ffe57121ee6136bfa7c46c3ebbd1da517278f8760207f983d69707096c8293e6f7a1d59caf03e742c3d8009ceed25b8c3e89
|
||||
|
Loading…
Reference in New Issue
Block a user