mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
packaging(RHEL): add new libs (talloc, tdb, ...) to the common package
Michael
This commit is contained in:
parent
5348e28f66
commit
f23183bbec
@ -439,6 +439,8 @@ fi
|
||||
%files common
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/samba
|
||||
%dir %{_libarchdir}/samba
|
||||
%dir %{_libarchdir}/samba/charset
|
||||
%config(noreplace) %{_sysconfdir}/samba/smb.conf
|
||||
%config(noreplace) %{_sysconfdir}/samba/lmhosts
|
||||
|
||||
@ -456,6 +458,15 @@ fi
|
||||
%{_libarchdir}/samba/*.msg
|
||||
%{_libarchdir}/samba/charset/*.so
|
||||
|
||||
%{_includedir}/netapi.h
|
||||
%{_includedir}/wbclient.h
|
||||
%{_includedir}/talloc.h
|
||||
%{_includedir}/tdb.h
|
||||
%{_libarchdir}/libnetapi.so*
|
||||
%{_libarchdir}/libtalloc.so*
|
||||
%{_libarchdir}/libtdb.so*
|
||||
%{_libarchdir}/libwbclient.so*
|
||||
|
||||
%{_bindir}/testparm
|
||||
%{_bindir}/smbpasswd
|
||||
%{_bindir}/profiles
|
||||
|
Loading…
Reference in New Issue
Block a user