From e42ffe560f69c604c96e8b9bd254019cbd957240 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Jun 2018 14:03:56 +0200 Subject: test build for pr #4178 --- 4178.patch | 24 ++++++++++++++++++++++++ glpi-9.2-config_path.php | 33 --------------------------------- glpi-9.2-config_path_test.php | 14 -------------- glpi-downstream-test.php | 14 ++++++++++++++ glpi-downstream.php | 37 +++++++++++++++++++++++++++++++++++++ glpi.spec | 12 +++++++++--- 6 files changed, 84 insertions(+), 50 deletions(-) create mode 100644 4178.patch delete mode 100644 glpi-9.2-config_path.php delete mode 100644 glpi-9.2-config_path_test.php create mode 100644 glpi-downstream-test.php create mode 100644 glpi-downstream.php diff --git a/4178.patch b/4178.patch new file mode 100644 index 0000000..c860520 --- /dev/null +++ b/4178.patch @@ -0,0 +1,24 @@ +From f4c6a0e0688cfb95afb695f0b26179df3e617e8d Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Thu, 14 Jun 2018 14:02:13 +0200 +Subject: [PATCH] cleanup RPM stuff (moved to downstream.php) + +--- + inc/based_config.php | 4 +--- + 1 file changed, 1 insertion(+), 3 deletions(-) + +diff --git a/inc/based_config.php b/inc/based_config.php +index da03ab70c0..834d4ea4ef 100644 +--- a/inc/based_config.php ++++ b/inc/based_config.php +@@ -43,9 +43,7 @@ + } + + // If this file exists, it is load +-if (!is_dir(GLPI_ROOT. '/config') && file_exists('/etc/glpi/local_define.php')) { // Relocated (Linux only) +- require_once '/etc/glpi/local_define.php'; +-} else if (file_exists(GLPI_ROOT. '/config/local_define.php')) { ++if (file_exists(GLPI_ROOT. '/config/local_define.php')) { + require_once GLPI_ROOT. '/config/local_define.php'; + } + diff --git a/glpi-9.2-config_path.php b/glpi-9.2-config_path.php deleted file mode 100644 index b7a1a7e..0000000 --- a/glpi-9.2-config_path.php +++ /dev/null @@ -1,33 +0,0 @@ - - 9.3.0~RC2-2 +- test build + * Tue Jun 12 2018 Remi Collet - 9.3.0~RC2-1 - update to 9.3-RC2 - drop dependency on jasig/phpcas -- cgit