diff options
author | Michael Adam <obnox@samba.org> | 2009-08-03 15:30:42 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-11-13 16:19:39 +0100 |
commit | ee7c04e748c8996d878a7c6132748d80018ae28e (patch) | |
tree | 37c2045ceeeeb852f89afecb2da30cd0293241d0 /packaging | |
parent | 0abe1a37421c6bd14b57d87f545ee2b3abc03fd7 (diff) | |
download | samba-ee7c04e748c8996d878a7c6132748d80018ae28e.tar.gz samba-ee7c04e748c8996d878a7c6132748d80018ae28e.tar.bz2 samba-ee7c04e748c8996d878a7c6132748d80018ae28e.zip |
packaging(RHEL-CTDB): move the idmap and nss_info modules to the common package
In this layout, this is the package that contains winbindd related stuff.
Michael
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/RHEL-CTDB/samba.spec.tmpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl index a6ad3f8b73..a84a5cfce2 100644 --- a/packaging/RHEL-CTDB/samba.spec.tmpl +++ b/packaging/RHEL-CTDB/samba.spec.tmpl @@ -456,8 +456,6 @@ exit 0 %{_bindir}/tdbdump %{_bindir}/eventlogadm -%{_libarchdir}/samba/idmap/*.so -%{_libarchdir}/samba/nss_info/*.so %{_libarchdir}/samba/vfs/*.so %{_libarchdir}/samba/auth/*.so @@ -474,7 +472,6 @@ exit 0 %{_mandir}/man8/tdbtool.8* %{_mandir}/man8/eventlogadm.8* %{_mandir}/man8/vfs_*.8* -%{_mandir}/man8/idmap_*.8* ########## @@ -551,6 +548,9 @@ exit 0 %attr(755,root,root) /%{_libarch}/security/pam_smbpass.so /usr/share/locale/de/LC_MESSAGES/pam_winbind.mo +%{_libarchdir}/samba/idmap/*.so +%{_libarchdir}/samba/nss_info/*.so + %{_includedir}/libsmbclient.h %{_libarchdir}/libsmbclient.* #%{_includedir}/libmsrpc.h @@ -609,6 +609,7 @@ exit 0 %{_mandir}/man1/ldbsearch.1* %{_mandir}/man1/ldbrename.1* %{_mandir}/man7/winbind_krb5_locator.7* +%{_mandir}/man8/idmap_*.8* %ifarch x86_64 ppc64 %files winbind-32bit |