Accepting request 767819 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/767819 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fakeroot?expand=0&rev=6
This commit is contained in:
commit
9567c94031
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:009cd6696a931562cf1c212bb57ca441a4a2d45cd32c3190a35c7ae98506f4f6
|
||||
size 298080
|
3
fakeroot-1.24.tar.gz
Normal file
3
fakeroot-1.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e045b3160370b8ab4d44d1f8d267e5d1d555f1bb522d650e7167b09477266ed
|
||||
size 522497
|
12
fakeroot-drop-tartest.patch
Normal file
12
fakeroot-drop-tartest.patch
Normal file
@ -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
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 11:14:14 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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 <mpluskal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user