forked from pool/courier-imap
Accepting request 396966 from home:kukuk:sles
- Remove directories already part of filesystem rpm - Fix path of SuSEfirewall2.d directory OBS-URL: https://build.opensuse.org/request/show/396966 OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=75
This commit is contained in:
parent
43d2288e97
commit
710f11096f
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 10:34:20 CEST 2016 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Remove directories already part of filesystem rpm
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 17 13:24:37 CEST 2016 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Fix path of SuSEfirewall2.d directory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 12:59:14 UTC 2016 - chris@computersalat.de
|
Mon May 16 12:59:14 UTC 2016 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package courier-imap
|
# spec file for package courier-imap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -187,8 +187,8 @@ done
|
|||||||
%{_sysconfdir}/courier/pop3d-ssl.dist
|
%{_sysconfdir}/courier/pop3d-ssl.dist
|
||||||
EOF
|
EOF
|
||||||
#firewall script
|
#firewall script
|
||||||
%{__install} -D -m 644 %{S:4} %{buildroot}%{_sysconfdir}/SuSEfirewall2.d/services/%{name}
|
%{__install} -D -m 644 %{S:4} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
||||||
%{__install} -D -m 644 %{S:5} %{buildroot}%{_sysconfdir}/SuSEfirewall2.d/services/%{name}-ssl
|
%{__install} -D -m 644 %{S:5} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%if 0%{?has_systemd}
|
%if 0%{?has_systemd}
|
||||||
@ -257,10 +257,8 @@ done
|
|||||||
%config %attr(600,root,root) %{_sysconfdir}/courier/imapd*
|
%config %attr(600,root,root) %{_sysconfdir}/courier/imapd*
|
||||||
%config %attr(600,root,root) %{_sysconfdir}/courier/pop3*
|
%config %attr(600,root,root) %{_sysconfdir}/courier/pop3*
|
||||||
%config %{_sysconfdir}/courier/quotawarnmsg.example
|
%config %{_sysconfdir}/courier/quotawarnmsg.example
|
||||||
%dir %{_sysconfdir}/SuSEfirewall2.d
|
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
||||||
%dir %{_sysconfdir}/SuSEfirewall2.d/services
|
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl
|
||||||
%config %{_sysconfdir}/SuSEfirewall2.d/services/%{name}
|
|
||||||
%config %{_sysconfdir}/SuSEfirewall2.d/services/%{name}-ssl
|
|
||||||
%dir %{_prefix}/lib/%{name}
|
%dir %{_prefix}/lib/%{name}
|
||||||
%{_prefix}/lib/%{name}/makedatprog
|
%{_prefix}/lib/%{name}/makedatprog
|
||||||
%{_prefix}/lib/%{name}/couriertcpd
|
%{_prefix}/lib/%{name}/couriertcpd
|
||||||
|
Loading…
Reference in New Issue
Block a user