Accepting request 540146 from devel:tools

- 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/540146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fakeroot?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-11-10 13:57:18 +00:00 committed by Git OBS Bridge
commit e59062cca1
4 changed files with 18 additions and 7 deletions

3
fakeroot-1.22.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd806a4a1e641203eb3d4571a10089e8a038c10ec7e492fa1e061b03ae3ec6fe
size 338238

View File

@ -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

View File

@ -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
@ -44,7 +44,6 @@ 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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d293c1b3604b2a9265d1811a9890c749887ef08aec55f3237d32bf35836171a
size 110711