]> git.pld-linux.org Git - packages/rt.git/commitdiff
- rel 2; RT_Config.pm isn't typical config. It shouldn't be changed. Overwrite local... auto/th/rt-3_8_8-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 May 2010 08:58:07 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rt.spec -> 1.84

rt.spec

diff --git a/rt.spec b/rt.spec
index 95fdc8182970d6b75afd80058a766722b59035e8..fbdbe58439a780d7f47044da277c74aca0c6863d 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -38,7 +38,7 @@ Summary:      Request Tracker
 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
@@ -258,8 +258,14 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.062711 seconds and 4 git commands to generate.