- Require coreutils for triggers (#215030).

This commit is contained in:
Ville Skyttä 2006-11-10 20:10:09 +00:00
parent fb8dd0788d
commit a9bed005be
1 changed files with 7 additions and 1 deletions

View File

@ -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ä <ville.skytta at iki.fi> - 2.4-7
- Require coreutils for triggers (#215030).
* Wed Aug 9 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.4-6
- Add auto-symlink support for compat-gcc-34(-c++).
- Untabify, escape macros in changelog.