From adbb439281ae6c9943fb6065c818f99759148e00caa8bc02ac74c0fca20700c0 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 27 Jan 2020 15:39:54 +0000 Subject: [PATCH] Accepting request 767671 from home:dimstar:Factory Update to 1.24 OBS-URL: https://build.opensuse.org/request/show/767671 OBS-URL: https://build.opensuse.org/package/show/devel:tools/fakeroot?expand=0&rev=20 --- fakeroot-1.23.tar.xz | 3 --- fakeroot-1.24.tar.gz | 3 +++ fakeroot-drop-tartest.patch | 12 ++++++++++++ fakeroot.changes | 9 +++++++++ fakeroot.spec | 9 +++++---- 5 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 fakeroot-1.23.tar.xz create mode 100644 fakeroot-1.24.tar.gz create mode 100644 fakeroot-drop-tartest.patch diff --git a/fakeroot-1.23.tar.xz b/fakeroot-1.23.tar.xz deleted file mode 100644 index 32b4201..0000000 --- a/fakeroot-1.23.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:009cd6696a931562cf1c212bb57ca441a4a2d45cd32c3190a35c7ae98506f4f6 -size 298080 diff --git a/fakeroot-1.24.tar.gz b/fakeroot-1.24.tar.gz new file mode 100644 index 0000000..f4992f5 --- /dev/null +++ b/fakeroot-1.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e045b3160370b8ab4d44d1f8d267e5d1d555f1bb522d650e7167b09477266ed +size 522497 diff --git a/fakeroot-drop-tartest.patch b/fakeroot-drop-tartest.patch new file mode 100644 index 0000000..7f3c355 --- /dev/null +++ b/fakeroot-drop-tartest.patch @@ -0,0 +1,12 @@ +Index: fakeroot-1.24/test/Makefile.am +=================================================================== +--- fakeroot-1.24.orig/test/Makefile.am ++++ fakeroot-1.24/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 diff --git a/fakeroot.changes b/fakeroot.changes index d35b174..3dd5bbc 100644 --- a/fakeroot.changes +++ b/fakeroot.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 22 11:14:14 UTC 2020 - Dominique Leuenberger + +- Update to version 1.24: + + Retry msgsnd() if interrupted by a signal. + + Detect and handle message queue and semaphore id collision. +- Skip tar test: the test is unstable and keeps on randomly + failing (add fakeroot-drop-tartest.patch). + ------------------------------------------------------------------- Tue Sep 10 13:17:38 UTC 2019 - Martin Pluskal diff --git a/fakeroot.spec b/fakeroot.spec index 0aa2cc9..8f2068b 100644 --- a/fakeroot.spec +++ b/fakeroot.spec @@ -1,7 +1,7 @@ # # spec file for package fakeroot # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: fakeroot -Version: 1.23 +Version: 1.24 Release: 0 Summary: Wrapper that gives a fake root environment License: GPL-3.0-or-later Group: Development/Tools/Other URL: http://fakeroot.alioth.debian.org/ -Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.xz#/%{name}-%{version}.tar.xz +Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.gz#/%{name}-%{version}.tar.gz Source99: baselibs.conf Patch0: %{name}-1.20-lib32.patch Patch2: %{name}-1.20-eglibc-fts-without-LFS.patch @@ -31,16 +31,17 @@ Patch2: %{name}-1.20-eglibc-fts-without-LFS.patch Patch3: %{name}-1.21-hide-dlsym-error.patch # PATCH-FIX-UPSTREAM fakeroot-1.21-fix-shell-in-fakeroot.patch (deb#828810) Patch4: %{name}-1.21-fix-shell-in-fakeroot +Patch5: fakeroot-drop-tartest.patch BuildRequires: automake BuildRequires: fdupes # user(daemon)/group(sys) is required for t.tar testsuite -BuildRequires: group(sys) BuildRequires: libacl-devel BuildRequires: libcap-devel BuildRequires: libcap-progs BuildRequires: libtool BuildRequires: po4a BuildRequires: sharutils +BuildRequires: group(sys) BuildRequires: user(daemon) Requires(post): update-alternatives Requires(preun): update-alternatives