Accepting request 540039 from home:avindra
- Update to version 1.22 * libfakeroot: Ship the (unused) SONAME link to ensure it gets cleaned up automatically. * Hide errors from dlsym() unless debugging was enabled. This makes builds less noisy and fixes failures in APT test suite with glibc 2.24, which started reporting errors for dlsym() * On Debian, force the fakeroot shebang to always be /bin/sh - clean with spec-cleaner - strip "orig" from tarball file name OBS-URL: https://build.opensuse.org/request/show/540039 OBS-URL: https://build.opensuse.org/package/show/devel:tools/fakeroot?expand=0&rev=12
This commit is contained in:
parent
7bd9c2281e
commit
07b263cd7a
3
fakeroot-1.22.tar.bz2
Normal file
3
fakeroot-1.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd806a4a1e641203eb3d4571a10089e8a038c10ec7e492fa1e061b03ae3ec6fe
|
||||
size 338238
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 8 21:18:42 UTC 2017 - aavindraa@gmail.com
|
||||
|
||||
- Update to version 1.22
|
||||
* libfakeroot: Ship the (unused) SONAME link to ensure it gets
|
||||
cleaned up automatically.
|
||||
* Hide errors from dlsym() unless debugging was enabled. This
|
||||
makes builds less noisy and fixes failures in APT test suite
|
||||
with glibc 2.24, which started reporting errors for dlsym()
|
||||
* On Debian, force the fakeroot shebang to always be /bin/sh
|
||||
- clean with spec-cleaner
|
||||
- strip "orig" from tarball file name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 10:40:40 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: fakeroot
|
||||
Version: 1.21
|
||||
Version: 1.22
|
||||
Release: 0
|
||||
Summary: Gives a fake root environment
|
||||
License: GPL-3.0+
|
||||
Group: Development/Tools/Other
|
||||
Url: http://fakeroot.alioth.debian.org/
|
||||
Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.gz
|
||||
Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.bz2#/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
Patch0: %{name}-1.20-lib32.patch
|
||||
Patch2: %{name}-1.20-eglibc-fts-without-LFS.patch
|
||||
@ -33,18 +33,17 @@ Patch3: %{name}-1.21-hide-dlsym-error.patch
|
||||
Patch4: %{name}-1.21-fix-shell-in-fakeroot
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
# user(daemon)/group(sys) is required for t.tar testsuite
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libcap-progs
|
||||
BuildRequires: libtool
|
||||
BuildRequires: po4a
|
||||
BuildRequires: sharutils
|
||||
# user(daemon)/group(sys) is required for t.tar testsuite
|
||||
BuildRequires: group(sys)
|
||||
BuildRequires: user(daemon)
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
fakeroot runs a command in an environment wherein it appears to have
|
||||
@ -158,7 +157,6 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS BUGS COPYING DEBUG README doc/README.saving
|
||||
%ghost %{_bindir}/faked
|
||||
%ghost %{_sysconfdir}/alternatives/faked
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d293c1b3604b2a9265d1811a9890c749887ef08aec55f3237d32bf35836171a
|
||||
size 110711
|
Loading…
Reference in New Issue
Block a user