forked from jengelh/openldap2
This commit is contained in:
parent
7cc2be9114
commit
42711c7017
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:90c31536d68fed1dcb4d26f40f1e48ee576bbbe780735635d7aa51d102d0e7e0
|
oid sha256:7c052d00a8fc045161e25ed3dea2601eb16b38eb35e62399a9f319392907f9aa
|
||||||
size 4187
|
size 4350
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 15 14:29:22 CET 2007 - rhafer@suse.de
|
||||||
|
|
||||||
|
- added Service definitions for SuSEfirewall2 (Bug #251654)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 16:50:18 CET 2007 - rhafer@suse.de
|
Thu Feb 22 16:50:18 CET 2007 - rhafer@suse.de
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Summary: OpenLDAP2 Client Utilities
|
|||||||
%endif
|
%endif
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2.3.34
|
Version: 2.3.34
|
||||||
Release: 1
|
Release: 4
|
||||||
Source: openldap-%{version}.tar.bz2
|
Source: openldap-%{version}.tar.bz2
|
||||||
Source1: openldap-rc.tgz
|
Source1: openldap-rc.tgz
|
||||||
Source2: openldap-admin-guide.tar.bz2
|
Source2: openldap-admin-guide.tar.bz2
|
||||||
@ -204,6 +204,8 @@ install -m 644 sysconfig.openldap $RPM_BUILD_ROOT/var/adm/fillup-templates/sysco
|
|||||||
install -m 644 *.schema $RPM_BUILD_ROOT/etc/openldap/schema
|
install -m 644 *.schema $RPM_BUILD_ROOT/etc/openldap/schema
|
||||||
install -m 644 $RPM_SOURCE_DIR/DB_CONFIG $RPM_BUILD_ROOT/var/lib/ldap/DB_CONFIG
|
install -m 644 $RPM_SOURCE_DIR/DB_CONFIG $RPM_BUILD_ROOT/var/lib/ldap/DB_CONFIG
|
||||||
install -m 644 $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example $RPM_BUILD_ROOT/var/lib/ldap/DB_CONFIG.example
|
install -m 644 $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example $RPM_BUILD_ROOT/var/lib/ldap/DB_CONFIG.example
|
||||||
|
install -d $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/
|
||||||
|
install -m 644 SuSEfirewall2.openldap $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/openldap
|
||||||
rm -f $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example
|
rm -f $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example
|
||||||
rm -f $RPM_BUILD_ROOT/var/run/slapd/openldap-data/DB_CONFIG.example
|
rm -f $RPM_BUILD_ROOT/var/run/slapd/openldap-data/DB_CONFIG.example
|
||||||
%endif
|
%endif
|
||||||
@ -222,6 +224,7 @@ cat >openldap2.filelist <<EOF
|
|||||||
/var/adm/fillup-templates/sysconfig.openldap
|
/var/adm/fillup-templates/sysconfig.openldap
|
||||||
%config /etc/init.d/ldap
|
%config /etc/init.d/ldap
|
||||||
%config /etc/init.d/slurpd
|
%config /etc/init.d/slurpd
|
||||||
|
/etc/sysconfig/SuSEfirewall2.d/services/openldap
|
||||||
/usr/sbin/rcldap
|
/usr/sbin/rcldap
|
||||||
/usr/sbin/rcslurpd
|
/usr/sbin/rcslurpd
|
||||||
/usr/sbin/slap*
|
/usr/sbin/slap*
|
||||||
@ -344,6 +347,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2007 - rhafer@suse.de
|
||||||
|
- added Service definitions for SuSEfirewall2 (Bug #251654)
|
||||||
* Thu Feb 22 2007 - rhafer@suse.de
|
* Thu Feb 22 2007 - rhafer@suse.de
|
||||||
- Updated to Version 2.3.34. Most important changes:
|
- Updated to Version 2.3.34. Most important changes:
|
||||||
* Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
|
* Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 15 14:29:22 CET 2007 - rhafer@suse.de
|
||||||
|
|
||||||
|
- added Service definitions for SuSEfirewall2 (Bug #251654)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 16:50:18 CET 2007 - rhafer@suse.de
|
Thu Feb 22 16:50:18 CET 2007 - rhafer@suse.de
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Summary: The New OpenLDAP Server (LDAPv3)
|
|||||||
%endif
|
%endif
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2.3.34
|
Version: 2.3.34
|
||||||
Release: 1
|
Release: 4
|
||||||
Source: openldap-%{version}.tar.bz2
|
Source: openldap-%{version}.tar.bz2
|
||||||
Source1: openldap-rc.tgz
|
Source1: openldap-rc.tgz
|
||||||
Source2: openldap-admin-guide.tar.bz2
|
Source2: openldap-admin-guide.tar.bz2
|
||||||
@ -207,6 +207,8 @@ install -m 644 sysconfig.openldap $RPM_BUILD_ROOT/var/adm/fillup-templates/sysco
|
|||||||
install -m 644 *.schema $RPM_BUILD_ROOT/etc/openldap/schema
|
install -m 644 *.schema $RPM_BUILD_ROOT/etc/openldap/schema
|
||||||
install -m 644 $RPM_SOURCE_DIR/DB_CONFIG $RPM_BUILD_ROOT/var/lib/ldap/DB_CONFIG
|
install -m 644 $RPM_SOURCE_DIR/DB_CONFIG $RPM_BUILD_ROOT/var/lib/ldap/DB_CONFIG
|
||||||
install -m 644 $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example $RPM_BUILD_ROOT/var/lib/ldap/DB_CONFIG.example
|
install -m 644 $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example $RPM_BUILD_ROOT/var/lib/ldap/DB_CONFIG.example
|
||||||
|
install -d $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/
|
||||||
|
install -m 644 SuSEfirewall2.openldap $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/openldap
|
||||||
rm -f $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example
|
rm -f $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example
|
||||||
rm -f $RPM_BUILD_ROOT/var/run/slapd/openldap-data/DB_CONFIG.example
|
rm -f $RPM_BUILD_ROOT/var/run/slapd/openldap-data/DB_CONFIG.example
|
||||||
%endif
|
%endif
|
||||||
@ -225,6 +227,7 @@ cat >openldap2.filelist <<EOF
|
|||||||
/var/adm/fillup-templates/sysconfig.openldap
|
/var/adm/fillup-templates/sysconfig.openldap
|
||||||
%config /etc/init.d/ldap
|
%config /etc/init.d/ldap
|
||||||
%config /etc/init.d/slurpd
|
%config /etc/init.d/slurpd
|
||||||
|
/etc/sysconfig/SuSEfirewall2.d/services/openldap
|
||||||
/usr/sbin/rcldap
|
/usr/sbin/rcldap
|
||||||
/usr/sbin/rcslurpd
|
/usr/sbin/rcslurpd
|
||||||
/usr/sbin/slap*
|
/usr/sbin/slap*
|
||||||
@ -347,6 +350,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2007 - rhafer@suse.de
|
||||||
|
- added Service definitions for SuSEfirewall2 (Bug #251654)
|
||||||
* Thu Feb 22 2007 - rhafer@suse.de
|
* Thu Feb 22 2007 - rhafer@suse.de
|
||||||
- Updated to Version 2.3.34. Most important changes:
|
- Updated to Version 2.3.34. Most important changes:
|
||||||
* Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
|
* Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
|
||||||
|
Loading…
Reference in New Issue
Block a user