From b3a794f4e5a26fb3714665aa5cb15897ddcaefb4 Mon Sep 17 00:00:00 2001
From: Dan Scott <dscott@laurentian.ca>
Date: Fri, 3 Aug 2012 10:59:33 -0400
Subject: [PATCH] Add dependencies for Fedora

Noted by Net Wolf on the mailing list, some core dependencies were
missing from the Fedora Makefile.install installer. As some of them have
recently been packaged for Fedora 17, add them to the package
collection; others are still unpackaged, so leave them there.

Note: the packages are not available on Fedora 16, but that has a
limited remaining shelf life anyway, so consider this a shift to
supporting only the latest stable version of Fedora.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
---
 Open-ILS/src/extras/Makefile.install | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index 9d9c6c3b62..b3a0953de0 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -138,7 +138,10 @@ FEDORA_RPMS = \
 	perl-GDGraph3d \
 	perl-JSON-XS \
 	perl-LDAP \
+	perl-Library-CallNumber-LC \
 	perl-Locale-Codes \
+	perl-MARC-Charset \
+	perl-MARC-Record \
 	perl-Net-IP \
 	perl-Net-SSH2 \
 	perl-OLE-Storage_Lite \
@@ -160,7 +163,7 @@ FEDORA_CPAN = \
 	Business::OnlinePayment \
 	Business::OnlinePayment::AuthorizeNet \
 	Business::OnlinePayment::PayPal \
-	MARC::Record \
+	MARC::File::XML \
 	UUID::Tiny
 
 PGSQL_90_RPMS = \
-- 
2.11.0