delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
be3671afcc
commit
b40a33dc98
@ -1,6 +1,6 @@
|
|||||||
Name: sysfsutils
|
Name: sysfsutils
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 31
|
Release: 32
|
||||||
Summary: A set of utilities for interfacing with sysfs
|
Summary: A set of utilities for interfacing with sysfs
|
||||||
License: GPLv2 and LGPLv2+
|
License: GPLv2 and LGPLv2+
|
||||||
URL: http://sourceforge.net/projects/linux-diag/
|
URL: http://sourceforge.net/projects/linux-diag/
|
||||||
@ -17,7 +17,7 @@ Patch7: 0007-Fix-compiler-complain-about-multiple-defs-of-my_stdo.patch
|
|||||||
Patch8: 0008-Use-stat-not-lstat-to-find-link-target.patch
|
Patch8: 0008-Use-stat-not-lstat-to-find-link-target.patch
|
||||||
Patch9: 0009-path_is_file-should-call-stat-not-lstat.patch
|
Patch9: 0009-path_is_file-should-call-stat-not-lstat.patch
|
||||||
|
|
||||||
BuildRequires: git gcc chrpath
|
BuildRequires: gcc chrpath
|
||||||
Provides: libsysfs libsysfs%{?_isa}
|
Provides: libsysfs libsysfs%{?_isa}
|
||||||
Obsoletes: libsysfs
|
Obsoletes: libsysfs
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ BuildArch: noarch
|
|||||||
This contains man files for the using of sysfsutils.
|
This contains man files for the using of sysfsutils.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -S git
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --libdir=/%{_lib}
|
%configure --disable-static --libdir=/%{_lib}
|
||||||
@ -88,6 +88,9 @@ chrpath -d $(find $RPM_BUILD_ROOT -name systool)
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.1.0-32
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Wed Nov 4 2020 lixiaokeng <lixiaokeng@huawei.com> - 2.1.0-31
|
* Wed Nov 4 2020 lixiaokeng <lixiaokeng@huawei.com> - 2.1.0-31
|
||||||
- add make check
|
- add make check
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user