fakeroot drop tartest
(cherry picked from commit 1302bb300a9a2a4d683a44a4ab70409e16bc7f8d)
This commit is contained in:
parent
253af829d9
commit
75abfcce87
27
fakeroot-drop-tartest.patch
Normal file
27
fakeroot-drop-tartest.patch
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
From ed8560719c6246182a77aca14c31ac736ff4d08a Mon Sep 17 00:00:00 2001
|
||||||
|
From: si-gui <sunguoshuai@huawei.com>
|
||||||
|
Date: Mon, 31 May 2021 14:44:03 +0800
|
||||||
|
Subject: [PATCH] fakeroot drop tartest
|
||||||
|
This patch comes from opensuse
|
||||||
|
(https://build.opensuse.org/package/view_file/openSUSE:Factory/fakeroot/fakeroot-drop-tartest.patch)
|
||||||
|
Skip tar test: the test is unstable and keeps on randomly failing.
|
||||||
|
|
||||||
|
---
|
||||||
|
test/Makefile.am | 1 -
|
||||||
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/test/Makefile.am b/test/Makefile.am
|
||||||
|
index 5ea4d72..93ce76e 100644
|
||||||
|
--- a/test/Makefile.am
|
||||||
|
+++ b/test/Makefile.am
|
||||||
|
@@ -9,7 +9,6 @@ TESTS = \
|
||||||
|
t.no_ld_preload \
|
||||||
|
t.no_ld_preload_link \
|
||||||
|
t.option \
|
||||||
|
- t.tar \
|
||||||
|
t.touchinstall \
|
||||||
|
t.truereturn \
|
||||||
|
t.xattr
|
||||||
|
--
|
||||||
|
2.30.0
|
||||||
|
|
||||||
@ -2,7 +2,7 @@
|
|||||||
Summary: Gives a fake root environment
|
Summary: Gives a fake root environment
|
||||||
Name: fakeroot
|
Name: fakeroot
|
||||||
Version: 1.25.2
|
Version: 1.25.2
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv3+ and LGPLv2.1 and MIT and GPL+
|
License: GPLv3+ and LGPLv2.1 and MIT and GPL+
|
||||||
URL: https://tracker.debian.org/pkg/fakeroot
|
URL: https://tracker.debian.org/pkg/fakeroot
|
||||||
Source0: http://salsa.debian.org/clint/fakeroot/-/archive/upstream/1.25.2/%{name}-upstream-%{version}.tar.gz
|
Source0: http://salsa.debian.org/clint/fakeroot/-/archive/upstream/1.25.2/%{name}-upstream-%{version}.tar.gz
|
||||||
@ -10,6 +10,7 @@ Patch0: debian_eglibc-fts-without-LFS.patch
|
|||||||
Patch2: debian_fix-shell-in-fakeroot.patch
|
Patch2: debian_fix-shell-in-fakeroot.patch
|
||||||
Patch4: fakeroot-inttypes.patch
|
Patch4: fakeroot-inttypes.patch
|
||||||
Patch5: fakeroot-multilib.patch
|
Patch5: fakeroot-multilib.patch
|
||||||
|
Patch6: fakeroot-drop-tartest.patch
|
||||||
%if %{with autoconf}
|
%if %{with autoconf}
|
||||||
BuildRequires: autoconf automake libtool po4a
|
BuildRequires: autoconf automake libtool po4a
|
||||||
%endif
|
%endif
|
||||||
@ -125,6 +126,9 @@ fi
|
|||||||
%ghost %{_libdir}/libfakeroot/libfakeroot-0.so
|
%ghost %{_libdir}/libfakeroot/libfakeroot-0.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon 31 May 2021 sunguoshuai <sunguoshuai@huawei.com> - 1.25.2-2
|
||||||
|
- Skip tar test: the test is unstable and keeps on randomly failing
|
||||||
|
|
||||||
* Fri Nov 20 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 1.25.2-1
|
* Fri Nov 20 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 1.25.2-1
|
||||||
- Update to 1.25.2
|
- Update to 1.25.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user