diff --git a/openldap-rc.tgz b/openldap-rc.tgz index aa326ea..328a176 100644 --- a/openldap-rc.tgz +++ b/openldap-rc.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cedd000ea2e09c6e2657787a5d0eba80b4138e315a778eda9ec2e699cb6d06c -size 4393 +oid sha256:397f6b72a9680efaeac76606855e62d5f3beba798fb0bbf5dadb18fb8836e681 +size 4387 diff --git a/openldap2-client.changes b/openldap2-client.changes index 63712a1..3c3716d 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -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 diff --git a/openldap2-client.spec b/openldap2-client.spec index 1632cd1..1104ea1 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -42,7 +42,7 @@ Summary: OpenLDAP Client Utilities %endif AutoReqProv: on Version: 2.4.11 -Release: 10 +Release: 15 Source: openldap-%{version}.tar.bz2 Source1: openldap-rc.tgz 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 %{_libdir}/sasl2/slapd.conf /etc/sasl2/slapd.conf 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} # convert database if needed if [ -f /etc/openldap/UPDATE_NEEDED ] ; then @@ -487,6 +487,10 @@ fi %endif %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 - try to fix build for buildservice (BUILD_INCARNATION can be empty) diff --git a/openldap2.changes b/openldap2.changes index 63712a1..3c3716d 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -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 diff --git a/openldap2.spec b/openldap2.spec index 9af3fc7..c1d95be 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -42,7 +42,7 @@ Summary: The OpenLDAP Server %endif AutoReqProv: on Version: 2.4.11 -Release: 11 +Release: 14 Source: openldap-%{version}.tar.bz2 Source1: openldap-rc.tgz 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 %{_libdir}/sasl2/slapd.conf /etc/sasl2/slapd.conf 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} # convert database if needed if [ -f /etc/openldap/UPDATE_NEEDED ] ; then @@ -490,6 +490,10 @@ fi %endif %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 - try to fix build for buildservice (BUILD_INCARNATION can be empty)