| Rev | Line |  | 
|---|
| [1] | 1 | --- httpd.spec.old      2006-09-08 15:04:31.000000000 -0400 | 
|---|
|  | 2 | +++ httpd.spec  2006-09-16 21:32:05.000000000 -0400 | 
|---|
|  | 3 | @@ -59,6 +59,8 @@ | 
|---|
|  | 4 | Obsoletes: mod_put, mod_roaming, mod_jk | 
|---|
|  | 5 | Conflicts: pcre < 4.0 | 
|---|
|  | 6 |  | 
|---|
|  | 7 | +Patch1000: httpd-suexec-scripts.patch | 
|---|
|  | 8 | + | 
|---|
|  | 9 | %description | 
|---|
|  | 10 | The Apache HTTP Server is a powerful, efficient, and extensible | 
|---|
|  | 11 | web server. | 
|---|
|  | 12 | @@ -127,6 +129,8 @@ | 
|---|
|  | 13 | # Patch in vendor/release string | 
|---|
|  | 14 | sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 | 
|---|
|  | 15 |  | 
|---|
|  | 16 | +%patch1000 -p1 -b .scripts | 
|---|
|  | 17 | + | 
|---|
|  | 18 | # Safety check: prevent build if defined MMN does not equal upstream MMN. | 
|---|
|  | 19 | vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` | 
|---|
|  | 20 | if test "x${vmmn}" != "x%{mmn}"; then | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.