set FORCE_UNSAFE_CONFIGURE to 1

This commit is contained in:
guoxiaoqi 2020-01-22 19:47:41 +08:00
parent 197ca58a00
commit 463fbc9b64

View File

@ -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