delete -Sgit from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
982327310b
commit
0983b34c63
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 2.24
|
Version: 2.24
|
||||||
Release: 6
|
Release: 7
|
||||||
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
|
||||||
@ -26,7 +26,7 @@ Patch14: 0014-mdraid-Fix-memory-leak.patch
|
|||||||
Patch15: 0015-swap-Fix-memory-leak.patch
|
Patch15: 0015-swap-Fix-memory-leak.patch
|
||||||
Patch16: 0016-vdo-Do-not-use-g_memdup-in-bd_vdo_stats_copy.patch
|
Patch16: 0016-vdo-Do-not-use-g_memdup-in-bd_vdo_stats_copy.patch
|
||||||
|
|
||||||
BuildRequires: git glib2-devel libyaml-devel libbytesize-devel parted-devel libuuid-devel ndctl-devel device-mapper-devel
|
BuildRequires: glib2-devel libyaml-devel libbytesize-devel parted-devel libuuid-devel ndctl-devel device-mapper-devel
|
||||||
BuildRequires: device-mapper-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 python2-devel python3-devel gobject-introspection-devel
|
BuildRequires: cryptsetup-devel kmod-devel libxslt glib2-doc gtk-doc python2-devel python3-devel gobject-introspection-devel
|
||||||
BuildRequires: autoconf-archive
|
BuildRequires: autoconf-archive
|
||||||
@ -143,7 +143,7 @@ Requires: python3-gobject-base
|
|||||||
Python3 bindings for libblockdev
|
Python3 bindings for libblockdev
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
@ -187,6 +187,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.24-7
|
||||||
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Mon Jul 26 2020 yanglongkang <yannglongkang@huawei.com> - 2.24-6
|
* Mon Jul 26 2020 yanglongkang <yannglongkang@huawei.com> - 2.24-6
|
||||||
- fix build fail caused by deprecated-declarations
|
- fix build fail caused by deprecated-declarations
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user