Skip to content
Snippets Groups Projects
  • Francesco Giacomini's avatar
    f3a5d3f3
    Add HTTPG and VOMS support to openresty 1.19.9.1 · f3a5d3f3
    Francesco Giacomini authored
    * Start from the upstream SPEC file.
    * Use the %{name} macro instead of explicitly repeating openresty-voms
    * Use system zlib, openssl and pcre dependencies and do not specify minimum
      versions
    * Remove unused macros oroprefix, {zlib,pcre,openssl}_prefix
    * The voms_module_prefix macro is assumed
    * Mv-ing openresty binary in openresty-voms seems irrelevant
    * Don't consider "tapset" files, they don't exist (any more)
    * For debug builds use -Og
    * Review the packaging script
      - Minimize the list of build-time packages to install
      - Set the voms_module_prefix macro in the .rpmmacros file. The prefix is
        on the command line, with a default
      - Build only the optimized RPM
    * Start docker:dind with --tls=false to avoid timeouts during CI
    
    Issue #17
    f3a5d3f3
    History
    Add HTTPG and VOMS support to openresty 1.19.9.1
    Francesco Giacomini authored
    * Start from the upstream SPEC file.
    * Use the %{name} macro instead of explicitly repeating openresty-voms
    * Use system zlib, openssl and pcre dependencies and do not specify minimum
      versions
    * Remove unused macros oroprefix, {zlib,pcre,openssl}_prefix
    * The voms_module_prefix macro is assumed
    * Mv-ing openresty binary in openresty-voms seems irrelevant
    * Don't consider "tapset" files, they don't exist (any more)
    * For debug builds use -Og
    * Review the packaging script
      - Minimize the list of build-time packages to install
      - Set the voms_module_prefix macro in the .rpmmacros file. The prefix is
        on the command line, with a default
      - Build only the optimized RPM
    * Start docker:dind with --tls=false to avoid timeouts during CI
    
    Issue #17