rpms/awstats/EL-5 awstats.README.Fedora, NONE, 1.1 awstats.spec, 1.22, 1.23

Tim Jackson timj at fedoraproject.org
Wed Sep 24 18:47:25 UTC 2008


Author: timj

Update of /cvs/extras/rpms/awstats/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1633

Modified Files:
	awstats.spec 
Added Files:
	awstats.README.Fedora 
Log Message:
Add README.Fedora file to point people towards the -selinux subpackage



--- NEW FILE awstats.README.Fedora ---
SELinux support
---------------
If you have SELinux enabled, please install the package "awstats-selinux" as
this provides the necessary policy and labelling for AWStats to work
correctly under SELinux.


Index: awstats.spec
===================================================================
RCS file: /cvs/extras/rpms/awstats/EL-5/awstats.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- awstats.spec	23 Aug 2008 09:03:41 -0000	1.22
+++ awstats.spec	24 Sep 2008 18:46:55 -0000	1.23
@@ -1,12 +1,13 @@
 Name:       awstats
 Version:    6.7
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Advanced Web Statistics
 License:    GPLv2
 Group:      Applications/Internet
 URL:        http://awstats.sourceforge.net
 Source0:    http://dl.sf.net/awstats/awstats-%{version}.tar.gz
 Source1:    awstats.README.SELinux
+Source2:    awstats.README.Fedora
 
 # Fix pb in xml output for history files
 # http://awstats.cvs.sourceforge.net/awstats/awstats/wwwroot/cgi-bin/awstats.pl?r1=1.892&r2=1.894&view=patch
@@ -62,6 +63,7 @@
 perl -pi -e 's/\r//g' tools/httpd_conf tools/logresolvemerge.pl
 # SELinux README
 cp -a %{SOURCE1} README.SELinux
+cp -a %{SOURCE2} README.Fedora
 mkdir selinux
 
 
@@ -202,7 +204,7 @@
 %{_datadir}/%{name}/wwwroot/cgi-bin
 # Different defattr to fix lots of files which should not be +x.
 %defattr(644,root,root,755)
-%doc README.TXT docs/*
+%doc README.TXT README.Fedora docs/*
 %{_datadir}/%{name}/lang
 %{_datadir}/%{name}/lib
 %{_datadir}/%{name}/plugins
@@ -218,6 +220,9 @@
 
 
 %changelog
+* Wed Sep 24 2008 Tim Jackson <rpm at timj.co.uk> 6.7-4
+- Add README.Fedora file pointing people towards the -selinux subpackage
+
 * Sat Aug 23 2008 Tim Jackson <rpm at timj.co.uk> 6.7-3
 - Fix CVE-2008-3714: cross-site scripting security issue (#459605)
 




More information about the fedora-extras-commits mailing list