/[smeserver]/rpms/samba/sme10/samba.spec.patch
ViewVC logotype

Annotation of /rpms/samba/sme10/samba.spec.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (hide annotations) (download)
Tue May 8 17:48:03 2018 UTC (6 years, 1 month ago) by jpp
Branch: MAIN
Changes since 1.4: +0 -9 lines
readd

1 unnilennium 1.1 --- samba.spec.original 2016-10-02 16:23:04.356835288 -0700
2     +++ samba.spec 2016-10-02 16:31:38.311833030 -0700
3     @@ -38,1 +38,1 @@
4     -%global with_internal_ldb 0
5     +%global with_internal_ldb 1
6     @@ -59,8 +59,8 @@
7     %global libwbc_alternatives_suffix -64
8     %endif
9    
10     -%global with_mitkrb5 1
11     -%global with_dc 0
12     +%global with_mitkrb5 0
13     +%global with_dc 1
14    
15     %if %{with testsuite}
16     # The testsuite only works with a full build right now.
17     @@ -399,2 +399,3 @@
18     Summary: Samba libraries
19     Group: Applications/System
20     +Requires: libldb
21     @@ -463,7 +464,7 @@
22     Requires: %{name}-libs = %{samba_depver}
23     Requires: python-tevent
24     Requires: python-tdb
25     -Requires: pyldb
26     +#Requires: pyldb
27     Requires: pytalloc
28    
29     Provides: samba4-python = %{samba_depver}
30     @@ -864,8 +865,8 @@
31     %endif
32    
33     install -d -m 0755 %{buildroot}%{_unitdir}
34     -for i in nmb smb winbind ; do
35     - cat packaging/systemd/$i.service | sed -e 's@\[Service\]@[Service]\nEnvironment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba@g' >tmp$i.service
36     +for i in nmb smb winbind samba; do
37     + cat packaging/systemd/$i.service | sed -e 's@\[Service\]@[Service]\nEnvironment=KRB5CCNAME=/run/samba/krb5cc_samba@g' >tmp$i.service
38     install -m 0644 tmp$i.service %{buildroot}%{_unitdir}/$i.service
39     done
40     %if %with_clustering_support
41     @@ -1481,1 +1481,2 @@
42     %{_mandir}/man8/samba-tool.8*
43     +%{_unitdir}/samba.service
44     %else # with_dc
45     @@ -1738,6 +1743,7 @@
46     %{_libdir}/samba/libHDB-SAMBA4-samba4.so
47     %{_libdir}/samba/libasn1-samba4.so.8
48     %{_libdir}/samba/libasn1-samba4.so.8.0.0
49     +#%{_libdir}/samba/libdfs_server_ad.so
50     %{_libdir}/samba/libgssapi-samba4.so.2
51     %{_libdir}/samba/libgssapi-samba4.so.2.0.0
52     %{_libdir}/samba/libhcrypto-samba4.so.5

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed