[GIT] Evergreen ILS branch main updated. 1279b152400d29c1eec4bac38f437242a1c05779

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via 1279b152400d29c1eec4bac38f437242a1c05779 (commit) from fd25769caa46430a6ac78eff033940caa77ffa2d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1279b152400d29c1eec4bac38f437242a1c05779 Author: Chris Sharp <csharp@georgialibraries.org> Date: Wed Apr 9 15:15:09 2025 -0400 LP#2106667: Remove Fedora Makefile.install target Signed-off-by: Chris Sharp <csharp@georgialibraries.org> Signed-off-by: Jane Sandberg <js7389@princeton.edu> diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index b6f89d3c39..6562740357 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -19,8 +19,6 @@ # make -f Makefile.install ubuntu-noble # - or - # make -f Makefile.install ubuntu-jammy -# - or - -# make -f Makefile.install fedora # # --------------------------------------------------------------------- @@ -82,8 +80,6 @@ ubuntu-noble: @make -f $(DIR)/Makefile.ubuntu-noble ubuntu-jammy: @make -f $(DIR)/Makefile.ubuntu-jammy -fedora: - @make -f $(DIR)/Makefile.fedora postgres-server-debian-bookworm-13: @make -f $(DIR)/Makefile.debian-bookworm install_postgres_server_13 @@ -135,8 +131,6 @@ postgres-server-ubuntu-jammy-16: @make -f $(DIR)/Makefile.ubuntu-jammy install_postgres_server_16 postgres-server-ubuntu-jammy-17: @make -f $(DIR)/Makefile.ubuntu-jammy install_postgres_server_17 -postgres-server-fedora: - @make -f $(DIR)/Makefile.fedora install_postgres_server ubuntu-noble-developer: @make -f $(DIR)/Makefile.ubuntu-noble install_developer diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora deleted file mode 100644 index 2cff7f378a..0000000000 --- a/Open-ILS/src/extras/install/Makefile.fedora +++ /dev/null @@ -1,134 +0,0 @@ -# install files for Fedora - -DIR = $(dir $(lastword $(MAKEFILE_LIST))) - -# Fedora? -FEDORA=$(shell uname -r | grep "\.fc[0-9][0-9]\.") -# Fedora 64-bit? -FEDORA_64=$(shell uname -r | grep "\.fc[0-9][0-9]\.x86_64") - -PGSQL_COMMON_RPMS = \ - gcc \ - perl-Business-ISBN \ - perl-Library-CallNumber-LC \ - perl-MARC-Record \ - perl-MARC-XML \ - perl-UUID-Tiny \ - perl-Email-Valid \ - perl-XML-LibXML \ - perl-XML-LibXSLT - -FEDORA_RPMS = \ - $(PGSQL_COMMON_RPMS) \ - aspell \ - aspell-en \ - bzip2-devel \ - check \ - check-devel \ - libdbi \ - libdbi-dbd-pgsql \ - libdbi-devel \ - libssh2-devel \ - libyaz \ - libyaz-devel \ - mingw32-nsiswrapper \ - mod_perl \ - mod_ssl \ - ncurses-devel \ - ncurses-libs \ - perl-parent \ - perl-Business-CreditCard \ - perl-Business-ISBN-Data \ - perl-CPAN \ - perl-Crypt-SSLeay \ - perl-Date-Manip \ - perl-DBD-Pg \ - perl-Email-Send \ - perl-Email-Simple \ - perl-Email-MIME \ - perl-GDGraph3d \ - perl-HTTP-Async \ - perl-JSON-XS \ - perl-LDAP \ - perl-Locale-Codes \ - perl-Locale-Maketext-Lexicon \ - perl-MARC-Charset \ - perl-Module-Pluggable \ - perl-Net-HTTPS-NB \ - perl-Net-IP \ - perl-Net-SSH2 \ - perl-OLE-Storage_Lite \ - perl-Parse-RecDescent \ - perl-RPC-XML \ - perl-SOAP-Lite \ - perl-Test-MockModule \ - perl-Test-MockObject \ - perl-Test-Warn \ - perl-Test-Output \ - perl-Text-Aspell \ - perl-Text-CSV \ - perl-Text-CSV_XS \ - perl-XML-Writer \ - perl-HTML-Defang \ - perl-Module-Pluggable \ - postgresql-devel \ - readline-devel \ - tcp_wrappers-devel \ - wget \ - yaz - -export CPAN_MODULES = \ - Geo::Coder::OSM \ - Geo::Coder::Google \ - Geo::Coder::Bing \ - Excel::Writer::XLSX \ - String::KeyboardDistance \ - Text::Levenshtein::Damerau::XS \ - Business::ISSN \ - Net::Z3950::ZOOM \ - Net::Z3950::Simple2ZOOM \ - Template::Plugin::POSIX \ - SRU \ - Config::General \ - Pass::OTP \ - Authen::WebAuthn \ - IO::Prompter \ - Mojolicious \ - Mojolicious::Lite \ - Mojolicious::Plugin::OpenAPI \ - Mojolicious::Plugin::ForwardedFor \ - Rose::URI \ - Duadua - -export CPAN_MODULES_FORCE = \ - Business::Stripe \ - Class::DBI::Frozen::301 \ - Business::OnlinePayment \ - Business::OnlinePayment::AuthorizeNet \ - Business::OnlinePayment::PayflowPro \ - Business::OnlinePayment::PayPal - -PGSQL_FEDORA_RPMS = \ - $(PGSQL_COMMON_RPMS) \ - postgresql \ - postgresql-contrib \ - postgresql-libs \ - postgresql-plperl \ - postgresql-server - -all: install_fedora_rpms - make -f $(DIR)/Makefile.common install_net_z3950_simpleserver - make -f $(DIR)/Makefile.common install_cpan - make -f $(DIR)/Makefile.common install_cpan_force - -install_postgres_server: - yum -y install $(PGSQL_FEDORA_RPMS) - -install_fedora_rpms: - yum -y update - yum -y install $(FEDORA_RPMS) - -clean: - make -f $(DIR)/Makefile.common clean - -# vim:noet:sw=4:ts=4: ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/extras/Makefile.install | 6 -- Open-ILS/src/extras/install/Makefile.fedora | 134 ---------------------------- 2 files changed, 140 deletions(-) delete mode 100644 Open-ILS/src/extras/install/Makefile.fedora hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User