source: server/fedora/specs/httpd.spec.patch @ 189

Last change on this file since 189 was 1, checked in by jbarnold, 18 years ago
File size: 667 bytes
  • httpd.spec

    old new  
    5959Obsoletes: mod_put, mod_roaming, mod_jk
    6060Conflicts: pcre < 4.0
    6161
     62Patch1000: httpd-suexec-scripts.patch
     63
    6264%description
    6365The Apache HTTP Server is a powerful, efficient, and extensible
    6466web server.
     
    127129# Patch in vendor/release string
    128130sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
    129131
     132%patch1000 -p1 -b .scripts
     133
    130134# Safety check: prevent build if defined MMN does not equal upstream MMN.
    131135vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
    132136if test "x${vmmn}" != "x%{mmn}"; then
Note: See TracBrowser for help on using the repository browser.