Summary: Programs that show the differences between files or directories Name: diffutils Version: 3.8 Release: 2%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/diffutils Group: System Environment/Base Vendor: VMware, Inc. Distribution: Photon Source0: http://ftp.gnu.org/gnu/diffutils/%{name}-%{version}.tar.xz %define sha512 %{name}=279441270987e70d5ecfaf84b6285a4866929c43ec877e50f154a788858d548a8a316f2fc26ad62f7348c8d289cb29a09d06dfadce1806e3d8b4ea88c8b1aa7c BuildRequires: (coreutils or coreutils-selinux) Conflicts: toybox < 0.8.2-2 %description The Diffutils package contains programs that show the differences between files or directories. %prep %autosetup -p1 sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in %build %configure --disable-silent-rules %make_build %install %make_install %{?_smp_mflags} rm -rf %{buildroot}%{_infodir} %find_lang %{name} %if 0%{?with_check} %check sed -i 's/test-update-copyright.sh //' gnulib-tests/Makefile make %{?_smp_mflags} check %endif %files -f %{name}.lang %defattr(-,root,root) %{_bindir}/* %{_mandir}/*/* %changelog * Sun Feb 12 2023 Shreenidhi Shedi 3.8-2 - Fix build requires * Mon Apr 18 2022 Gerrit Photon 3.8-1 - Automatic Version Bump * Wed Jul 08 2020 Gerrit Photon 3.7-1 - Automatic Version Bump * Thu Apr 16 2020 Alexey Makhalov 3.6-3 - Do not conflict with toybox >= 0.8.2-2 * Tue Oct 2 2018 Michelle Wang 3.6-2 - Add conflicts toybox. * Fri Aug 03 2018 Srivatsa S. Bhat 3.6-1 - Update to version 3.6 to get it to build with gcc 7.3. * Wed Apr 19 2017 Bo Gan 3.5-1 - Update to 3.5. * Wed Oct 05 2016 ChangLee 3.3-4 - Modified %check. * Tue May 24 2016 Priyesh Padmavilasom 3.3-3 - GA Bump release of all rpms. * Wed Jun 3 2015 Divya Thaluru 3.3-2 - Adding coreutils package to build requires. * Wed Nov 5 2014 Divya Thaluru 3.3-1 - Initial build First version.