Accepting request 864582 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 2.25: * exec: Fix polling for stdout and stderr * exec: Use non-blocking read and process the buffer manually * exec: Clarify the BDUtilsProgExtract callback documentation * tests: Add bufferbloat exec tests * tests: Add null-byte exec tests * lvm: Fix bd_lvm_vdopooldata_* symbols * exec: Fix setting locale for util calls * fs: Do not report error when errors were fixed by e2fsck * README: Use CI status image for 2.x-branch on 2.x * fs: Fix compile error in ext_repair caused by cherry pick from master * Mark all GIR file constants as guint64 * lvm: Set thin metadata limits to match limits LVM uses in lvcreate * lvm: Do not use thin_metadata_size to recommend thin metadata size * lvm: Use the UNUSED macro instead of __attribute__((unused)) * Fix max size limit for LVM thinpool metadata * loop: Retry LOOP_SET_STATUS64 on EAGAIN OBS-URL: https://build.opensuse.org/request/show/864582 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libblockdev?expand=0&rev=33
This commit is contained in:
parent
299a9af110
commit
6d5248a139
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc207c70dbef52c818a8abbcb6b8e298a6b63c0b78a5e1f2773b5f7b89300773
|
|
||||||
size 905838
|
|
3
libblockdev-2.25.tar.gz
Normal file
3
libblockdev-2.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:555aa42a2db39649ad83253bdc902ab5bd63d39c123e0c8055c4de7fe7571668
|
||||||
|
size 930238
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 20 08:14:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.25:
|
||||||
|
* exec: Fix polling for stdout and stderr
|
||||||
|
* exec: Use non-blocking read and process the buffer manually
|
||||||
|
* exec: Clarify the BDUtilsProgExtract callback documentation
|
||||||
|
* tests: Add bufferbloat exec tests
|
||||||
|
* tests: Add null-byte exec tests
|
||||||
|
* lvm: Fix bd_lvm_vdopooldata_* symbols
|
||||||
|
* exec: Fix setting locale for util calls
|
||||||
|
* fs: Do not report error when errors were fixed by e2fsck
|
||||||
|
* README: Use CI status image for 2.x-branch on 2.x
|
||||||
|
* fs: Fix compile error in ext_repair caused by cherry pick from master
|
||||||
|
* Mark all GIR file constants as guint64
|
||||||
|
* lvm: Set thin metadata limits to match limits LVM uses in lvcreate
|
||||||
|
* lvm: Do not use thin_metadata_size to recommend thin metadata size
|
||||||
|
* lvm: Use the UNUSED macro instead of __attribute__((unused))
|
||||||
|
* Fix max size limit for LVM thinpool metadata
|
||||||
|
* loop: Retry LOOP_SET_STATUS64 on EAGAIN
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 20 22:11:53 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Thu Aug 20 22:11:53 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libblockdev
|
# spec file for package libblockdev
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,7 @@
|
|||||||
%bcond_with python2
|
%bcond_with python2
|
||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 2.24
|
Version: 2.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for low-level manipulation with block devices
|
Summary: A library for low-level manipulation with block devices
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
|
Loading…
Reference in New Issue
Block a user