From a7476309478391045049f7f747e24ec7bb3cfc76 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Fri, 31 May 2013 15:05:34 -0400 Subject: [PATCH] Change Fedora dependency from libbz2-devel to bzip2-devel Thanks to Chris Sharp working on the Fedora buildbot, he noticed that there is no yum package for libbz2-devel, so he changed it to bzip2-devel. Signed-off-by: Ben Shum --- Open-ILS/src/extras/Makefile.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index fc46d62774..a78dba336b 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -161,7 +161,7 @@ FEDORA_RPMS = \ tcp_wrappers-devel \ wget \ yaz \ - libbz2-devel + bzip2-devel # Note: B:O:AuthorizeNet 3.21 fails with https://rt.cpan.org/Public/Bug/Display.html?id=55172 # Should be fixed in 3.22 -- 2.11.0