Wrapper that gives a fake root environment
http://fakeroot.alioth.debian.org/
fakeroot runs a command in an environment wherein it appears to have
root privileges for file manipulation. fakeroot works by replacing the
file manipulation library functions (chmod(2), stat(2) etc.) by ones
that simulate the effect the real library functions would have had,
had the user really been root.
- Devel package for openSUSE:Factory
-
8
derived packages
- Links to openSUSE:Factory / fakeroot
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/fakeroot && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000009 9 Bytes | |
fakeroot-1.21-fix-shell-in-fakeroot | 0000000366 366 Bytes | |
fakeroot.changes | 0000009856 9.63 KB | |
fakeroot.spec | 0000009181 8.97 KB | |
fakeroot_1.36.orig.tar.gz | 0000573364 560 KB |
Revision 47 (latest revision is 50)
Martin Pluskal (pluskalm)
accepted
request 1196422
from
John Paul Adrian Glaubitz (glaubitz)
(revision 47)
- Update to 1.36 * Fix build with gcc-14. (Closes: #1074945) * Fix FTBFS on armel, armhf, by undefining the t64 flags in communicate.h Upload to experimental, for additional testing. (Closes: #1065552) * New fix for the previous FTBFS on armel, armhf. Work around glibc headers aliasing symbols we need to redefine. (Closes: #1065552) * Fix ABI mismatch on i386, a 32bit arch _without_ the time_t64 ABI break. * Fix wrappers for fstatat64 et al missing. (Closes: #1078655) Add t.perlstat test. Thanks to Johannes Schauer Marin Rodrigues and Niels Thykier for help with debugging the problem. - Drop fakeroot-C99.patch which has been merged upstream
Comments 0