Information for build fakechroot-2.20.1-20.fc41

ID68740
Package Namefakechroot
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2.20.1
Release20.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/fakechroot.git#bf402afec2d6a2731dcfbbf6c42ac5e222db86df
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 bykojiadmin
State failed
Volume DEFAULT
StartedThu, 03 Oct 2024 10:24:03 CST
CompletedThu, 03 Oct 2024 10:59:21 CST
Taskbuild (f41-build-side-1, /rpms/fakechroot.git:bf402afec2d6a2731dcfbbf6c42ac5e222db86df)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/fakechroot.git#bf402afec2d6a2731dcfbbf6c42ac5e222db86df'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Aug 28 2024 Miroslav Suchý <msuchy@redhat.com> - 2.20.1-20 - convert license to SPDX * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 28 2023 Sérgio Basto <sergio@serjux.com> - 2.20.1-16 - Update patch 104 - Use fix_test_on_32bits.patch and also remove -d option on cp test to fix the build - Drop 93.diff and 100.patch, to sync with https://github.com/dex4er/fakechroot/pull/104 - Add autoupdate.patch - Remove cp.t test which fails randomly since RHEL 6 or 7 * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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+)