Compare commits
10 Commits
b9bf15de6e
...
efe4f5d60a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efe4f5d60a | ||
|
|
0ed9b17c68 | ||
|
|
9a80653398 | ||
|
|
abf6ea00cb | ||
|
|
8b6b22078b | ||
|
|
40ede64b20 | ||
|
|
2955fb01e0 | ||
|
|
ef27f2724a | ||
|
|
a6ee06d40d | ||
|
|
97c93a5e21 |
@ -1,6 +1,9 @@
|
|||||||
|
# dmraid is deprecated
|
||||||
|
%define configure_opts --without-dmraid
|
||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 2.26
|
Version: 2.26
|
||||||
Release: 1
|
Release: 4
|
||||||
Summary: libblockdev is a C library supporting GObject introspection for manipulation of block devices
|
Summary: libblockdev is a C library supporting GObject introspection for manipulation of block devices
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/storaged-project/libblockdev
|
URL: https://github.com/storaged-project/libblockdev
|
||||||
@ -15,13 +18,12 @@ Patch6: 0006-fs-Fix-return-values-in-bd_fs_ntfs_get_info.patch
|
|||||||
Patch7: 0007-fs-Fix-return-values-in-bd_fs_xfs_get_info.patch
|
Patch7: 0007-fs-Fix-return-values-in-bd_fs_xfs_get_info.patch
|
||||||
Patch8: 0008-dm-Fix-comparing-DM-RAID-member-devices-UUID.patch
|
Patch8: 0008-dm-Fix-comparing-DM-RAID-member-devices-UUID.patch
|
||||||
|
|
||||||
BuildRequires: glib2-devel libyaml-devel libbytesize-devel parted-devel libuuid-devel ndctl-devel device-mapper-devel
|
BuildRequires: make glib2-devel libyaml-devel libbytesize-devel parted-devel libuuid-devel ndctl-devel device-mapper-devel
|
||||||
BuildRequires: device-mapper-devel dmraid-devel systemd-devel nss-devel volume_key-devel >= 0.3.9-7 libblkid-devel libmount-devel
|
BuildRequires: device-mapper-devel systemd-devel nss-devel volume_key-devel >= 0.3.9-7 libblkid-devel libmount-devel
|
||||||
BuildRequires: cryptsetup-devel kmod-devel libxslt glib2-doc gtk-doc python3-devel gobject-introspection-devel
|
BuildRequires: cryptsetup-devel kmod-devel libxslt glib2-doc gtk-doc python3-devel gobject-introspection-devel
|
||||||
BuildRequires: autoconf-archive
|
BuildRequires: autoconf-archive
|
||||||
Requires: btrfs-progs device-mapper dmraid device-mapper-multipath lvm2 mdadm
|
Requires: btrfs-progs device-mapper device-mapper-multipath lvm2 mdadm
|
||||||
Requires: device-mapper-persistent-data lvm2-dbusd >= 2.02.156 ndctl gdisk util-linux
|
Requires: device-mapper-persistent-data lvm2-dbusd >= 2.02.156 ndctl gdisk util-linux
|
||||||
Recommends: vdo kmod-kvdo
|
|
||||||
|
|
||||||
Provides: %{name}-utils%{?_isa} %{name}-utils
|
Provides: %{name}-utils%{?_isa} %{name}-utils
|
||||||
Obsoletes: %{name}-utils < %{version}
|
Obsoletes: %{name}-utils < %{version}
|
||||||
@ -64,7 +66,7 @@ possibly with multiple implementations (e.g. using LVM CLI or the new LVM DBus A
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and header files for libblockdev
|
Summary: Libraries and header files for libblockdev
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: glib2-devel device-mapper-devel xfsprogs dosfstools dmraid-devel systemd-devel
|
Requires: glib2-devel device-mapper-devel xfsprogs dosfstools systemd-devel
|
||||||
|
|
||||||
Provides: %{name}-btrfs-devel%{?_isa} %{name}-btrfs-devel
|
Provides: %{name}-btrfs-devel%{?_isa} %{name}-btrfs-devel
|
||||||
Obsoletes: %{name}-btrfs-devel < %{version}
|
Obsoletes: %{name}-btrfs-devel < %{version}
|
||||||
@ -164,13 +166,22 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 29 yanxiaodan<yanxiaodan@huawei.com> - 2.26-1
|
* Tue Jan 2 2024 liyanan <liyana61@h-partners.com> - 2.26-4
|
||||||
|
- remove require vdo
|
||||||
|
|
||||||
|
* Wed Mar 22 2023 wangzhiqiang <wangzhiqiang95@huawei.com> - 2.26-3
|
||||||
|
- remove require dmraid and kmod-kvdo
|
||||||
|
|
||||||
|
* Wed Jun 15 2022 Hongtao Zhang <zhanghongtao22@huawei.com> - 2.26-2
|
||||||
|
- Add BuildRequire make
|
||||||
|
|
||||||
|
* Mon Nov 29 2021 yanxiaodan<yanxiaodan@huawei.com> - 2.26-1
|
||||||
- update to libblockdev-2.26
|
- update to libblockdev-2.26
|
||||||
|
|
||||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.24-7
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.24-7
|
||||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Mon Jul 26 2020 yanglongkang <yannglongkang@huawei.com> - 2.24-6
|
* Tue Jul 27 2021 yanglongkang <yannglongkang@huawei.com> - 2.24-6
|
||||||
- fix build fail caused by deprecated-declarations
|
- fix build fail caused by deprecated-declarations
|
||||||
|
|
||||||
* Sat Oct 31 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 2.24-5
|
* Sat Oct 31 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 2.24-5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user