Information for build duperemove-0.15.2-2.fc44

ID179112
Package Nameduperemove
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.15.2
Release2.fc44
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/duperemove.git#42fbd9afafda8e7b4de1135850d2bfd1c6a3c043
SummaryTools for deduping file systems
DescriptionDuperemove is a simple tool for finding duplicated extents and submitting them for deduplication. When given a list of files it will hash their contents on a block by block basis and compare those hashes to each other, finding and categorizing extents that match each other. When given the -d option, duperemove will submit those extents for deduplication using the btrfs-extent-same ioctl.
Built byliuyang
State failed
Volume DEFAULT
StartedTue, 24 Mar 2026 07:07:34 CST
CompletedTue, 24 Mar 2026 07:19:54 CST
Taskbuild (f44, /rpms/duperemove.git:42fbd9afafda8e7b4de1135850d2bfd1c6a3c043)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/duperemove.git#42fbd9afafda8e7b4de1135850d2bfd1c6a3c043'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat Jun 07 2025 Jonathan Dieter <jonathan@dieter.ie> - 0.15.2-1 - Update to version 0.15.2 - Add missing requirement on libbsd - Add missing zsh completion file * Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Mar 18 2024 Jonathan Dieter <jdieter@gmail.com> - 0.14.1-2 - Update to 0.14.1 with bug fixes (thanks Francois Menning for the initial PR) - Disable i686 builds since they're failing now * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Oct 05 2023 Jonathan Dieter <jdieter@gmail.com> - 0.13-1 - Update to 0.13 with more bugfixes improving deduplication Note that the hash file format has changed and will need to be regenerated * Sat Jul 29 2023 Jonathan Dieter <jdieter@gmail.com> - 0.12-1 - Update to 0.12 with bug fixes