OBS User unknown 2008-08-18 16:57:28 +00:00 committed by Git OBS Bridge
parent 07fc445b7e
commit d463ab647f
5 changed files with 34 additions and 6 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:5cedd000ea2e09c6e2657787a5d0eba80b4138e315a778eda9ec2e699cb6d06c oid sha256:397f6b72a9680efaeac76606855e62d5f3beba798fb0bbf5dadb18fb8836e681
size 4393 size 4387

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 18 18:10:07 CEST 2008 - mrueckert@suse.de
- remove outdated options in the fillup_and_insserv call
-------------------------------------------------------------------
Mon Aug 18 11:00:13 CEST 2008 - rhafer@suse.de
- fixed LSB-Headers in init-script
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 13 17:25:25 CEST 2008 - ro@suse.de Wed Aug 13 17:25:25 CEST 2008 - ro@suse.de

View File

@ -42,7 +42,7 @@ Summary: OpenLDAP Client Utilities
%endif %endif
AutoReqProv: on AutoReqProv: on
Version: 2.4.11 Version: 2.4.11
Release: 10 Release: 15
Source: openldap-%{version}.tar.bz2 Source: openldap-%{version}.tar.bz2
Source1: openldap-rc.tgz Source1: openldap-rc.tgz
Source2: addonschema.tar.gz Source2: addonschema.tar.gz
@ -391,7 +391,7 @@ if [ ${1:-0} -gt 1 ] && [ -f %{_libdir}/sasl2/slapd.conf ] ; then
cp /etc/sasl2/slapd.conf /etc/sasl2/slapd.conf.rpmnew cp /etc/sasl2/slapd.conf /etc/sasl2/slapd.conf.rpmnew
cp %{_libdir}/sasl2/slapd.conf /etc/sasl2/slapd.conf cp %{_libdir}/sasl2/slapd.conf /etc/sasl2/slapd.conf
fi fi
%{fillup_and_insserv -n -s openldap ldap START_LDAP} %{fillup_and_insserv -n openldap ldap}
%{remove_and_set -n openldap OPENLDAP_RUN_DB_RECOVER} %{remove_and_set -n openldap OPENLDAP_RUN_DB_RECOVER}
# convert database if needed # convert database if needed
if [ -f /etc/openldap/UPDATE_NEEDED ] ; then if [ -f /etc/openldap/UPDATE_NEEDED ] ; then
@ -487,6 +487,10 @@ fi
%endif %endif
%changelog %changelog
* Mon Aug 18 2008 mrueckert@suse.de
- remove outdated options in the fillup_and_insserv call
* Mon Aug 18 2008 rhafer@suse.de
- fixed LSB-Headers in init-script
* Wed Aug 13 2008 ro@suse.de * Wed Aug 13 2008 ro@suse.de
- try to fix build for buildservice - try to fix build for buildservice
(BUILD_INCARNATION can be empty) (BUILD_INCARNATION can be empty)

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 18 18:10:07 CEST 2008 - mrueckert@suse.de
- remove outdated options in the fillup_and_insserv call
-------------------------------------------------------------------
Mon Aug 18 11:00:13 CEST 2008 - rhafer@suse.de
- fixed LSB-Headers in init-script
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 13 17:25:25 CEST 2008 - ro@suse.de Wed Aug 13 17:25:25 CEST 2008 - ro@suse.de

View File

@ -42,7 +42,7 @@ Summary: The OpenLDAP Server
%endif %endif
AutoReqProv: on AutoReqProv: on
Version: 2.4.11 Version: 2.4.11
Release: 11 Release: 14
Source: openldap-%{version}.tar.bz2 Source: openldap-%{version}.tar.bz2
Source1: openldap-rc.tgz Source1: openldap-rc.tgz
Source2: addonschema.tar.gz Source2: addonschema.tar.gz
@ -394,7 +394,7 @@ if [ ${1:-0} -gt 1 ] && [ -f %{_libdir}/sasl2/slapd.conf ] ; then
cp /etc/sasl2/slapd.conf /etc/sasl2/slapd.conf.rpmnew cp /etc/sasl2/slapd.conf /etc/sasl2/slapd.conf.rpmnew
cp %{_libdir}/sasl2/slapd.conf /etc/sasl2/slapd.conf cp %{_libdir}/sasl2/slapd.conf /etc/sasl2/slapd.conf
fi fi
%{fillup_and_insserv -n -s openldap ldap START_LDAP} %{fillup_and_insserv -n openldap ldap}
%{remove_and_set -n openldap OPENLDAP_RUN_DB_RECOVER} %{remove_and_set -n openldap OPENLDAP_RUN_DB_RECOVER}
# convert database if needed # convert database if needed
if [ -f /etc/openldap/UPDATE_NEEDED ] ; then if [ -f /etc/openldap/UPDATE_NEEDED ] ; then
@ -490,6 +490,10 @@ fi
%endif %endif
%changelog %changelog
* Mon Aug 18 2008 mrueckert@suse.de
- remove outdated options in the fillup_and_insserv call
* Mon Aug 18 2008 rhafer@suse.de
- fixed LSB-Headers in init-script
* Wed Aug 13 2008 ro@suse.de * Wed Aug 13 2008 ro@suse.de
- try to fix build for buildservice - try to fix build for buildservice
(BUILD_INCARNATION can be empty) (BUILD_INCARNATION can be empty)