packages: rt/rt.spec - rel 2; RT_Config.pm isn't typical config. It shouldn...

arekm arekm at pld-linux.org
Fri May 7 10:58:12 CEST 2010


Author: arekm                        Date: Fri May  7 08:58:12 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2; RT_Config.pm isn't typical config. It shouldn't be changed. Overwrite local settings in RT_SiteConfig.pm.

---- Files affected:
packages/rt:
   rt.spec (1.83 -> 1.84) 

---- Diffs:

================================================================
Index: packages/rt/rt.spec
diff -u packages/rt/rt.spec:1.83 packages/rt/rt.spec:1.84
--- packages/rt/rt.spec:1.83	Fri May  7 10:54:05 2010
+++ packages/rt/rt.spec	Fri May  7 10:58:07 2010
@@ -39,7 +39,7 @@
 Summary(pl.UTF-8):	Request Tracker - system do śledzenia zleceń
 Name:		rt
 Version:	3.8.8
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Applications
 Source0:	http://download.bestpractical.com/pub/rt/release/%{name}-%{version}.tar.gz
@@ -259,8 +259,14 @@
 %files
 %defattr(644,root,root,755)
 %doc README* UPGRADING docs
+
 %dir %{_sysconfdir}
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/[a-z]*
+# this is local config
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/RT_SiteConfig.pm
+# this is generic config that SHOULDN'T BE TOUCHED. Change settings in your local (site) config.
+%attr(640,root,http) %config %{_sysconfdir}/RT_Config.pm
+
 %dir %attr(750,root,http) %{_webappsdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappsdir}/httpd.conf
 %attr(755,root,root) /etc/cron.daily/rt-clean-sessions
@@ -286,6 +292,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2010/05/07 08:58:07  arekm
+- rel 2; RT_Config.pm isn't typical config. It shouldn't be changed. Overwrite local settings in RT_SiteConfig.pm.
+
 Revision 1.83  2010/05/07 08:54:05  arekm
 - require perl-Moose
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rt/rt.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list