Accepting request 360134 from home:lmuelle:branches:network:ldap

Maybe this '-n openldap2-' has or had some value.

- Remove redundant -n openldap2- package name prefix.

OBS-URL: https://build.opensuse.org/request/show/360134
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=154
This commit is contained in:
Howard Guo 2016-02-18 13:35:22 +00:00 committed by Git OBS Bridge
parent d2c6a28c89
commit 7ed736ced1
2 changed files with 164 additions and 159 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 18 12:18:13 UTC 2016 - lmuelle@suse.com
- Remove redundant -n openldap2- package name prefix.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 8 14:40:32 UTC 2016 - hguo@suse.com Mon Feb 8 14:40:32 UTC 2016 - hguo@suse.com

View File

@ -86,54 +86,54 @@ Lightweight Directory Access Protocol v3 (LDAPv3).
The server provides several database backends and overlays. The server provides several database backends and overlays.
%package -n openldap2-back-perl %package back-perl
Summary: OpenLDAP Perl Back-End Summary: OpenLDAP Perl Back-End
Group: Productivity/Networking/LDAP/Servers Group: Productivity/Networking/LDAP/Servers
Requires: openldap2 = %{version_main} Requires: openldap2 = %{version_main}
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
%description -n openldap2-back-perl %description back-perl
The OpenLDAP Perl back-end allows you to execute Perl code specific to The OpenLDAP Perl back-end allows you to execute Perl code specific to
different LDAP operations. different LDAP operations.
%package -n openldap2-back-sock %package back-sock
Summary: OpenLDAP Socket Back-End Summary: OpenLDAP Socket Back-End
Group: Productivity/Networking/LDAP/Servers Group: Productivity/Networking/LDAP/Servers
Requires: openldap2 = %{version_main} Requires: openldap2 = %{version_main}
Provides: openldap2:/usr/share/man/man5/slapd-sock.5.gz Provides: openldap2:/usr/share/man/man5/slapd-sock.5.gz
%description -n openldap2-back-sock %description back-sock
The OpenLDAP socket back-end allows you to handle LDAP requests and The OpenLDAP socket back-end allows you to handle LDAP requests and
results with an external process listening on a Unix domain socket. results with an external process listening on a Unix domain socket.
%package -n openldap2-back-meta %package back-meta
Summary: OpenLDAP Meta Back-End Summary: OpenLDAP Meta Back-End
Group: Productivity/Networking/LDAP/Servers Group: Productivity/Networking/LDAP/Servers
Requires: openldap2 = %{version_main} Requires: openldap2 = %{version_main}
Provides: openldap2:/usr/share/man/man5/slapd-meta.5.gz Provides: openldap2:/usr/share/man/man5/slapd-meta.5.gz
%description -n openldap2-back-meta %description back-meta
The OpenLDAP Meta back-end is able to perform basic LDAP proxying with The OpenLDAP Meta back-end is able to perform basic LDAP proxying with
respect to a set of remote LDAP servers. The information contained in respect to a set of remote LDAP servers. The information contained in
these servers can be presented as belonging to a single Directory these servers can be presented as belonging to a single Directory
Information Tree (DIT). Information Tree (DIT).
%package -n openldap2-back-sql %package back-sql
Summary: OpenLDAP SQL Back-End Summary: OpenLDAP SQL Back-End
Group: Productivity/Networking/LDAP/Servers Group: Productivity/Networking/LDAP/Servers
Requires: openldap2 = %{version_main} Requires: openldap2 = %{version_main}
%description -n openldap2-back-sql %description back-sql
The primary purpose of this OpenLDAP backend is to present information The primary purpose of this OpenLDAP backend is to present information
stored in a Relational (SQL) Database as an LDAP subtree without the need stored in a Relational (SQL) Database as an LDAP subtree without the need
to do any programming. to do any programming.
%package -n openldap2-contrib %package contrib
Summary: OpenLDAP Contrib Modules Summary: OpenLDAP Contrib Modules
Group: Productivity/Networking/LDAP/Servers Group: Productivity/Networking/LDAP/Servers
Requires: openldap2 = %{version_main} Requires: openldap2 = %{version_main}
%description -n openldap2-contrib %description contrib
Various overlays found in contrib/: Various overlays found in contrib/:
allop allop
allowed Generates attributes indicating access rights allowed Generates attributes indicating access rights
@ -147,14 +147,14 @@ pw-sha2 generates/validates SHA-2 password hashes
pw-pbkdf2 generates/validates PBKDF2 password hashes pw-pbkdf2 generates/validates PBKDF2 password hashes
smbk5pwd generates Samba3 password hashes (heimdal krb disabled) smbk5pwd generates Samba3 password hashes (heimdal krb disabled)
%package -n openldap2-doc %package doc
Summary: OpenLDAP Documentation Summary: OpenLDAP Documentation
Group: Documentation/Other Group: Documentation/Other
Provides: openldap2:/usr/share/doc/packages/openldap2/drafts/README Provides: openldap2:/usr/share/doc/packages/openldap2/drafts/README
%if 0%{?suse_version} > 1110 %if 0%{?suse_version} > 1110
BuildArch: noarch BuildArch: noarch
%endif %endif
%description -n openldap2-doc %description doc
The OpenLDAP Admin Guide plus a set of OpenLDAP related IETF internet drafts. The OpenLDAP Admin Guide plus a set of OpenLDAP related IETF internet drafts.
Authors: Authors:
@ -162,15 +162,15 @@ Authors:
The OpenLDAP Project <project@openldap.org> The OpenLDAP Project <project@openldap.org>
%package -n openldap2-client %package client
Summary: OpenLDAP client utilities Summary: OpenLDAP client utilities
Group: Productivity/Networking/LDAP/Clients Group: Productivity/Networking/LDAP/Clients
Requires: libldap-2_4-2 = %{version_main} Requires: libldap-2_4-2 = %{version_main}
%description -n openldap2-client %description client
OpenLDAP client utilities such as ldapadd, ldapsearch, ldapmodify. OpenLDAP client utilities such as ldapadd, ldapsearch, ldapmodify.
%package -n openldap2-devel %package devel
Summary: Libraries, Header Files and Documentation for OpenLDAP Summary: Libraries, Header Files and Documentation for OpenLDAP
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
# bug437293 # bug437293
@ -182,18 +182,18 @@ Conflicts: openldap-devel
Requires: libldap-2_4-2 = %{version_main} Requires: libldap-2_4-2 = %{version_main}
Recommends: cyrus-sasl-devel Recommends: cyrus-sasl-devel
%description -n openldap2-devel %description devel
This package provides the OpenLDAP libraries, header files, and This package provides the OpenLDAP libraries, header files, and
documentation. documentation.
%package -n openldap2-devel-static %package devel-static
Summary: Static libraries for the OpenLDAP libraries Summary: Static libraries for the OpenLDAP libraries
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: cyrus-sasl-devel Requires: cyrus-sasl-devel
Requires: libopenssl-devel Requires: libopenssl-devel
Requires: openldap2-devel = %version Requires: openldap2-devel = %version
%description -n openldap2-devel-static %description devel-static
This package provides the static versions of the OpenLDAP libraries This package provides the static versions of the OpenLDAP libraries
for development. for development.
@ -471,22 +471,22 @@ fi
%doc %{DOCDIR}/CHANGES %doc %{DOCDIR}/CHANGES
%doc %{DOCDIR}/slapd.ldif.default %doc %{DOCDIR}/slapd.ldif.default
%files -n openldap2-back-perl %files back-perl
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/openldap/back_perl* %{_libdir}/openldap/back_perl*
%doc %{_mandir}/man5/slapd-perl.* %doc %{_mandir}/man5/slapd-perl.*
%files -n openldap2-back-sock %files back-sock
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/openldap/back_sock* %{_libdir}/openldap/back_sock*
%doc %{_mandir}/man5/slapd-sock.* %doc %{_mandir}/man5/slapd-sock.*
%files -n openldap2-back-meta %files back-meta
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/openldap/back_meta* %{_libdir}/openldap/back_meta*
%doc %{_mandir}/man5/slapd-meta.* %doc %{_mandir}/man5/slapd-meta.*
%files -n openldap2-back-sql %files back-sql
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/openldap/back_sql* %{_libdir}/openldap/back_sql*
%doc %{_mandir}/man5/slapd-sql.* %doc %{_mandir}/man5/slapd-sql.*
@ -494,14 +494,14 @@ fi
%doc servers/slapd/back-sql/docs/bugs %doc servers/slapd/back-sql/docs/bugs
%doc servers/slapd/back-sql/docs/install %doc servers/slapd/back-sql/docs/install
%files -n openldap2-doc %files doc
%defattr(-,root,root) %defattr(-,root,root)
%dir %{DOCDIR} %dir %{DOCDIR}
%doc %{DOCDIR}/drafts %doc %{DOCDIR}/drafts
%doc %{DOCDIR}/adminguide %doc %{DOCDIR}/adminguide
%doc %{DOCDIR}/images %doc %{DOCDIR}/images
%files -n openldap2-contrib %files contrib
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/openldap/allowed.* %{_libdir}/openldap/allowed.*
%{_libdir}/openldap/allop.* %{_libdir}/openldap/allop.*
@ -515,7 +515,7 @@ fi
%{_libdir}/openldap/cloak.* %{_libdir}/openldap/cloak.*
%{_libdir}/openldap/smbk5pwd.* %{_libdir}/openldap/smbk5pwd.*
%files -n openldap2-client %files client
%defattr(-,root,root) %defattr(-,root,root)
%doc %{_mandir}/man1/ldap* %doc %{_mandir}/man1/ldap*
%doc %{_mandir}/man5/ldif.* %doc %{_mandir}/man5/ldif.*
@ -540,7 +540,7 @@ fi
%{_libdir}/liblber*2.4.so.* %{_libdir}/liblber*2.4.so.*
%{_libdir}/libldap*2.4.so.* %{_libdir}/libldap*2.4.so.*
%files -n openldap2-devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc %{_mandir}/man3/ber* %doc %{_mandir}/man3/ber*
%doc %{_mandir}/man3/lber* %doc %{_mandir}/man3/lber*
@ -550,7 +550,7 @@ fi
%{_libdir}/liblber.so %{_libdir}/liblber.so
%{_libdir}/libldap*.so %{_libdir}/libldap*.so
%files -n openldap2-devel-static %files devel-static
%defattr(-,root,root) %defattr(-,root,root)
%_libdir/liblber.a %_libdir/liblber.a
%_libdir/libldap*.a %_libdir/libldap*.a