contrib/buildrpm
changeset 8867 ff817723280a
parent 7431 3d827cc616b6
child 8868 8c97115547cc
--- a/contrib/buildrpm	Sat Jun 20 20:57:13 2009 +0200
+++ b/contrib/buildrpm	Sat Jun 20 16:06:54 2009 +0200
@@ -1,11 +1,13 @@
 #!/bin/sh
 #
 # Build a Mercurial RPM in place.
-# Known to work on:
-# - Fedora 9
-# - Fedora 10
 #
 # Bryan O'Sullivan <bos@serpentine.com>
+#
+# Tested on
+# - Fedora 10
+# - Fedora 11
+# - Centos 5.3 (with Fedora EPEL repo for asciidoc)
 
 if hg --version > /dev/null 2>&1; then :
 else