This commit is contained in:
parent
07fc445b7e
commit
d463ab647f
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cedd000ea2e09c6e2657787a5d0eba80b4138e315a778eda9ec2e699cb6d06c
|
||||
size 4393
|
||||
oid sha256:397f6b72a9680efaeac76606855e62d5f3beba798fb0bbf5dadb18fb8836e681
|
||||
size 4387
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user