Accepting request 674702 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/674702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libblockdev?expand=0&rev=7
This commit is contained in:
commit
4be1f075f8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 13 17:52:44 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Explain VDO. Fix grammar mishaps.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 22:51:52 UTC 2019 - bjorn.lie@gmail.com
|
Thu Jan 24 22:51:52 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -57,9 +57,9 @@ Requires: %{libname} >= %{version}
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
The LibBlockDev is a C library with GObject introspection support that can be
|
The LibBlockDev is a C library with GObject introspection support that can be
|
||||||
used for doing low-level operations with block devices like setting up LVM,
|
used for doing low-level operations with block devices, like setting up LVM,
|
||||||
BTRFS, LUKS or MD RAID. The library uses plugins (LVM, BTRFS,...) and serves as
|
BTRFS, LUKS or MD RAID. The library uses plugins (LVM, BTRFS,...) and serves as
|
||||||
a thin wrapper around its plugins' functionality. All the plugins, however, can
|
a wrapper around its plugins' functionality. All the plugins, however, can
|
||||||
be used as standalone libraries. One of the core principles of LibBlockDev is
|
be used as standalone libraries. One of the core principles of LibBlockDev is
|
||||||
that it is stateless from the storage configuration's perspective (e.g. it has
|
that it is stateless from the storage configuration's perspective (e.g. it has
|
||||||
no information about VGs when creating an LV).
|
no information about VGs when creating an LV).
|
||||||
@ -72,7 +72,7 @@ Group: System/Libraries
|
|||||||
The LibBlockDev is a C library with GObject introspection support that can be
|
The LibBlockDev is a C library with GObject introspection support that can be
|
||||||
used for doing low-level operations with block devices like setting up LVM,
|
used for doing low-level operations with block devices like setting up LVM,
|
||||||
BTRFS, LUKS or MD RAID. The library uses plugins (LVM, BTRFS,...) and serves as
|
BTRFS, LUKS or MD RAID. The library uses plugins (LVM, BTRFS,...) and serves as
|
||||||
a thin wrapper around its plugins' functionality. All the plugins, however, can
|
a wrapper around its plugins' functionality. All the plugins, however, can
|
||||||
be used as standalone libraries. One of the core principles of LibBlockDev is
|
be used as standalone libraries. One of the core principles of LibBlockDev is
|
||||||
that it is stateless from the storage configuration's perspective (e.g. it has
|
that it is stateless from the storage configuration's perspective (e.g. it has
|
||||||
no information about VGs when creating an LV).
|
no information about VGs when creating an LV).
|
||||||
@ -122,8 +122,8 @@ Requires: libbd_utils%{somajor} >= %{version}
|
|||||||
Provides: libblockdev-btrfs = %{version}
|
Provides: libblockdev-btrfs = %{version}
|
||||||
|
|
||||||
%description -n libbd_btrfs%{somajor}
|
%description -n libbd_btrfs%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the BTRFS-related functionality.
|
provides BTRFS-related functionality.
|
||||||
|
|
||||||
%package -n libbd_btrfs-devel
|
%package -n libbd_btrfs-devel
|
||||||
Summary: Development files for the libbd_btrfs plugin/library
|
Summary: Development files for the libbd_btrfs plugin/library
|
||||||
@ -143,8 +143,8 @@ Group: System/Libraries
|
|||||||
Provides: libblockdev-crypto = %{version}
|
Provides: libblockdev-crypto = %{version}
|
||||||
|
|
||||||
%description -n libbd_crypto%{somajor}
|
%description -n libbd_crypto%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the functionality related to encrypted devices (LUKS).
|
provides functionality related to LUKS-style encrypted devices.
|
||||||
|
|
||||||
%package -n libbd_crypto-devel
|
%package -n libbd_crypto-devel
|
||||||
Summary: Development files for the libbd_crypto plugin/library
|
Summary: Development files for the libbd_crypto plugin/library
|
||||||
@ -166,8 +166,8 @@ Requires: libbd_utils%{somajor} >= %{version}
|
|||||||
Provides: libblockdev-dm = %{version}
|
Provides: libblockdev-dm = %{version}
|
||||||
|
|
||||||
%description -n libbd_dm%{somajor}
|
%description -n libbd_dm%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the functionality related to Device Mapper.
|
provides functionality related to Device Mapper.
|
||||||
|
|
||||||
%package -n libbd_dm-devel
|
%package -n libbd_dm-devel
|
||||||
Summary: Development files for the libbd_dm plugin/library
|
Summary: Development files for the libbd_dm plugin/library
|
||||||
@ -192,8 +192,8 @@ Requires: libbd_utils%{somajor} >= %{version}
|
|||||||
Provides: libblockdev-fs = %{version}
|
Provides: libblockdev-fs = %{version}
|
||||||
|
|
||||||
%description -n libbd_fs%{somajor}
|
%description -n libbd_fs%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the functionality related to operations with file systems.
|
provides functionality related to operations with file systems.
|
||||||
|
|
||||||
%package -n libbd_fs-devel
|
%package -n libbd_fs-devel
|
||||||
Summary: Development files for the libbd_fs plugin/library
|
Summary: Development files for the libbd_fs plugin/library
|
||||||
@ -217,9 +217,9 @@ Requires: libbd_utils%{somajor} >= %{version}
|
|||||||
Provides: libblockdev-kbd = %{version}
|
Provides: libblockdev-kbd = %{version}
|
||||||
|
|
||||||
%description -n libbd_kbd%{somajor}
|
%description -n libbd_kbd%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the functionality related to kernel block devices (namely zRAM and
|
provides functionality related to kernel block devices, namely zRAM and
|
||||||
Bcache).
|
Bcache.
|
||||||
|
|
||||||
%package -n libbd_kbd-devel
|
%package -n libbd_kbd-devel
|
||||||
Summary: Development files for the libbd_kbd plugin/library
|
Summary: Development files for the libbd_kbd plugin/library
|
||||||
@ -240,8 +240,8 @@ Requires: libbd_utils%{somajor} >= %{version}
|
|||||||
Provides: libblockdev-loop = %{version}
|
Provides: libblockdev-loop = %{version}
|
||||||
|
|
||||||
%description -n libbd_loop%{somajor}
|
%description -n libbd_loop%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the functionality related to loop devices.
|
provides functionality related to loop devices.
|
||||||
|
|
||||||
%package -n libbd_loop-devel
|
%package -n libbd_loop-devel
|
||||||
Summary: Development files for the libblockdev-loop plugin/library
|
Summary: Development files for the libblockdev-loop plugin/library
|
||||||
@ -265,8 +265,8 @@ Requires: thin-provisioning-tools
|
|||||||
Provides: libblockdev-lvm = %{version}
|
Provides: libblockdev-lvm = %{version}
|
||||||
|
|
||||||
%description -n libbd_lvm%{somajor}
|
%description -n libbd_lvm%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the LVM-related functionality.
|
provides LVM-related functionality.
|
||||||
|
|
||||||
%package -n libbd_lvm-devel
|
%package -n libbd_lvm-devel
|
||||||
Summary: Development files for the libblockdev-lvm plugin/library
|
Summary: Development files for the libblockdev-lvm plugin/library
|
||||||
@ -290,8 +290,8 @@ Requires: thin-provisioning-tools
|
|||||||
Provides: libblockdev-lvm-dbus = %{version}
|
Provides: libblockdev-lvm-dbus = %{version}
|
||||||
|
|
||||||
%description -n libbd_lvm-dbus%{somajor}
|
%description -n libbd_lvm-dbus%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the LVM-related functionality utilizing the LVM DBus API.
|
provides LVM-related functionality utilizing the LVM DBus API.
|
||||||
|
|
||||||
%package -n libbd_lvm-dbus-devel
|
%package -n libbd_lvm-dbus-devel
|
||||||
Summary: Development files for the libblockdev-lvm-dbus plugin/library
|
Summary: Development files for the libblockdev-lvm-dbus plugin/library
|
||||||
@ -314,8 +314,8 @@ Requires: mdadm
|
|||||||
Provides: libblockdev-mdraid = %{version}
|
Provides: libblockdev-mdraid = %{version}
|
||||||
|
|
||||||
%description -n libbd_mdraid%{somajor}
|
%description -n libbd_mdraid%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the functionality related to MD RAID.
|
provides functionality related to MD RAID.
|
||||||
|
|
||||||
%package -n libbd_mdraid-devel
|
%package -n libbd_mdraid-devel
|
||||||
Summary: Development files for the libblockdev-mdraid plugin/library
|
Summary: Development files for the libblockdev-mdraid plugin/library
|
||||||
@ -337,8 +337,8 @@ Requires: multipath-tools
|
|||||||
Provides: libblockdev-mpath = %{version}
|
Provides: libblockdev-mpath = %{version}
|
||||||
|
|
||||||
%description -n libbd_mpath%{somajor}
|
%description -n libbd_mpath%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the functionality related to multipath devices.
|
provides functionality related to multipath devices.
|
||||||
|
|
||||||
%package -n libbd_mpath-devel
|
%package -n libbd_mpath-devel
|
||||||
Summary: Development files for the libblockdev-mpath plugin/library
|
Summary: Development files for the libblockdev-mpath plugin/library
|
||||||
@ -362,8 +362,8 @@ Requires: util-linux
|
|||||||
Provides: libblockdev-part = %{version}
|
Provides: libblockdev-part = %{version}
|
||||||
|
|
||||||
%description -n libbd_part%{somajor}
|
%description -n libbd_part%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the functionality related to partitioning.
|
provides functionality related to partitioning.
|
||||||
|
|
||||||
%package -n libbd_part-devel
|
%package -n libbd_part-devel
|
||||||
Summary: Development files for the libblockdev-part plugin/library
|
Summary: Development files for the libblockdev-part plugin/library
|
||||||
@ -385,8 +385,8 @@ Requires: util-linux
|
|||||||
Provides: libblockdev-swap = %{version}
|
Provides: libblockdev-swap = %{version}
|
||||||
|
|
||||||
%description -n libbd_swap%{somajor}
|
%description -n libbd_swap%{somajor}
|
||||||
The LibBlockDev library plugin (and in the same time a standalone library)
|
This LibBlockDev library plugin (and, at the same time, a standalone library)
|
||||||
providing the functionality related to swap devices.
|
provides functionality related to swap devices.
|
||||||
|
|
||||||
%package -n libbd_swap-devel
|
%package -n libbd_swap-devel
|
||||||
Summary: Development files for the libblockdev-swap plugin/library
|
Summary: Development files for the libblockdev-swap plugin/library
|
||||||
@ -405,7 +405,7 @@ Summary: Utility functions library for the LibBlockDev library
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libbd_utils%{somajor}
|
%description -n libbd_utils%{somajor}
|
||||||
The libbd_utils is a library providing utility functions used by the
|
libbd_utils is a library providing utility functions used by the
|
||||||
LibBlockDev library and its plugins.
|
LibBlockDev library and its plugins.
|
||||||
|
|
||||||
%package -n libbd_utils-devel
|
%package -n libbd_utils-devel
|
||||||
@ -419,14 +419,16 @@ This package contains header files and pkg-config files needed for development
|
|||||||
with the libbd_utils library.
|
with the libbd_utils library.
|
||||||
|
|
||||||
%package -n libbd_vdo%{somajor}
|
%package -n libbd_vdo%{somajor}
|
||||||
Summary: The vdo plugin for the LibBlockDev library
|
Summary: The VDO plugin for the LibBlockDev library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libbd_utils%{somajor} >= %{version}
|
Requires: libbd_utils%{somajor} >= %{version}
|
||||||
Provides: libblockdev-vdo = %{version}
|
Provides: libblockdev-vdo = %{version}
|
||||||
|
|
||||||
%description -n libbd_vdo%{somajor}
|
%description -n libbd_vdo%{somajor}
|
||||||
The vdo library plugin (and in the same time a standalone library)
|
The VDO library plugin (and, at the same time, a standalone library)
|
||||||
providing the functionality related to vdo filesystems.
|
provides functionality related to the Virtual Data Optimizer,
|
||||||
|
a software for creating compressed and deduplicated pools of
|
||||||
|
block storage.
|
||||||
|
|
||||||
%package -n libbd_vdo-devel
|
%package -n libbd_vdo-devel
|
||||||
Summary: Development files for the libblockdev-vdo plugin/library
|
Summary: Development files for the libblockdev-vdo plugin/library
|
||||||
|
Loading…
Reference in New Issue
Block a user