Accepting request 248308 from home:darix:dovecot
- make the /etc/dovecot handling consistent between dovecot and dovecotXY. both now use: %dir /etc/dovecot %ghost %config(noreplace) /etc/dovecot/* OBS-URL: https://build.opensuse.org/request/show/248308 OBS-URL: https://build.opensuse.org/package/show/server:mail/dovecot?expand=0&rev=2
This commit is contained in:
parent
a5152a058a
commit
4a4057820a
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 10:13:49 UTC 2014 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- make the /etc/dovecot handling consistent between dovecot and
|
||||||
|
dovecotXY. both now use:
|
||||||
|
%dir /etc/dovecot
|
||||||
|
%ghost %config(noreplace) /etc/dovecot/*
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 8 23:16:05 UTC 2014 - mrueckert@suse.de
|
Mon Sep 8 23:16:05 UTC 2014 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -141,7 +141,8 @@ systemd-tmpfiles --create /usr/lib/tmpfiles.d/dovecot.conf || true
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_datadir}/doc/packages/dovecot/
|
%doc %{_datadir}/doc/packages/dovecot/
|
||||||
# conf
|
# conf
|
||||||
%ghost %config(noreplace) /etc/dovecot/
|
%dir /etc/dovecot/
|
||||||
|
%ghost %config(noreplace) /etc/dovecot/*
|
||||||
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
|
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
|
||||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
||||||
%{_sbindir}/rc%{name}
|
%{_sbindir}/rc%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user