fix root privilege faking for copied files/dirs

- fixes bug 887001
i9ce
Dominik Mierzejewski 9 years ago
parent 523416deca
commit 7e9c991952

@ -1,7 +1,7 @@
Summary: Gives a fake root environment Summary: Gives a fake root environment
Name: fakeroot Name: fakeroot
Version: 1.20.2 Version: 1.20.2
Release: 2%{?dist} Release: 3%{?dist}
# setenv.c: LGPLv2+ # setenv.c: LGPLv2+
# contrib/Fakeroot-Stat-1.8.8: Perl (GPL+ or Artistic) # contrib/Fakeroot-Stat-1.8.8: Perl (GPL+ or Artistic)
# the rest: GPLv3+ # 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 # Fix LD_LIBRARY_PATH for multilib: https://bugzilla.redhat.com/show_bug.cgi?id=1241527
Patch1: fakeroot-multilib.patch Patch1: fakeroot-multilib.patch
BuildRequires: /usr/bin/getopt BuildRequires: /usr/bin/getopt
# https://bugzilla.redhat.com/show_bug.cgi?id=887001
BuildRequires: libacl-devel
BuildRequires: libcap-devel BuildRequires: libcap-devel
# uudecode used by tests/tartest # uudecode used by tests/tartest
BuildRequires: sharutils BuildRequires: sharutils
@ -176,6 +178,9 @@ fi
%ghost %{_libdir}/libfakeroot/libfakeroot-0.so %ghost %{_libdir}/libfakeroot/libfakeroot-0.so
%changelog %changelog
* Sat Dec 26 2015 Dominik Mierzejewski <rpm@greysector.net> - 1.20.2-3
- fix root privilege faking for copied files/dirs (bug 887001)
* Mon Sep 28 2015 Dominik Mierzejewski <rpm@greysector.net> - 1.20.2-2 * Mon Sep 28 2015 Dominik Mierzejewski <rpm@greysector.net> - 1.20.2-2
- fix LD_LIBRARY_PATH for multilib environment (bug 1241527) - fix LD_LIBRARY_PATH for multilib environment (bug 1241527)
- update License: tag - update License: tag

Loading…
Cancel
Save