Dominique Leuenberger 2021-04-15 14:56:34 +00:00 committed by Git OBS Bridge
commit fba18b14b9
3 changed files with 11 additions and 6 deletions

View File

@ -77,8 +77,8 @@ Requires: keyutils-devel
Requires: pkgconfig(com_err)
Requires: pkgconfig(libverto)
Requires: pkgconfig(ss)
Provides: krb5-devel = %{version}
Conflicts: krb5-devel
Provides: krb5-devel = %{version}
%description devel
Kerberos V5 is a trusted-third-party network authentication system,

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 7 16:10:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
- do not own %sbindir, it comes from filesystem package
-------------------------------------------------------------------
Fri Feb 19 12:10:25 UTC 2021 - Samuel Cabrero <scabrero@suse.de>

View File

@ -285,6 +285,7 @@ sed -i "s/%{_lto_cflags}//" %{buildroot}%{_bindir}/krb5-config
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%preun server
%service_del_preun krb5kdc.service kadmind.service kpropd.service
@ -443,16 +444,15 @@ sed -i "s/%{_lto_cflags}//" %{buildroot}%{_bindir}/krb5-config
%{_mandir}/man7/kerberos.7%{?ext_man}
%files plugin-kdb-ldap
%dir %{_libdir}/krb5
%dir %{_libdir}/krb5/plugins
%dir %{_libdir}/krb5/plugins/kdb
%dir %{_sbindir}/
%{_sbindir}/kdb5_ldap_util
%dir %{_datadir}/kerberos
%dir %{_datadir}/kerberos/ldap
%config %{_datadir}/kerberos/ldap/kerberos.schema
%config %{_datadir}/kerberos/ldap/kerberos.ldif
%dir %{_libdir}/krb5
%dir %{_libdir}/krb5/plugins
%dir %{_libdir}/krb5/plugins/kdb
%{_libdir}/krb5/plugins/kdb/kldap.so
%{_sbindir}/kdb5_ldap_util
%{_libdir}/libkdb_ldap*
%{_mandir}/man8/kdb5_ldap_util.8%{?ext_man}