Accepting request 202409 from network
- Put back the .so files to sasl auth packages from devel file. The .so files are read by some application instead of full path so in order for auth to work this files must be available (forwarded request 202389 from scarabeus_iv) OBS-URL: https://build.opensuse.org/request/show/202409 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=43
This commit is contained in:
commit
c222ddff01
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 19:10:55 UTC 2013 - tchvatal@suse.com
|
||||
|
||||
- Put back the .so files to sasl auth packages from devel file.
|
||||
The .so files are read by some application instead of full path
|
||||
so in order for auth to work this files must be available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 08:11:05 UTC 2013 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -198,9 +198,9 @@ find "%buildroot" -type f -name "*.la" -print -delete
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/sasl2
|
||||
%dir /etc/sasl2/
|
||||
%{_libdir}/sasl2/libanonymous.so.*
|
||||
%{_libdir}/sasl2/liblogin.so.*
|
||||
%{_libdir}/sasl2/libsasldb.so.*
|
||||
%{_libdir}/sasl2/libanonymous.so*
|
||||
%{_libdir}/sasl2/liblogin.so*
|
||||
%{_libdir}/sasl2/libsasldb.so*
|
||||
%{_libdir}/libsasl2.so.*
|
||||
/usr/sbin/*
|
||||
/usr/bin/*
|
||||
@ -210,35 +210,35 @@ find "%buildroot" -type f -name "*.la" -print -delete
|
||||
|
||||
%files gssapi
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl2/libgssapiv2.so.*
|
||||
%{_libdir}/sasl2/libgssapiv2.so*
|
||||
|
||||
%files crammd5
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl2/libcrammd5.so.*
|
||||
%{_libdir}/sasl2/libcrammd5.so*
|
||||
|
||||
%files digestmd5
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl2/libdigestmd5.so.*
|
||||
%{_libdir}/sasl2/libdigestmd5.so*
|
||||
|
||||
%files otp
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl2/libotp.so.*
|
||||
%{_libdir}/sasl2/libotp.so*
|
||||
|
||||
%files plain
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl2/libplain.so.*
|
||||
%{_libdir}/sasl2/libplain.so*
|
||||
|
||||
%files ntlm
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl2/libntlm.so.*
|
||||
%{_libdir}/sasl2/libntlm.so*
|
||||
|
||||
%files gs2
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl2/libgs2.so.*
|
||||
%{_libdir}/sasl2/libgs2.so*
|
||||
|
||||
%files scram
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/sasl2/libscram.so.*
|
||||
%{_libdir}/sasl2/libscram.so*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -247,6 +247,5 @@ find "%buildroot" -type f -name "*.la" -print -delete
|
||||
%doc %{_mandir}/man3/sasl_*.gz
|
||||
%{_libdir}/libsasl2.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_libdir}/sasl2/lib*.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user