diff --git a/findutils.spec b/findutils.spec index 6813ac5..e773cf9 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ Summary: The GNU versions of find utilities (find and xargs) Name: findutils Version: 4.5.12 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPLv3+ Group: Applications/File @@ -83,7 +83,7 @@ if [ $1 = 0 ]; then fi %files -f %{name}.lang -%doc AUTHORS COPYING NEWS README THANKS TODO ChangeLog +%doc AUTHORS COPYING NEWS README THANKS TODO %{_bindir}/find %{_bindir}/oldfind %{_bindir}/xargs @@ -94,6 +94,9 @@ fi %{_infodir}/find-maint.info.gz %changelog +* Sat May 31 2014 Peter Robinson 1:4.5.12-3 +- Drop ChangeLog the NEWS file contains details back to 1993 to satify even the most bored sysadmin + * Mon Sep 23 2013 Kamil Dudka - 1:4.5.12-2 - silence GCC warnings