Disable escape-nested-chroot test temporarily

This commit is contained in:
Sérgio M. Basto 2020-08-23 23:46:30 +01:00
parent 9e754fc81a
commit f98fb1cf75
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- fakechroot-2.20.1/test/Makefile.am.orig 2020-08-23 12:28:21.871614223 +0100
+++ fakechroot-2.20.1/test/Makefile.am 2020-08-23 12:28:25.722597158 +0100
@@ -12,7 +12,6 @@ TESTS = \
t/execlp.t \
t/execve-elfloader.t \
t/execve-null-envp.t \
- t/escape-nested-chroot.t \
t/fts.t \
t/ftw.t \
t/host.t \

View File

@ -5,6 +5,7 @@ Summary: Gives a fake chroot environment
License: LGPLv2+
URL: https://github.com/dex4er/fakechroot
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch1: fakechroot-disable-escape-nested-chroot.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
BuildRequires: autoconf
@ -13,7 +14,7 @@ BuildRequires: libtool
BuildRequires: gcc
# Required for manpage
BuildRequires: /usr/bin/pod2man
BuildRequires: perl-generators
BuildRequires: gdbm-libs
# ldd.fakechroot
Requires: /usr/bin/objdump
@ -35,6 +36,8 @@ This package contains the libraries required by %{name}.
# For %%doc dependency-clean.
chmod -x scripts/{relocatesymlinks,restoremode,savemode}.sh
#rm test/t/escape-nested-chroot.t
%build
autoreconf -vfi
@ -75,6 +78,7 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-6
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Disable escape-nested-chroot test temporarily
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild