mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
packaging(RHEL): add new libs (talloc, tdb, ...) to the common package
Michael (This used to be commit f23183bbec55faf2d6496e04e73f8dd415a08d1c)
This commit is contained in:
parent
47bb0ca88d
commit
38b3b031a4
@ -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…
x
Reference in New Issue
Block a user