rpms/rogue/F-9 rogue.spec,1.14,1.15

Michael Thomas wart at fedoraproject.org
Fri Dec 19 02:12:09 UTC 2008


Author: wart

Update of /cvs/extras/rpms/rogue/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2049

Modified Files:
	rogue.spec 
Log Message:
Add coreutils requirement for rpm post scripts (BZ #246770)




Index: rogue.spec
===================================================================
RCS file: /cvs/extras/rpms/rogue/F-9/rogue.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- rogue.spec	9 Feb 2008 03:38:51 -0000	1.14
+++ rogue.spec	19 Dec 2008 02:11:38 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           rogue
 Version:        5.4.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The original graphical adventure game
 
 Group:          Amusements/Games
@@ -11,6 +11,8 @@
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  ncurses-devel
+Requires(post): coreutils
+Requires(postun): coreutils
 
 %description
 The one, the only, the original graphical adventure game that spawned
@@ -65,6 +67,9 @@
 
 
 %changelog
+* Thu Dec 18 2008 Wart <wart at kobold.org> 5.4.5-3
+- Add coreutils requirement for rpm post scripts (BZ #246770)
+
 * Fri Feb 8 2008 Wart <wart at kobold.org> 5.4.5-2
 - Rebuild for gcc 4.3
 




More information about the fedora-extras-commits mailing list