- Emergency fix: move tmpfiles_create post from the library package
to the main package's post script, which ships the tmpfiles.d configuration. Fixes the post script of the library (-p /sbin/ldconfig does not allow more statements in the script). OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=140
This commit is contained in:
parent
ea45654e1d
commit
9648f071fd
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 12 14:25:52 UTC 2018 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||||
|
|
||||||
|
- Emergency fix: move tmpfiles_create post from the library package
|
||||||
|
to the main package's post script, which ships the tmpfiles.d
|
||||||
|
configuration. Fixes the post script of the library (-p
|
||||||
|
/sbin/ldconfig does not allow more statements in the script).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 8 15:25:08 UTC 2018 - varkoly@suse.com
|
Thu Nov 8 15:25:08 UTC 2018 - varkoly@suse.com
|
||||||
|
|
||||||
|
@ -458,10 +458,10 @@ if [ ${1:-0} -gt 1 ] && [ ! -f /var/adm/openldap_modules_path_updated ] ; then
|
|||||||
/usr/sbin/openldap_update_modules_path.sh
|
/usr/sbin/openldap_update_modules_path.sh
|
||||||
fi
|
fi
|
||||||
%{fillup_only -n openldap ldap}
|
%{fillup_only -n openldap ldap}
|
||||||
|
%tmpfiles_create openldap.conf
|
||||||
%service_add_post slapd.service
|
%service_add_post slapd.service
|
||||||
|
|
||||||
%post -n libldap-2_4-2 -p /sbin/ldconfig
|
%post -n libldap-2_4-2 -p /sbin/ldconfig
|
||||||
%tmpfiles_create openldap.conf
|
|
||||||
|
|
||||||
%postun -n libldap-2_4-2 -p /sbin/ldconfig
|
%postun -n libldap-2_4-2 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user