[Bug 1070871] New: "/etc/zypp/zypp.conf:rpm.install.excludedocs = yes" breaks dovecot post scriptlet -> no working dovecot in containers
http://bugzilla.opensuse.org/show_bug.cgi?id=1070871 Bug ID: 1070871 Summary: "/etc/zypp/zypp.conf:rpm.install.excludedocs = yes" breaks dovecot post scriptlet -> no working dovecot in containers Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: bnc-team-screening@forge.provo.novell.com Reporter: mrueckert@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- ``` rpm -q --scripts dovecot preinstall scriptlet (using /bin/sh): /usr/sbin/groupadd -r dovecot >/dev/null 2>&1 || : /usr/sbin/useradd -g dovecot -s /bin/false -r -c "User for Dovecot imapd" -d /var/run/dovecot dovecot >/dev/null 2>&1 || : /usr/sbin/useradd -g dovecot -s /bin/false -r -c "User for Dovecot login" -d /var/run/dovecot dovenull >/dev/null 2>&1 || : # try to copy the default configuration. # # we fail silently if the dovecot-implementation package is not # installed yet. This allows us to break a little build loop between # dovecot and dovecotXY. if [ ! -e /etc/dovecot/dovecot.conf -a -e /usr/share/doc/packages/dovecot/example-config/dovecot.conf ] ; then # install default config echo "Did not find a /etc/dovecot/dovecot.conf. copying default configuration" cp -na /usr/share/doc/packages/dovecot/example-config/* /etc/dovecot/ # the chmod breaks the lda. lets use the more open permissions #chmod -Rv o= /etc/dovecot/ fi ``` so yeah ... no config if installed without docs -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1070871 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-beta@cboltz.de Assignee|bnc-team-screening@forge.pr |varkoly@suse.com |ovo.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1070871 http://bugzilla.opensuse.org/show_bug.cgi?id=1070871#c1 --- Comment #1 from Marcus Rückert <mrueckert@suse.com> --- best would probably to move the example config to /usr/share/dovecot/ together with the mkcert script ... and only have them as symlinks in the doc dir so that we dont break existing documentation. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1070871 http://bugzilla.opensuse.org/show_bug.cgi?id=1070871#c4 --- Comment #4 from OBSbugzilla Bot <bwiedemann+obsbugzillabot@suse.com> --- This is an autogenerated message for OBS integration: This bug (1070871) was mentioned in https://build.opensuse.org/request/show/954323 Factory / dovecot -- You are receiving this mail because: You are on the CC list for the bug.
participants (2)
-
bugzilla_noreply@novell.com
-
bugzilla_noreply@suse.com