From 7e9c991952ade813370bb317f83ae32951120275 Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Sun, 27 Dec 2015 01:44:43 +0100 Subject: [PATCH] fix root privilege faking for copied files/dirs - fixes bug 887001 --- fakeroot.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fakeroot.spec b/fakeroot.spec index 5517076..803736c 100644 --- a/fakeroot.spec +++ b/fakeroot.spec @@ -1,7 +1,7 @@ Summary: Gives a fake root environment Name: fakeroot Version: 1.20.2 -Release: 2%{?dist} +Release: 3%{?dist} # setenv.c: LGPLv2+ # contrib/Fakeroot-Stat-1.8.8: Perl (GPL+ or Artistic) # the rest: GPLv3+ @@ -14,6 +14,8 @@ Patch0: fakeroot-inttypes.patch # Fix LD_LIBRARY_PATH for multilib: https://bugzilla.redhat.com/show_bug.cgi?id=1241527 Patch1: fakeroot-multilib.patch BuildRequires: /usr/bin/getopt +# https://bugzilla.redhat.com/show_bug.cgi?id=887001 +BuildRequires: libacl-devel BuildRequires: libcap-devel # uudecode used by tests/tartest BuildRequires: sharutils @@ -176,6 +178,9 @@ fi %ghost %{_libdir}/libfakeroot/libfakeroot-0.so %changelog +* Sat Dec 26 2015 Dominik Mierzejewski - 1.20.2-3 +- fix root privilege faking for copied files/dirs (bug 887001) + * Mon Sep 28 2015 Dominik Mierzejewski - 1.20.2-2 - fix LD_LIBRARY_PATH for multilib environment (bug 1241527) - update License: tag