|
|
|
@ -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 <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
|
|
|
|
|
- fix LD_LIBRARY_PATH for multilib environment (bug 1241527)
|
|
|
|
|
- update License: tag
|
|
|
|
|