mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
* sogo.spec:
Treat logrotate file as a config file (noreplace) Monotone-Parent: de7e6a583e1acc600d976efeef72db979312bb94 Monotone-Revision: 0a2787d6259826c9137c4fbee005b7cf638fa317 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-31T16:27:13
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-07-31 Jean Raby <jraby@inverse.ca>
|
||||
|
||||
* sogo.spec:
|
||||
Treat logrotate file as a config file (noreplace)
|
||||
|
||||
2012-07-31 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoSieveManager.m
|
||||
|
||||
@@ -212,7 +212,6 @@ rm -fr ${RPM_BUILD_ROOT}
|
||||
|
||||
/etc/init.d/sogod
|
||||
/etc/cron.daily/sogo-tmpwatch
|
||||
/etc/logrotate.d/sogo
|
||||
/var/run/sogo
|
||||
/var/log/sogo
|
||||
/var/spool/sogo
|
||||
@@ -231,6 +230,7 @@ rm -fr ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/GNUstep/OCSTypeModels
|
||||
%{_libdir}/GNUstep/WOxElemBuilders-*
|
||||
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/sogo
|
||||
%config(noreplace) %{_sysconfdir}/cron.d/sogo
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf.d/SOGo.conf
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/sogo
|
||||
@@ -312,6 +312,9 @@ fi
|
||||
|
||||
# ********************************* changelog *************************
|
||||
%changelog
|
||||
* Tue Jul 31 2012 Jean Raby <jraby@inverse.ca>
|
||||
- treat logrotate file as a config file
|
||||
|
||||
* Fri May 24 2012 Jean Raby <jraby@inverse.ca>
|
||||
- %post: restart sogo if it was running before rpm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user