Remove reference to Fedora specific version in prereq installer
authorDan Scott <dscott@laurentian.ca>
Wed, 4 Jan 2012 20:21:36 +0000 (15:21 -0500)
committerDan Scott <dscott@laurentian.ca>
Wed, 29 Feb 2012 15:26:19 +0000 (10:26 -0500)
Fedora changes every 6 months, so it's probably silly to have a make
target of "fedora14" when that is no longer supported by the Fedora
project itself. As Fedora has packaged all of the OpenSRF dependencies
(thanks, Ben Webb!), in theory it should be supported by the latest
releases of Fedora in the future... as long as we don't introduce any
dependencies on deprecated versions of packages.

Signed-off-by: Dan Scott <dscott@laurentian.ca>

src/extras/Makefile.install

index 51d8890..b6c7373 100644 (file)
@@ -23,7 +23,7 @@
 #      - or -
 #      make -f Makefile.install rhel
 #      - or -
-#      make -f Makefile.install fedora14
+#      make -f Makefile.install fedora
 #
 # Notes:
 #
@@ -301,7 +301,7 @@ lenny: install_extra_debs
 squeeze: install_extra_debs_squeeze
 generic_debian: install_debs debian_sys_config
 
-fedora14: install_fedora_rpms
+fedora: install_fedora_rpms
 
 rhel: centos