From 07b263cd7a44342fe3953d34e91bff57dcc004d7dc3ec3d172d28232de50da38 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 9 Nov 2017 08:44:42 +0000 Subject: [PATCH] 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 --- fakeroot-1.22.tar.bz2 | 3 +++ fakeroot.changes | 13 +++++++++++++ fakeroot.spec | 8 +++----- fakeroot_1.21.orig.tar.gz | 3 --- 4 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 fakeroot-1.22.tar.bz2 delete mode 100644 fakeroot_1.21.orig.tar.gz diff --git a/fakeroot-1.22.tar.bz2 b/fakeroot-1.22.tar.bz2 new file mode 100644 index 0000000..847b05b --- /dev/null +++ b/fakeroot-1.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd806a4a1e641203eb3d4571a10089e8a038c10ec7e492fa1e061b03ae3ec6fe +size 338238 diff --git a/fakeroot.changes b/fakeroot.changes index df6f847..7b1c392 100644 --- a/fakeroot.changes +++ b/fakeroot.changes @@ -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 diff --git a/fakeroot.spec b/fakeroot.spec index 332e4ba..f713c70 100644 --- a/fakeroot.spec +++ b/fakeroot.spec @@ -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 diff --git a/fakeroot_1.21.orig.tar.gz b/fakeroot_1.21.orig.tar.gz deleted file mode 100644 index 507ecb0..0000000 --- a/fakeroot_1.21.orig.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d293c1b3604b2a9265d1811a9890c749887ef08aec55f3237d32bf35836171a -size 110711