Mon, 03 Jun 2024 02:36:25 UTC | login

Information for build pseudo-1.9.0-6.fc29

ID70893
Package Namepseudo
Version1.9.0
Release6.fc29
Epoch
SummaryAdvanced tool for simulating superuser privileges
DescriptionThe pseudo utility offers a way to run commands in a virtualized "root" environment, allowing ordinary users to run commands which give the illusion of creating device nodes, changing file ownership, and otherwise doing things necessary for creating distribution packages or filesystems. Pseudo has a lot of similarities to fakeroot but is a new implementation that improves on the problems seen using fakeroot. Pseudo is now extensively used by Poky as a replacement to fakeroot but can also be used standalone in many other use cases.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 15 Aug 2018 19:17:32 UTC
CompletedWed, 15 Aug 2018 21:43:36 UTC
Taskbuild (f29-candidate, pseudo-1.9.0-6.fc29.src.rpm)
Tags
f29
f30
f31
RPMs
src
pseudo-1.9.0-6.fc29.src.rpm (info) (download)
riscv64
pseudo-1.9.0-6.fc29.riscv64.rpm (info) (download)
pseudo-debuginfo-1.9.0-6.fc29.riscv64.rpm (info) (download)
pseudo-debugsource-1.9.0-6.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.9.0-6 - Rebuild with fixed binutils * Sat Jul 28 2018 Dominik Mierzejewski <dominik@greysector.net> 1.9.0-5 - update upstream URL - set build flags using set_build_flags macro - use python3 explicitly during build (ignatenko) - add BR: gcc for https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot (ignatenko) - add patch to fix compilation with libattr 2.4.48 (ignatenko) - improve libattr patch * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Mar 19 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.9.0-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9.0-1 - Update to 1.9.0 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Mar 29 2017 Dominik Mierzejewski <dominik@greysector.net> 1.8.2-2 - drop tclsh test, tclsh is not shipped in Fedora - drop obsolete patch * Tue Mar 28 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.8.2-1 - Update to 1.8.2 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Oct 11 2016 Dominik Mierzejewski <dominik@greysector.net> 1.8.1-3 - fix condition on Fedora * Mon Oct 10 2016 Dominik Mierzejewski <dominik@greysector.net> 1.8.1-2 - make sure _libdir/pseudo is owned - fakeroot without alternatives support exists on RHEL < 7 only * Sun Oct 09 2016 Dominik Mierzejewski <dominik@greysector.net> 1.8.1-1 - update to 1.8.1 - use upstream release tarball - add missing NAME section to manpage (patch from Debian) - fix passing CFLAGS containing commas via --cflags - install missing pseudolog(1) manpage