rpms/abe/devel abe.spec,1.18,1.19

Michael Thomas wart at fedoraproject.org
Sat Dec 20 04:08:04 UTC 2008


Author: wart

Update of /cvs/extras/rpms/abe/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18093

Modified Files:
	abe.spec 
Log Message:
Add coreutils requirement for rpm post scripts




Index: abe.spec
===================================================================
RCS file: /cvs/extras/rpms/abe/devel/abe.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- abe.spec	21 Sep 2008 08:27:18 -0000	1.18
+++ abe.spec	20 Dec 2008 04:07:33 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           abe
 Version:        1.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 
 Summary:        Scrolling, platform-jumping, ancient pyramid exploring game
 Group:          Amusements/Games
@@ -14,6 +14,8 @@
 BuildRequires:  SDL-devel >= 1.2.3, SDL_mixer-devel >= 1.2.3
 BuildRequires:  libXmu-devel libXi-devel
 BuildRequires:  desktop-file-utils
+Requires(post): coreutils
+Requires(postun): coreutils
 
 %description
 A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game,
@@ -65,6 +67,9 @@
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Fri Dec 19 2008 Wart <wart at kobold.org> - 1.1-9
+- Add coreutils requirement for rpm post scripts
+
 * Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1-8
 - Fix Patch0:/%%patch mismatch.
 




More information about the scm-commits mailing list