Fri, 03 May 2024 05:43:34 UTC | login

Information for build fakechroot-2.20.1-13.fc38

ID242296
Package Namefakechroot
Version2.20.1
Release13.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/fakechroot.git#9c302bc73473c9785b3d9dc6a330bf54b7011930
SummaryGives a fake chroot environment
Descriptionfakechroot runs a command in an environment were is additionally possible to use the chroot(8) call without root privileges. This is useful for allowing users to create their own chrooted environment with possibility to install another packages without need for root privileges.
Built bydavidlt
State failed
Volume DEFAULT
StartedWed, 19 Apr 2023 13:14:20 UTC
CompletedWed, 19 Apr 2023 14:47:10 UTC
Taskbuild (f38, /rpms/fakechroot.git:9c302bc73473c9785b3d9dc6a330bf54b7011930)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/fakechroot.git#9c302bc73473c9785b3d9dc6a330bf54b7011930'}}
Tags No tags
RPMs No RPMs
Changelog * Sun Dec 25 2022 Sérgio Basto <sergio@serjux.com> - 2.20.1-13 - PR #104 have more 2 commits - Patch to fix test on 32bits is not needed anymore, maybe glibc was fixed (on 32 bits), I don't know * Sat Oct 29 2022 Sérgio Basto <sergio@serjux.com> - 2.20.1-12 - All changes to fakechroot we carry in Debian for glibc >= 2.34 #104 check return value of dladdr #70 glibc 2.33+ compatibility #85 Wrap fstatat and fstatat64 (glibc 2.33) #86 src/lckpwdf.c: create an empty /etc/.pwd.lock #95 Wrap all functions accessing /etc/passwd, /etc/group and /etc/shadow for glibc >= 2.34 #98 Stat fix compilation #73 is also included The strcpy writes the terminating null byte as well. #79 is also included as note #98 for glibc 2.32 added src/__nss_files_fopen.c and later for glibc 2.34 remove it - Fix typo in AC_PATH_PROG for ldconfig #80 is not included but it is a trivial fix - Fix issue #92 #93 not included - rel2abs: Only call getcwd_real for relative paths #100 not included - fix_test_on_32bits.patch (which strated to fail on F36+) * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Fix build with https://github.com/dex4er/fakechroot/pull/85 and https://github.com/dex4er/fakechroot/pull/86