diff --git a/ccache.spec b/ccache.spec index 2f9e575..94c6aba 100644 --- a/ccache.spec +++ b/ccache.spec @@ -3,7 +3,7 @@ Name: ccache Version: 2.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: C/C++ compiler cache Group: Development/Tools @@ -13,6 +13,9 @@ Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz Patch0: %{name}-html-links.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires(triggerin): coreutils +Requires(triggerpostun): coreutils + %description ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect @@ -83,6 +86,9 @@ done %changelog +* Fri Nov 10 2006 Ville Skyttä - 2.4-7 +- Require coreutils for triggers (#215030). + * Wed Aug 9 2006 Ville Skyttä - 2.4-6 - Add auto-symlink support for compat-gcc-34(-c++). - Untabify, escape macros in changelog.