Tue, 07 May 2024 03:31:17 UTC | login

Information for build fdupes-1.51-10.el7

ID6923
Package Namefdupes
Version1.51
Release10.el7
Epoch
SummaryFinds duplicate files in a given set of directories
DescriptionFDUPES is a program for identifying duplicate files residing within specified directories.
Built byapevec
State complete
Volume DEFAULT
StartedTue, 06 Oct 2015 13:52:51 UTC
CompletedTue, 06 Oct 2015 13:55:12 UTC
Taskbuild (cloud7-openstack-common-el7, fdupes-1.51-10.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
cloud7-openstack-common-release
cloud7-openstack-common-testing
cloud7-openstack-queens-candidate
cloud7-openstack-queens-release
cloud7-openstack-queens-testing
RPMs
src
fdupes-1.51-10.el7.src.rpm (info) (download)
aarch64
fdupes-1.51-10.el7.aarch64.rpm (info) (download)
fdupes-debuginfo-1.51-10.el7.aarch64.rpm (info) (download)
ppc64le
fdupes-1.51-10.el7.ppc64le.rpm (info) (download)
fdupes-debuginfo-1.51-10.el7.ppc64le.rpm (info) (download)
x86_64
fdupes-1.51-10.el7.x86_64.rpm (info) (download)
fdupes-debuginfo-1.51-10.el7.x86_64.rpm (info) (download)
Logs
aarch64
root.log
mock_output.log
build.log
state.log
ppc64le
root.log
mock_output.log
build.log
state.log
x86_64
root.log
build.log
state.log
Changelog * Fri Jun 19 2015 Jon Schlueter <jschluet@redhat> - 1.51-10 - Rebaseline using github which is new home of fdupes - source tarball has unusual folder naming of fdupes-fdupes-1.51 instead of normal fdupes-1.51 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Apr 18 2014 Björn Esser <bjoern.esser@gmail.com> - 1.51-6 - remove duplicated `macros.d`-dir (#1088566) * Tue Mar 18 2014 Björn Esser <bjoern.esser@gmail.com> - 1.51-5 - Add needed bits for el5 - Fix `mixed use of spaces-and tabs` - Minor cleanup and improved readability * Tue Mar 18 2014 Björn Esser <bjoern.esser@gmail.com> - 1.51-4 - Place rpm-macros into proper location using %global macrosdir - Apply proper LDFLAGS - Fix offset in Patch1 and renamed it to match current version * Sun Jan 19 2014 Ville Skyttä <ville.skytta@iki.fi> - 1.51-3 - Move macros to %{_rpmconfigdir}/macros.d. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 16 2013 Richard Shaw <hobbes1069@gmail.com> - 1.51-1 - Update to latest upstream release. - Fixes security bugs BZ#865591 & 865592. * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-0.7.PR2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-0.6.PR2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue May 15 2012 Richard Shaw <hobbes1069@gmail.com> - 1.50-0.5.PR2 - Add RPM macro. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-0.4.PR2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-0.3.PR2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-0.2.PR2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun Feb 01 2009 Debarshi Ray <rishi@fedoraproject.org> - 1.50-0.1.PR2 - Version bump to 1.50 PR2. * Added --noprompt, --recurse and --summarize options * Now sorts duplicates (old to new) for consistent order when listing or deleting duplicate files. * Now tests for early matching of files, which should help speed up the matching process when large files are involved. * Added warning whenever a file cannot be deleted. * Fixed bug where some files would not be closed after failure. * Fixed bug where confirmmatch() function wouldn't always deal properly with zero-length files. * Fixed bug where progress indicator would not be cleared when no files were found. - Inclusion of string.h now added by upstream. - Added patch to fix file comparisons from Debian. (Debian BTS #213385) - Added patch to enable large file support on 32-bit systems from Debian. (Debian BTS #447601) - Added patch to fix typo in the online manual page from Debian. (Debian BTS * Tue Feb 19 2008 Release Engineering <rel-eng@fedoraproject.org> - 1.40-12 - Autorebuild for gcc-4.3. * Thu Dec 27 2007 Debarshi Ray <rishi@fedoraproject.org> - 1.40-11 - Fixed Makefile to preserve timestamps using 'cp -p'. * Thu Nov 29 2007 Debarshi Ray <rishi@fedoraproject.org> - 1.40-10 - Release bumped to overcome spurious build. * Sun Nov 25 2007 Debarshi Ray <rishi@fedoraproject.org> - 1.40-9 - Initial build. Imported SPEC from Rawhide. - Fixed Makefile to use DESTDIR correctly. - Fixed sources to include string.h.