rpms/ccache/FC-6 ccache.spec,1.13,1.14

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Nov 10 20:10:39 UTC 2006


Author: scop

Update of /cvs/extras/rpms/ccache/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15362/FC-6

Modified Files:
	ccache.spec 
Log Message:
* Fri Nov 10 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.4-7
- Require coreutils for triggers (#215030).



Index: ccache.spec
===================================================================
RCS file: /cvs/extras/rpms/ccache/FC-6/ccache.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ccache.spec	29 Aug 2006 19:56:32 -0000	1.13
+++ ccache.spec	10 Nov 2006 20:10:09 -0000	1.14
@@ -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 @@
 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 @@
 
 
 %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.




More information about the scm-commits mailing list