* 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
maint-2.0.2
Jean Raby 2012-07-31 16:27:13 +00:00
parent 3bda924ebf
commit 53d96f286e
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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