forked from scientificlinux/python-rpmpatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhttpd.ini
More file actions
48 lines (39 loc) · 1.44 KB
/
httpd.ini
File metadata and controls
48 lines (39 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[program]
changelog_user = Scientific Linux Auto Patch Process <[email protected]>
package_config = True
# ----------------------------------------------------
[define]
dist = .sl6
# ----------------------------------------------------
[re1]
match = (Release: .*)%%{\?dist}(.*)
replace = \1.sl6\2
changelog = Modify release string to note changes
# ----------------------------------------------------
[re2]
match = vstring Red Hat
replace = vstring Scientific Linux
changelog = This package must not feature TUVs branding
# ----------------------------------------------------
[re3]
match = distro Red Hat
replace = distro Scientific Linux
changelog = This package must not feature TUVs branding
# ----------------------------------------------------
[spec1]
diff = httpd-spec_sl_index.html.sl.patch
changelog = The index.html file is outside of the source tarball, so we need to patch it in the install step
# ----------------------------------------------------
[source1]
method = add
source = httpd-sl_index.html.sl.patch
changelog = This patch removes TUV branding from the default index.html
# ----------------------------------------------------
[spec2]
diff = httpd-spec_disable-sslv3.patch
changelog = Per BZ1274876,1274888,1274890 disable SSLv3 by default
# ----------------------------------------------------
[source2]
method = add
source = httpd-disable-ssl2-ssl3.patch
changelog = This patch disables SSLv3 in the default http.conf