/[smecontribs]/rpms/smeserver-adv-samba/contribs7/smeserver-adv-samba.spec
ViewVC logotype

Diff of /rpms/smeserver-adv-samba/contribs7/smeserver-adv-samba.spec

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

Revision 1.2 by slords, Sat Apr 12 14:41:13 2008 UTC Revision 1.8 by gzartman, Wed Nov 5 00:18:50 2008 UTC
# Line 1  Line 1 
 # $Id$  
 # Authority: gregzartman  
 # Name: Greg J. Zartman  
   
1  Summary: SME Server specific advanced Samba configuration files and templates  Summary: SME Server specific advanced Samba configuration files and templates
2  %define name smeserver-adv-samba  %define name smeserver-adv-samba
3  Name: %{name}  Name: %{name}
4  %define version 0.1.0  %define version 0.1.0
5  %define release 1  %define release 5
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
9  Group: Networking/Daemons  Group: Networking/Daemons
10  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
11    Patch1: smeserver-adv-samba-0.1.0-2.patch
12    Patch2: smeserver-adv-samba-0.1.0-safe_winbind.patch
13    Patch3: smeserver-adv-samba-0.1.0-winbind2.patch
14    Patch4: smeserver-adv-samba-0.1.0-auth.patch
15  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16  BuildArchitectures: noarch  BuildArchitectures: noarch
17  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
18  Requires: e-smith-samba >= 1.14.1-6  Requires: e-smith-samba >= 2.0.0
19    Requires: e-smith-base  >= 5.0.0
20  Requires: samba >= 3.0.25b  Requires: samba >= 3.0.25b
21  Requires: samba-client >= 3.0.25b  Requires: samba-client >= 3.0.25b
22    Requires: samba-common >= 3.0.25b
23  AutoReqProv: no  AutoReqProv: no
24    
25  %changelog  %changelog
26  * Fri Apr 11 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0  * Tue Nov 5 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-5
27    - Add nsswitch.conf and pam.d/login fragments to workgroup-update
28      templates2expand [SME: 4729].
29    
30    * Wed Oct 15 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-4
31    - Update winbindd-service-status action to set service to disabled if
32      service is enabled and ServerRole is changed.
33    
34    * Tue Oct 14 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-3
35    - Set winbindd to disabled by default and on initial install, was
36      previouslly enabled by default.
37    - Create action to start winbindd if the DM or ADM server roles are designated.
38    
39    * Tue Sep 30 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-2
40    - Add template fragments to etc/pam.d/login to look for winbindd auth is
41      winbindd is running [SME: 4196].
42    - Add a template fragment to ibays to set the samba 'force group'
43      parameter to the current ibay group or the group shared when SME is
44      configured as a Domain Member of Active Directory Member.  The is required
45      so that domain members can have write access to domain member shares.  At
46      some point, we may decide to fully support domain groups transparently
47      at the domain member or active directory member server [SME: 4196].
48    
49    * Fri Apr 11 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-1
50  - Roll initial package.  - Roll initial package.
51  - Provide configuration parameters to deploy Samba winbindd deamon.  - Provide configuration parameters to deploy Samba winbindd deamon.
52  - Add template to nsswitch.conf to configure nss to include winbindd auth.  - Add template to nsswitch.conf to configure nss to include winbindd auth.
53    The configuration parameters included in this fragment really belong    The configuration parameters included in this fragment really belong
54    in e-smith-base, but we are including it in this package until it it    in e-smith-base, but we are including it in this package until it is
55    deemed appropriate to move it to e-smith-base.      deemed appropriate to move it to e-smith-base.  
56    
57  %description  %description
# Line 44  smeserver-adv-samba is to e-smith-samba Line 69  smeserver-adv-samba is to e-smith-samba
69    
70  %prep  %prep
71  %setup  %setup
72    %patch1 -p1
73    %patch2 -p1
74    %patch3 -p1
75    %patch4 -p1
76    
77  %build  %build
 mkdir -p root/etc/e-smith/tests  
78  perl createlinks  perl createlinks
79    
80  # Manage supervise and multilog for winbindd.  # Manage supervise and multilog for winbindd.
# Line 57  touch root/var/service/winbindd/down Line 85  touch root/var/service/winbindd/down
85  mkdir -p root/var/service/winbindd/log/supervise  mkdir -p root/var/service/winbindd/log/supervise
86  mkdir -p root/var/log/winbindd  mkdir -p root/var/log/winbindd
87    
 # Make storage point for shadowcopies  
 mkdir -p root/home/e-smith/files/.shadow  
   
88  %install  %install
89  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
90    
91  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
92  /sbin/e-smith/genfilelist \  /sbin/e-smith/genfilelist \
93      --dir '/var/service/winbindd' 'attr(1755,root,root)' \      --dir '/var/service/winbindd' 'attr(1755,root,root)' \


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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