From 61fdb582dc918a1003351ff25842a23aaff24f71 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 4 Jan 2012 15:21:36 -0500 Subject: [PATCH] Remove reference to Fedora specific version in prereq installer 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 --- src/extras/Makefile.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 51d8890..b6c7373 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -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 -- 2.11.0