set FORCE_UNSAFE_CONFIGURE to 1
This commit is contained in:
parent
197ca58a00
commit
463fbc9b64
7
tar.spec
7
tar.spec
@ -1,6 +1,6 @@
|
||||
Name: tar
|
||||
Version: 1.30
|
||||
Release: 9
|
||||
Release: 10
|
||||
Epoch: 2
|
||||
Summary: An organized and systematic method of controlling a large amount of data
|
||||
License: GPLv3+
|
||||
@ -59,6 +59,8 @@ BuildArch: noarch
|
||||
Help document for tar.
|
||||
|
||||
%prep
|
||||
export FORCE_UNSAFE_CONFIGURE=1
|
||||
|
||||
%autosetup -n tar-%{version} -p1
|
||||
autoreconf -v
|
||||
|
||||
@ -100,6 +102,9 @@ rm -f %{buildroot}%{_mandir}/man8/rmt.8*
|
||||
%{_infodir}/tar.info*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 2:1.30-10
|
||||
- set FORCE_UNSAFE_CONFIGURE to 1
|
||||
|
||||
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 2:1.30-9
|
||||
- cancel make check
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user