[mod_proxy_html/f16] Make sure that README.selinux gets handled correctly on all OSes.

Philip Prindeville philipp at fedoraproject.org
Sat Mar 31 09:59:33 UTC 2012


commit c3338c0f1244d1f2018265c79dc9402c54083586
Author: Philip A. Prindeville <philipp at redfish-solutions.com>
Date:   Sat Mar 31 03:58:33 2012 -0600

    Make sure that README.selinux gets handled correctly on all OSes.

 mod_proxy_html.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/mod_proxy_html.spec b/mod_proxy_html.spec
index eacfcec..7fb0c32 100644
--- a/mod_proxy_html.spec
+++ b/mod_proxy_html.spec
@@ -1,7 +1,7 @@
 Summary: Output filter to rewrite HTML links in a proxy situation
 Name: mod_proxy_html
 Version: 3.1.2
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2
 Group: System Environment/Libraries
 URL: http://apache.webthing.com/mod_proxy_html/
@@ -44,7 +44,7 @@ install -m 644 -D proxy_html.conf %{buildroot}/%{confdir}.d/proxy_html.conf
 %endif
 	%{buildroot}/%{confdir}.d/proxy_html.conf
 
-install -m 444 -D %{SOURCE1} %{buildroot}/%{_docdir}/%{name}-%{version}/
+cp %{SOURCE1} .
 
 
 %clean
@@ -56,8 +56,7 @@ install -m 444 -D %{SOURCE1} %{buildroot}/%{_docdir}/%{name}-%{version}/
 %{modulesdir}/mod_proxy_html.so
 %{modulesdir}/mod_xml2enc.so
 %config(noreplace) %lang(en) %{confdir}.d/proxy_html.conf
-%doc COPYING README
-%doc %{_docdir}/%{name}-%{version}/README.selinux
+%doc COPYING README README.selinux
 
 
 %changelog


More information about the scm-commits mailing list