Tue, 30 Apr 2024 23:32:16 UTC | login

Information for build overlayfs-tools-0-0.5.20200817git77bf3f7.fc37

ID219264
Package Nameoverlayfs-tools
Version0
Release0.5.20200817git77bf3f7.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/overlayfs-tools.git#5e08cc9eac38468f5a38fbd1c9af34b0670fb27c
SummaryOverlayFS layers manipulation tools
DescriptionOverlayFS is the union filesystem provided by Linux kernel. This program comes provides three tools: * vacuum - remove duplicated files in upperdir where copy_up is done but the file is not actually modified (see the sentence "the copy_up may turn out to be unnecessary" in the Linux documentation). This may reduce the size of upperdir without changing lowerdir or overlay. * diff - show the list of actually changed files (the difference between overlay and lowerdir). A file with its type changed (i.e. from symbolic link to regular file) will shown as deleted then added, rather than modified. Similarly, for a opaque directory in upperdir, the corresponding directory in lowerdir (if exists) will be shown as entirely deleted, and a new directory with the same name added. File permission/owner changes will be simply shown as modified. * merge - merge down the changes from upperdir to lowerdir. Unlike aubrsync for AuFS which bypasses the union filesystem mechanism, overlayfs-utils emulates the OverlayFS logic, which will be far more efficient. After this operation, upperdir will be empty and lowerdir will be the same as original overlay. * deref - copy changes from upperdir to uppernew while unfolding redirect directories and metacopy regular files, so that new upperdir is compatible with legacy overlayfs driver. For safety reasons, vacuum and merge will not actually modify the filesystem, but generate a shell script to do the changes instead.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 11 Nov 2022 09:00:10 UTC
CompletedFri, 11 Nov 2022 10:39:25 UTC
Taskbuild (f37, /rpms/overlayfs-tools.git:5e08cc9eac38468f5a38fbd1c9af34b0670fb27c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/overlayfs-tools.git#5e08cc9eac38468f5a38fbd1c9af34b0670fb27c'}}
Tags
f37
f38
RPMs
src
overlayfs-tools-0-0.5.20200817git77bf3f7.fc37.src.rpm (info) (download)
riscv64
overlayfs-tools-0-0.5.20200817git77bf3f7.fc37.riscv64.rpm (info) (download)
overlayfs-tools-debuginfo-0-0.5.20200817git77bf3f7.fc37.riscv64.rpm (info) (download)
overlayfs-tools-debugsource-0-0.5.20200817git77bf3f7.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5.20200817git77bf3f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4.20200817git77bf3f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.20200817git77bf3f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Mar 10 2021 Dominik Mierzejewski <rpm@greysector.net> 0-0.2.20200817git77bf3f7 - add link to upstream issue for errno fix - fix %s appearing in help message instead of program name - generate manpage with help2man and include it * Thu Jan 14 2021 Dominik Mierzejewski <rpm@greysector.net> 0-0.1.20200817git77bf3f7 - initial build